Lines Matching defs:linep
36 const char *linep, *limit, *end;
38 linep = line;
45 while (linep < limit && *linep++ != ':');
46 if (linep == limit)
50 end = linep;
51 id = (uint_t)strtol(linep, (char **)&end, 10);
52 if (linep == end)
74 const char *linep, *limit, *end;
76 linep = line;
80 while (linep < limit && *linep++ != ':');
83 if (linep == limit || linep == line + 1)
87 end = linep;
88 projid = (projid_t)strtol(linep, (char **)&end, 10);
91 if (linep == end)