Home
last modified time | relevance | path

Searched refs:fgetln (Results 1 – 25 of 50) sorted by relevance

12

/freebsd/tools/build/cross-build/
H A Dfgetln_fallback.c49 fgetln(FILE *stream, size_t *len) in fgetln() function
79 libbsd_link_warning(fgetln,
/freebsd/contrib/blocklist/port/
H A Dfgetln.c47 fgetln(FILE *fp, size_t *len) in fgetln() function
100 while ((p = fgetln(stdin, &len)) != NULL) { in main()
H A Dport.h72 char *fgetln(FILE *, size_t *);
H A Dfparseln.c49 #define __fgetln(f, l) fgetln(f, l)
H A Dconfigure.ac85 …strtoi sockaddr_snprintf popenve clock_gettime strlcpy strlcat getprogname fparseln fgetln pidfile)
/freebsd/contrib/mandoc/
H A Dtest-fgetln.c10 return(NULL != fgetln(stdin, &sz)); in main()
/freebsd/tools/build/cross-build/include/linux/
H A Dstdio.h45 char *fgetln(FILE *, __SIZE_TYPE__ *);
/freebsd/usr.sbin/vipw/
H A Dvipw.c108 if ((line = fgetln(stdin, &len)) == NULL) { in main()
/freebsd/usr.bin/chpass/
H A Dedit.c87 if ((line = fgetln(stdin, &len)) == NULL) { in edit()
217 for (line = 1; (buf = fgetln(fp, &len)) != NULL; ++line) { in verify()
/freebsd/usr.bin/asa/
H A Dasa.c97 while ((buf = fgetln(f, &len)) != NULL) { in asa()
/freebsd/lib/libc/stdio/
H A DMakefile.inc7 feof.c ferror.c fflush.c fgetc.c fgetln.c fgetpos.c fgets.c fgetwc.c \
35 MAN+= fclose.3 ferror.3 fflush.3 fgetln.3 fgets.3 fgetwln.3 fgetws.3 \
H A Dfgetln.c74 fgetln(FILE *fp, size_t *lenp) in fgetln() function
H A DSymbol.map14 fgetln;
/freebsd/lib/libpam/modules/pam_ftpusers/
H A Dpam_ftpusers.c77 while (!found && (line = fgetln(f, &len)) != NULL) { in pam_sm_acct_mgmt()
/freebsd/usr.bin/vtfontcvt/
H A Dvtfontcvt.c414 while ((ln = fgetln(fp, &length)) != NULL) { in parse_bdf()
445 while ((ln = fgetln(fp, &length)) != NULL) { in parse_bdf()
468 while ((ln = fgetln(fp, &length)) != NULL) { in parse_bdf()
502 if ((ln = fgetln(fp, &length)) == NULL) in parse_bdf()
554 while ((ln = fgetln(fp, &length)) != NULL) { in parse_hex()
/freebsd/lib/libc/iconv/
H A Dcitrus_lookup_factory.c106 while ((line = fgetln(in, &size)) != NULL) in _citrus_lookup_factory_convert()
H A Dcitrus_pivot_factory.c210 while ((line = fgetln(in, &size)) != NULL) in _citrus_pivot_factory_convert()
/freebsd/usr.sbin/services_mkdb/
H A Duniq.c72 while ((line = fgetln(fp, &len)) != NULL) { in uniq()
/freebsd/usr.sbin/chkgrp/
H A Dchkgrp.c91 if ((line = fgetln(gf, &len)) == NULL) in main()
/freebsd/lib/libutil/
H A Dfparseln.c114 if ((ptr = fgetln(fp, &s)) == NULL) in fparseln()
/freebsd/sbin/devfs/
H A Ddevfs.c149 cp = fgetln(fp, &rv); in efgetln()
/freebsd/usr.sbin/setfmac/
H A Dsetfmac.c244 while ((line = fgetln(fp, &linesize)) != NULL) { in add_specs()
259 line = fgetln(fp, &linesize); in add_specs()
/freebsd/lib/libc/gen/
H A Dgetcap.c662 line = fgetln(pfp, &len); in cgetnext()
725 line = fgetln(pfp, &len); in cgetnext()
/freebsd/tools/regression/tmpfs/
H A Dh_tools.c128 while ((line = fgetln(stdin, &len)) != NULL) { in kqueue_main()
/freebsd/contrib/netbsd-tests/fs/tmpfs/
H A Dh_tools.c162 while ((line = fgetln(stdin, &len)) != NULL) { in kqueue_main()

12