Lines Matching defs:endp
201 char *endp;218 if ((endp = strchr(beginp, ' ')) != NULL) {219 *endp++ = '\0';220 beginp = endp;355 char *endp;361 if ((endp = strchr(linebuf, '\n')) != NULL)362 *endp = '\0';367 if ((endp = strchr(beginp, ':')) != NULL) {368 *endp++ = '\0';369 beginp = endp;