HomeSort by: relevance | last modified time | path
    Searched defs:nextline (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.sbin/ldpd/
conffile.c 53 char *mapped, *nextline; variable in typeref:typename:char **
137 nextline = mapped;
139 char *prev = nextline;
140 if ((nextline = conf_getlinelimit()) == NULL)
142 while (isspace((unsigned char)*prev) != 0 && prev < nextline)
144 if (nextline - prev < 2)
146 else if (nextline - prev > LINEMAXSIZE)
148 memcpy(line, prev, nextline - prev);
152 line[nextline - prev] = '\0';
168 char *p = nextline;
    [all...]
  /src/usr.sbin/inetd/
parse.c 151 /* First call to nextline will advance line_number to 1 */
155 current_pos = nextline(fconfig);
407 cp = nextline(fconfig);
528 cp = nextline(fconfig);
555 cp = nextline(fconfig);
783 *current_pos = nextline(fconfig);
830 if ((cp = nextline(fconfig)) != NULL)
859 nextline(FILE *fd) function in typeref:typename:char *
  /src/lib/libc/net/
getaddrinfo.c 2405 char *nextline; local in function:_yphostent
2417 nextline:
2422 nextline = cp;
2424 nextline = NULL;
2467 if (nextline) {
2468 p = nextline;
2469 goto nextline;

Completed in 14 milliseconds