Lines Matching defs:linep
55 const char *limit, *linep, *addrstart;60 linep = line;64 while (linep < limit && !isspace(*linep))65 linep++;67 while (linep < limit && isspace(*linep))68 linep++;69 if (linep == limit)72 addrstart = linep;73 while (linep < limit && !isspace(*linep))74 linep++;75 addrlen = linep - addrstart;