Searched refs:endPos (Results 1 – 2 of 2) sorted by relevance
806 size_t endPos = 0; in getPamModuleConfValue() local821 if ((endPos = line.find(' ', startPos)) == std::string::npos) in getPamModuleConfValue()823 endPos = line.size(); in getPamModuleConfValue()826 argValue = line.substr(startPos, endPos - startPos); in getPamModuleConfValue()851 size_t endPos = 0; in setPamModuleConfValue() local868 if ((endPos = line.find(' ', startPos)) == std::string::npos) in setPamModuleConfValue()870 endPos = line.size(); in setPamModuleConfValue()874 << line.substr(endPos, line.size() - endPos) in setPamModuleConfValue()
1072 loff_t endPos = 0; in yaffsfs_do_read() local1117 endPos = pos + nbyte; in yaffsfs_do_read()1121 endPos < 0 || endPos > YAFFS_MAX_FILE_SIZE) { in yaffsfs_do_read()1194 loff_t endPos; in yaffsfs_do_write() local1230 endPos = pos + nbyte; in yaffsfs_do_write()1234 endPos < 0 || endPos > YAFFS_MAX_FILE_SIZE) { in yaffsfs_do_write()