Lines Matching defs:linep
62 const char *linep, *limit, *end;
64 linep = line;
71 while (linep < limit && *linep++ != ':');
72 if (linep == limit)
76 end = linep;
77 id = (uint_t)strtol(linep, (char **)&end, 10);
78 if (linep == end)
100 const char *linep, *limit, *end;
102 linep = line;
106 while (linep < limit && *linep++ != ':');
109 if (linep == limit || linep == line + 1)
113 end = linep;
114 projid = (projid_t)strtol(linep, (char **)&end, 10);
117 if (linep == end)