Lines Matching defs:linep
54 const char *limit, *linep, *addrstart;59 linep = line;63 while (linep < limit && isspace(*linep))64 linep++;66 addrstart = linep;67 while (linep < limit && !isspace(*linep))68 linep++;69 if (linep == limit)71 addrlen = linep - addrstart;