Lines Matching refs:end
89 static char *next_token(char *at, char *end)
93 for (; at < end; at++) {
99 return (at < end) ? at : NULL;
242 } // end of loop
258 char *end;
267 end = toybuf + recvmsg_len;
295 buf = next_token(buf, end);
303 for (buf = next_token(buf, end); buf != NULL; buf = next_token(buf, end)) {
305 buf = next_token(buf, end);