Searched refs:nextline (Results 1 - 10 of 10) sorted by relevance

/freebsd-10.3-release/sbin/ddb/
H A Dddb_script.c60 char *buffer, *line, *nextline; local
98 nextline = buffer;
99 while ((line = strsep(&nextline, "\n")) != NULL) {
/freebsd-10.3-release/contrib/texinfo/util/
H A Dtexindex.c129 char **parsefile (char *filename, char **nextline, char *data, long int size);
1023 char **nextline;
1069 /* `nextline' points to the next free slot in this array.
1072 nextline = linearray;
1076 nextline = parsefile (infile, nextline, file_data, file_size);
1077 if (nextline == 0)
1089 lineinfo = malloc ((nextline - linearray) * sizeof (struct lineinfo));
1096 for (lp = lineinfo, p = linearray; p != nextline; lp++, p++)
1104 qsort (lineinfo, nextline
1016 char **nextline; local
1132 parsefile(char *filename, char **nextline, char *data, long int size) argument
[all...]
/freebsd-10.3-release/usr.bin/nl/
H A Dnl.c302 goto nextline;
345 nextline:
/freebsd-10.3-release/usr.bin/ctags/
H A Dctags.c184 nextline:
189 goto nextline;
/freebsd-10.3-release/libexec/ftpd/
H A Dftpd.c731 goto nextline;
772 goto nextline;
794 goto nextline;
826 goto nextline;
856 goto nextline;
870 nextline:
1122 goto nextline;
1134 goto nextline;
1166 nextline:
/freebsd-10.3-release/usr.sbin/mountd/
H A Dmountd.c1430 goto nextline;
1453 goto nextline;
1468 goto nextline;
1473 goto nextline;
1481 goto nextline;
1490 goto nextline;
1501 goto nextline;
1507 goto nextline;
1517 goto nextline;
1530 goto nextline;
[all...]
/freebsd-10.3-release/lib/libc/net/
H A Dgetaddrinfo.c2517 char *nextline; local
2525 nextline:
2530 nextline = cp;
2532 nextline = NULL;
2578 if (nextline) {
2579 p = nextline;
2580 goto nextline;
/freebsd-10.3-release/usr.sbin/inetd/
H A Dinetd.c217 char *nextline(FILE *);
1634 while ((cp = nextline(fconfig)) != NULL) {
2051 if ((cp = nextline(fconfig)))
2072 nextline(FILE *fd) function
/freebsd-10.3-release/contrib/ee/
H A Dee.c275 void nextline P_((void));
1364 nextline() /* move pointers to start of next line */ function
1466 nextline();
1530 nextline();
2976 nextline();
/freebsd-10.3-release/contrib/netbsd-tests/fs/nfs/nfsservice/
H A Dmountd.c1042 goto nextline; /* skip empty line */
1203 goto nextline;
1206 nextline:

Completed in 210 milliseconds