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

/netbsd-6-1-5-RELEASE/crypto/external/bsd/libsaslc/dist/test/
H A Dexample_client.c68 nextline(char *buf, size_t len, FILE *fp) function
114 if (nextline(input, sizeof(input), stdin) == NULL)
128 if (nextline(input, sizeof(input), stdin) == NULL)
133 if (nextline(input, sizeof(input), stdin) == NULL)
148 if (nextline(input, sizeof(input), stdin) == NULL)
/netbsd-6-1-5-RELEASE/gnu/dist/texinfo/util/
H A Dtexindex.c111 char **parsefile (char *filename, char **nextline, char *data, long int size);
736 char **nextline;
782 /* `nextline' points to the next free slot in this array.
785 nextline = linearray;
789 nextline = parsefile (infile, nextline, file_data, file_size);
790 if (nextline == 0)
802 lineinfo = malloc ((nextline - linearray) * sizeof (struct lineinfo));
809 for (lp = lineinfo, p = linearray; p != nextline; lp++, p++)
817 qsort (lineinfo, nextline
732 char **nextline; local
848 parsefile(char *filename, char **nextline, char *data, long int size) argument
[all...]
/netbsd-6-1-5-RELEASE/usr.bin/nl/
H A Dnl.c298 goto nextline;
343 nextline:
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/
H A Dslapadd.c69 int lineno, nextline, ldifrc; local
109 nextline = 0;
146 /* nextline is the line number of the end of the current entry */
147 for( lineno=1; ( ldifrc = ldif_read_record( ldiffp, &nextline, &buf, &lmax )) > 0;
148 lineno=nextline+1 )
/netbsd-6-1-5-RELEASE/lib/libc/net/
H A Dgetaddrinfo.c1571 char *nextline; local
1583 nextline:
1588 nextline = cp;
1590 nextline = NULL;
1633 if (nextline) {
1634 p = nextline;
1635 goto nextline;
H A Dgethnamaddr.c1259 nextline:
1287 goto nextline;
1321 goto nextline;
1330 goto nextline;
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/clients/tools/
H A Dldapmodify.c252 int lineno, nextline = 0, lmax = 0; local
326 while (( rc == 0 || contoper ) && ( ldifrc = ldif_read_record( ldiffp, &nextline,
339 lineno = nextline+1;
/netbsd-6-1-5-RELEASE/libexec/ftpd/
H A Dconf.c209 goto nextline; \
215 goto nextline; \
499 nextline:
/netbsd-6-1-5-RELEASE/usr.sbin/inetd/
H A Dinetd.c352 static char *nextline(FILE *);
1285 while ((cp = nextline(fconfig)) != NULL) {
1693 if ((cp = nextline(fconfig)) != NULL)
1721 nextline(FILE *fd) function
/netbsd-6-1-5-RELEASE/usr.sbin/mountd/
H A Dmountd.c993 goto nextline; /* skip empty line */
1154 goto nextline;
1157 nextline:
/netbsd-6-1-5-RELEASE/tests/fs/nfs/nfsservice/
H A Dmountd.c1044 goto nextline; /* skip empty line */
1205 goto nextline;
1208 nextline:

Completed in 135 milliseconds