Searched refs:tok_end (Results 1 – 1 of 1) sorted by relevance
61 const char* tok_end = in ParseProcMapsLine() local63 if (!tok_end) { in ParseProcMapsLine()64 tok_end = line_end; in ParseProcMapsLine()67 p = tok_end + 1; in ParseProcMapsLine()70 if (tok_end == tok_start) { in ParseProcMapsLine()94 for (const char* t = tok_start; t < tok_end; ++t) { in ParseProcMapsLine()112 while (tok_end > tok_start && tok_end[-1] == '\n') in ParseProcMapsLine()113 tok_end--; in ParseProcMapsLine()115 entry->path_len = tok_end - tok_start; in ParseProcMapsLine()