Searched refs:fgetln (Results 1 - 25 of 57) sorted by relevance

123

/freebsd-10-stable/usr.bin/asa/
H A Dasa.c99 if ((buf = fgetln(f, &len)) != NULL) {
115 while ((buf = fgetln(f, &len)) != NULL) {
/freebsd-10-stable/contrib/mdocml/
H A Dcompat_fgetln.c11 /* $NetBSD: fgetln.c,v 1.3 2006/09/25 07:18:17 lukem Exp $ */
50 fgetln(fp, len) function
H A Dconfig.h55 extern char *fgetln(FILE *, size_t *);
/freebsd-10-stable/usr.sbin/mtree/
H A Dexcludes.c75 while ((line = fgetln(fp, &len)) != 0) {
/freebsd-10-stable/usr.sbin/vipw/
H A Dvipw.c120 if ((line = fgetln(stdin, &len)) == NULL) {
122 err(1, "fgetln()");
/freebsd-10-stable/lib/libc/iconv/
H A Dcitrus_lookup_factory.c106 while ((line = fgetln(in, &size)) != NULL)
H A Dcitrus_pivot_factory.c210 while ((line = fgetln(in, &size)) != NULL)
/freebsd-10-stable/lib/libpam/modules/pam_ftpusers/
H A Dpam_ftpusers.c77 while (!found && (line = fgetln(f, &len)) != NULL) {
/freebsd-10-stable/usr.sbin/services_mkdb/
H A Duniq.c72 while ((line = fgetln(fp, &len)) != NULL) {
/freebsd-10-stable/usr.bin/head/
H A Dhead.c130 while (cnt && (cp = fgetln(fp, &readlen)) != NULL) {
/freebsd-10-stable/usr.sbin/chkgrp/
H A Dchkgrp.c90 if ((line = fgetln(gf, &len)) == NULL)
/freebsd-10-stable/lib/libc/stdio/
H A Dfgetln.c34 static char sccsid[] = "@(#)fgetln.c 8.2 (Berkeley) 1/2/94";
37 __FBSDID("$FreeBSD: stable/10/lib/libc/stdio/fgetln.c 321074 2017-07-17 14:09:34Z kib $");
85 fgetln(FILE *fp, size_t *lenp) function
H A DMakefile.inc9 feof.c ferror.c fflush.c fgetc.c fgetln.c fgetpos.c fgets.c fgetwc.c \
36 MAN+= fclose.3 ferror.3 fflush.3 fgetln.3 fgets.3 fgetwln.3 fgetws.3 \
/freebsd-10-stable/usr.bin/chpass/
H A Dedit.c94 if ((line = fgetln(stdin, &len)) == NULL) {
95 warn("fgetln()");
224 for (line = 1; (buf = fgetln(fp, &len)) != NULL; ++line) {
/freebsd-10-stable/usr.bin/vtfontcvt/
H A Dvtfontcvt.c255 while ((ln = fgetln(fp, &length)) != NULL) {
275 if ((ln = fgetln(fp, &length)) == NULL)
320 while ((ln = fgetln(fp, &length)) != NULL) {
/freebsd-10-stable/contrib/netbsd-tests/lib/libpthread/
H A Dh_resolv.c81 while ((line = fgetln(fp, &len)) != NULL) {
/freebsd-10-stable/lib/libutil/
H A Dfparseln.c105 * but unfortunately, fgetln does not let us
115 if ((ptr = fgetln(fp, &s)) == NULL)
/freebsd-10-stable/sbin/devfs/
H A Ddevfs.c150 cp = fgetln(fp, &rv);
/freebsd-10-stable/usr.bin/cut/
H A Dcut.c279 while ((lbuf = fgetln(fp, &lbuflen)) != NULL) {
390 while ((lbuf = fgetln(fp, &lbuflen)) != NULL) {
/freebsd-10-stable/usr.sbin/pkg_install/version/
H A Dperform.c191 while ((ch = fgetln(IndexFile, &len)) != NULL) {
193 * Don't use strlcpy() because fgetln() doesn't
400 while ((line = fgetln(fp, &len)) != NULL) {
/freebsd-10-stable/usr.sbin/setfmac/
H A Dsetfmac.c242 while ((line = fgetln(fp, &linesize)) != NULL) {
250 err(1, "fgetln on %s", file);
257 line = fgetln(fp, &linesize);
/freebsd-10-stable/tools/regression/tmpfs/
H A Dh_tools.c130 while ((line = fgetln(stdin, &len)) != NULL) {
/freebsd-10-stable/tools/regression/lib/libc/resolv/
H A Dresolv.c89 while ((line = fgetln(fp, &len)) != NULL) {
/freebsd-10-stable/contrib/netbsd-tests/fs/tmpfs/
H A Dh_tools.c162 while ((line = fgetln(stdin, &len)) != NULL) {
/freebsd-10-stable/crypto/heimdal/lib/roken/
H A Dgetcap.c742 line = fgetln(pfp, &len);
801 line = fgetln(pfp, &len);

Completed in 167 milliseconds

123