Searched refs:item_next (Results 1 – 1 of 1) sorted by relevance
81 const char* item_next = in ParseSysFile() local83 if (item_next != NULL) { in ParseSysFile()84 p = item_next + 1; in ParseSysFile()85 item_len = static_cast<size_t>(item_next - item); in ParseSysFile()88 item_next = p_end; in ParseSysFile()92 while (item_next > item && my_isspace(item_next[-1])) in ParseSysFile()93 item_next--; in ParseSysFile()96 if (item_next == item) in ParseSysFile()