Home
last modified time | relevance | path

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

123

/openbsd/src/regress/lib/libc/time/strptime/
Dmain.c56 p = fgetln(stdin, &len); in main()
70 p = fgetln(stdin, &len); in main()
77 p = fgetln(stdin, &len); in main()
/openbsd/src/lib/libc/stdio/
Dfgetln.c64 fgetln(FILE *fp, size_t *lenp) in fgetln() function
146 DEF_WEAK(fgetln);
DMakefile.inc9 fgetln.c fgetpos.c fgets.c fileno.c findfp.c flags.c fmemopen.c \
25 MAN+= fclose.3 ferror.3 fflush.3 fgetln.3 fgets.3 fgetwln.3 fmemopen.3 \
/openbsd/src/lib/libc/net/
Dethers.c103 while ((p = fgetln(f, &len)) != NULL) { in ether_ntohost()
137 while ((p = fgetln(f, &len)) != NULL) { in ether_hostton()
Dgetprotoent.c79 if ((p = fgetln(pd->fp, &len)) == NULL) in getprotoent_r()
Dgetservent.c79 if ((p = fgetln(sd->fp, &len)) == NULL) in getservent_r()
Druserok.c168 while ((buf = fgetln(hostf, &buflen))) { in __ivaliduser_sa()
/openbsd/src/regress/lib/libc/stdio_threading/
DMakefile1 SUBDIR += fopen fread fwrite fgetln fgets fputs
/openbsd/src/regress/lib/libc/stdio_threading/fgetln/
Dfgetln_test.c28 if ((buf = fgetln(file, &len)) == NULL) { in fgetln_thread()
/openbsd/src/usr.sbin/netgroup_mkdb/
Dutil.c76 if ((ptr = fgetln(fp, &s)) == NULL) { in get_line()
/openbsd/src/regress/sys/net/pf_print/
Dpf_print_test.c106 if ((out = fgetln(fpipe, &len)) == NULL) in main()
/openbsd/src/usr.bin/cvs/
Dconfig.c95 while ((buf = fgetln(fp, &len)) != NULL) { in cvs_read_config()
Dremote.c96 data = fgetln(in, &len); in cvs_remote_input()
/openbsd/src/lib/libc/hidden/
Dstdio.h54 PROTO_NORMAL(fgetln);
/openbsd/src/lib/libutil/
Dlogin_fbtab.c95 while ((buf = fgetln(fp, &len)) != NULL) { in login_fbtab()
Dfparseln.c92 if ((ptr = fgetln(fp, &s)) == NULL) in fparseln()
/openbsd/src/regress/lib/libc/glob/
Dglobtest.c51 while ((buf = fgetln(fp, &len)) != NULL) { in main()
/openbsd/src/usr.bin/sendbug/
Dsendbug.c421 while ((buf = fgetln(fp, &len))) { in send_file()
528 while ((buf = fgetln(fp, &len))) { in checkfile()
/openbsd/src/regress/lib/libc/orientation/
Dorientation_test.c183 TEST_NARROW(fgetln(f, &size)); in main()
/openbsd/src/usr.sbin/mtree/
Dspec.c64 for (lineno = 1; (buf = fgetln(stdin, &len)); in spec()
/openbsd/src/usr.bin/diff/
Ddiff.c301 while ((buf = fgetln(fp, &len)) != NULL) { in read_excludes_file()
/openbsd/src/usr.bin/make/
Dlowparse.c235 current->ptr = fgetln(current->F, &len); in grab_new_line_and_readchar()
/openbsd/src/include/
Dstdio.h360 char *fgetln(FILE *, size_t *);
/openbsd/src/usr.bin/cdio/
Dcddb.c207 line = fgetln(cin, &len); in get_line()
/openbsd/src/usr.bin/patch/
Dinp.c290 while ((p = fgetln(ifp, &len)) != NULL) { in plan_b()

123