| /openbsd/src/regress/lib/libc/time/strptime/ |
| D | main.c | 56 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/ |
| D | fgetln.c | 64 fgetln(FILE *fp, size_t *lenp) in fgetln() function 146 DEF_WEAK(fgetln);
|
| D | Makefile.inc | 9 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/ |
| D | ethers.c | 103 while ((p = fgetln(f, &len)) != NULL) { in ether_ntohost() 137 while ((p = fgetln(f, &len)) != NULL) { in ether_hostton()
|
| D | getprotoent.c | 79 if ((p = fgetln(pd->fp, &len)) == NULL) in getprotoent_r()
|
| D | getservent.c | 79 if ((p = fgetln(sd->fp, &len)) == NULL) in getservent_r()
|
| D | ruserok.c | 168 while ((buf = fgetln(hostf, &buflen))) { in __ivaliduser_sa()
|
| /openbsd/src/regress/lib/libc/stdio_threading/ |
| D | Makefile | 1 SUBDIR += fopen fread fwrite fgetln fgets fputs
|
| /openbsd/src/regress/lib/libc/stdio_threading/fgetln/ |
| D | fgetln_test.c | 28 if ((buf = fgetln(file, &len)) == NULL) { in fgetln_thread()
|
| /openbsd/src/usr.sbin/netgroup_mkdb/ |
| D | util.c | 76 if ((ptr = fgetln(fp, &s)) == NULL) { in get_line()
|
| /openbsd/src/regress/sys/net/pf_print/ |
| D | pf_print_test.c | 106 if ((out = fgetln(fpipe, &len)) == NULL) in main()
|
| /openbsd/src/usr.bin/cvs/ |
| D | config.c | 95 while ((buf = fgetln(fp, &len)) != NULL) { in cvs_read_config()
|
| D | remote.c | 96 data = fgetln(in, &len); in cvs_remote_input()
|
| /openbsd/src/lib/libc/hidden/ |
| D | stdio.h | 54 PROTO_NORMAL(fgetln);
|
| /openbsd/src/lib/libutil/ |
| D | login_fbtab.c | 95 while ((buf = fgetln(fp, &len)) != NULL) { in login_fbtab()
|
| D | fparseln.c | 92 if ((ptr = fgetln(fp, &s)) == NULL) in fparseln()
|
| /openbsd/src/regress/lib/libc/glob/ |
| D | globtest.c | 51 while ((buf = fgetln(fp, &len)) != NULL) { in main()
|
| /openbsd/src/usr.bin/sendbug/ |
| D | sendbug.c | 421 while ((buf = fgetln(fp, &len))) { in send_file() 528 while ((buf = fgetln(fp, &len))) { in checkfile()
|
| /openbsd/src/regress/lib/libc/orientation/ |
| D | orientation_test.c | 183 TEST_NARROW(fgetln(f, &size)); in main()
|
| /openbsd/src/usr.sbin/mtree/ |
| D | spec.c | 64 for (lineno = 1; (buf = fgetln(stdin, &len)); in spec()
|
| /openbsd/src/usr.bin/diff/ |
| D | diff.c | 301 while ((buf = fgetln(fp, &len)) != NULL) { in read_excludes_file()
|
| /openbsd/src/usr.bin/make/ |
| D | lowparse.c | 235 current->ptr = fgetln(current->F, &len); in grab_new_line_and_readchar()
|
| /openbsd/src/include/ |
| D | stdio.h | 360 char *fgetln(FILE *, size_t *);
|
| /openbsd/src/usr.bin/cdio/ |
| D | cddb.c | 207 line = fgetln(cin, &len); in get_line()
|
| /openbsd/src/usr.bin/patch/ |
| D | inp.c | 290 while ((p = fgetln(ifp, &len)) != NULL) { in plan_b()
|