Searched refs:endPos (Results 1 – 2 of 2) sorted by relevance
654 size_t endPos = 0; in getPamModuleConfValue() local669 if ((endPos = line.find(' ', startPos)) == std::string::npos) in getPamModuleConfValue()671 endPos = line.size(); in getPamModuleConfValue()674 argValue = line.substr(startPos, endPos - startPos); in getPamModuleConfValue()699 size_t endPos = 0; in setPamModuleConfValue() local716 if ((endPos = line.find(' ', startPos)) == std::string::npos) in setPamModuleConfValue()718 endPos = line.size(); in setPamModuleConfValue()722 << 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()