Searched refs:fparseln (Results 1 - 25 of 53) sorted by relevance

123

/netbsd-current/lib/libc/stdio/
H A Dfparseln.c1 /* $NetBSD: fparseln.c,v 1.9 2009/01/11 02:46:29 christos Exp $ */
29 __RCSID("$NetBSD: fparseln.c,v 1.9 2009/01/11 02:46:29 christos Exp $");
41 __weak_alias(fparseln,_fparseln)
88 /* fparseln():
94 fparseln(FILE *fp, size_t *size, size_t *lineno, const char str[3], int flags) function
228 while ((ptr = fparseln(stdin, &size, &line, NULL,
H A DMakefile.inc10 fparseln.c fprintf.c fpurge.c fputc.c fputs.c fputwc.c fputws.c \
29 flockfile.3 fmemopen.3 fopen.3 fparseln.3 fputs.3 fputws.3 fread.3 \
/netbsd-current/usr.sbin/mtree/
H A Dexcludes.c85 while ((line = fparseln(fp, NULL, NULL, NULL,
H A Donly.c132 while ((line = fparseln(fp, &len, &lineno, NULL, FPARSELN_UNESCALL))) {
/netbsd-current/usr.sbin/ypserv/stdethers/
H A Dstdethers.c77 (p = fparseln(data_file, &len, &line_no, NULL, FPARSELN_UNESCALL));
/netbsd-current/external/bsd/blocklist/port/
H A Dport.h68 char *fparseln(FILE *, size_t *, size_t *, const char delim[3], int);
H A Dfparseln.c1 /* $NetBSD: fparseln.c,v 1.1.1.1 2020/06/15 01:52:54 christos Exp $ */
32 __RCSID("$NetBSD: fparseln.c,v 1.1.1.1 2020/06/15 01:52:54 christos Exp $");
77 /* fparseln():
83 fparseln(FILE *fp, size_t *size, size_t *lineno, const char str[3], int flags) function
215 while ((ptr = fparseln(stdin, &size, &line, NULL,
/netbsd-current/usr.bin/ypcat/
H A Dypalias_init.c83 for (; (line = fparseln(fp, &len, &lineno, NULL,
/netbsd-current/usr.sbin/ypserv/mknetid/
H A Dmknetid.c227 (line = fparseln(pfile, &len, &line_no, NULL, FPARSELN_UNESCALL));
302 (line = fparseln(gfile, &len, &line_no, NULL, FPARSELN_UNESCALL));
393 (line = fparseln(hfile, &len, NULL, NULL, FPARSELN_UNESCALL));
427 (line = fparseln(mfile, &len, NULL, NULL, FPARSELN_UNESCALL));
/netbsd-current/usr.sbin/ypserv/stdhosts/
H A Dstdhosts.c94 (line = fparseln(data_file, &len, &line_no, NULL,
/netbsd-current/tests/lib/libc/stdlib/
H A Dh_getopt.c52 while ((line = fparseln(stdin, &len, &lineno, NULL, 0)) != NULL) {
H A Dh_getopt_long.c58 while ((line = fparseln(stdin, &len, &lineno, NULL, 0)) != NULL) {
/netbsd-current/usr.sbin/sti/
H A Dsti.c191 while ((line = fparseln(stdin, NULL, NULL, NULL, 0)) != NULL) {
/netbsd-current/usr.sbin/ypserv/revnetgroup/
H A Drevnetgroup.c135 (line = fparseln(fp, &len, NULL, NULL, FPARSELN_UNESCALL));
/netbsd-current/usr.sbin/mailwrapper/
H A Dmailwrapper.c99 if ((line = fparseln(config, &len, &lineno, NULL, 0)) == NULL) {
/netbsd-current/lib/libc/net/
H A Dgetprotoent_r.c98 pd->line = fparseln(pd->fp, NULL, NULL, NULL,
H A Dethers.c105 p = fparseln(f, NULL, NULL, NULL, FPARSELN_UNESCALL);
159 p = fparseln(f, NULL, NULL, NULL, FPARSELN_UNESCALL);
/netbsd-current/lib/libc/gen/
H A Dgetttyent.c101 line = fparseln(tf, &len, &lineno, NULL, FPARSELN_UNESCALL);
/netbsd-current/regress/sys/uvm/pdsim/
H A Dlirs.c279 ln = fparseln(stdin, NULL, NULL, NULL, 0);
H A Dpdsim.c250 ln = fparseln(stdin, NULL, NULL, NULL, 0);
/netbsd-current/usr.bin/mklocale/
H A Dmklocaledb.c260 line = fparseln(reader, NULL,
/netbsd-current/usr.sbin/ypserv/makedbm/
H A Dmakedbm.c273 (p = fparseln(data_file, &len, &line_no, NULL, FPARSELN_UNESCALL));
/netbsd-current/lib/libc/time/
H A Dgetdate.c95 while ((line = fparseln(fp, NULL, &lineno, NULL, 0)) != NULL) {
/netbsd-current/usr.sbin/services_mkdb/
H A Dservices_mkdb.c187 /* XXX: change NULL to "\0\0#" when fparseln fixed */
188 for (; (p = fparseln(fp, &len, &line, NULL, 0)) != NULL; free(p)) {
/netbsd-current/tests/lib/libc/regex/
H A Dt_regex_att.c403 for (; (line = fparseln(input_file, &len, &lineno, delim, 0))

Completed in 494 milliseconds

123