| /openbsd-src/games/bcd/ |
| H A D | bcd.c | 165 while (fgets(cardline, sizeof(cardline), stdin)) in main() 257 if (fgets(tmp, sizeof(tmp), stdin) == NULL) in decode() 260 if (fgets(tmp, sizeof(tmp), stdin) == NULL) in decode() 264 if (fgets(lines[i], sizeof(lines[i]), stdin) == NULL) in decode() 267 if (fgets(tmp, sizeof(tmp), stdin) == NULL) in decode()
|
| /openbsd-src/gnu/usr.bin/cvs/vms/ |
| H A D | pc.c | 25 fgets(line, 511, stdin); 45 fgets(line, 511, stdin); 54 fgets(line, 511, in);
|
| /openbsd-src/gnu/gcc/libssp/ssp/ |
| H A D | stdio.h | 51 #undef fgets 90 FILE *__restrict__ __stream), fgets); 93 fgets (char *__restrict__ __s, int __n, FILE *__restrict__ __stream) in fgets() function
|
| /openbsd-src/usr.bin/comm/ |
| H A D | comm.c | 108 file1done = !fgets(line1, MAXLINELEN, fp1); in main() 110 file2done = !fgets(line2, MAXLINELEN, fp2); in main() 158 while (printf("%s%s", offset, buf) >= 0 && fgets(buf, MAXLINELEN, fp)) in show()
|
| /openbsd-src/gnu/usr.bin/perl/vms/ |
| H A D | munchconfig.c | 118 while(ifile && fgets(LineBuffer, LINEBUFFERSIZE - 1, Extra_Subs)) { in main() 147 while(fgets(LineBuffer, LINEBUFFERSIZE - 1, ConfigSH)) { in main() 182 fgets(SecondaryLineBuffer, LINEBUFFERSIZE - 1, ConfigSH); in main() 222 while(!strstr(fgets(LineBuffer, LINEBUFFERSIZE, Config_H), in main() 233 while(!strstr(fgets(LineBuffer, LINEBUFFERSIZE, Config_H), in main()
|
| /openbsd-src/games/hangman/ |
| H A D | getword.c | 64 if (fgets(Word, BUFSIZ, inf) == NULL) in getword() 66 if (fgets(Word, BUFSIZ, inf) == NULL) in getword()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/intl/ |
| H A D | localealias.c | 99 # undef fgets 100 # define fgets(buf, len, s) fgets_unlocked (buf, len, s) macro 232 if (fgets (buf, sizeof buf, fp) == NULL) 242 if (fgets (altbuf, sizeof altbuf, fp) == NULL)
|
| /openbsd-src/lib/libc/stdio/ |
| H A D | fgets.c | 46 fgets(char *buf, int n, FILE *fp) in fgets() function 106 DEF_STRONG(fgets);
|
| H A 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/games/hack/ |
| H A D | hack.rumors.c | 99 if(!fgets(line, sizeof(line), rumf)) return(0); in skipline() 109 if(!fgets(line, sizeof(line), rumf)) return; in outline()
|
| /openbsd-src/gnu/gcc/libcpp/ |
| H A D | makeucnid.c | 65 if (!fgets (line, sizeof (line), f)) in read_ucnid() 127 if (!fgets (line, sizeof (line), f)) in read_table() 202 if (!fgets (line, sizeof (line), f)) in read_derived()
|
| /openbsd-src/gnu/usr.bin/perl/ext/SDBM_File/ |
| H A D | dbu.c | 116 while (fgets(line, LINEMAX, stdin) != NULL) { in doit() 134 while (fgets(line, LINEMAX, stdin) != NULL) { in doit() 158 while (fgets(line, LINEMAX, stdin) != NULL) { in doit()
|
| /openbsd-src/usr.sbin/edquota/ |
| H A D | edquota.c | 444 (void)fgets(line1, sizeof (line1), fp); in readprivs() 445 while (fgets(line1, sizeof (line1), fp) != NULL && in readprivs() 446 fgets(line2, sizeof (line2), fp) != NULL) { in readprivs() 582 (void)fgets(line1, sizeof (line1), fp); in readtimes() 583 (void)fgets(line1, sizeof (line1), fp); in readtimes() 584 while (fgets(line1, sizeof (line1), fp) != NULL) { in readtimes()
|
| /openbsd-src/gnu/usr.bin/texinfo/intl/ |
| H A D | localealias.c | 101 # define FGETS(buf, n, fp) fgets (buf, n, fp) 114 # undef fgets 115 # define fgets(buf, len, s) fgets_unlocked (buf, len, s) macro
|
| /openbsd-src/gnu/gcc/intl/ |
| H A D | localealias.c | 101 # define FGETS(buf, n, fp) fgets (buf, n, fp) 114 # undef fgets 115 # define fgets(buf, len, s) fgets_unlocked (buf, len, s) macro
|
| /openbsd-src/gnu/usr.bin/binutils/gas/ |
| H A D | input-file.c | 173 fgets (buf, 80, f_in); in input_file_open() 183 fgets (buf, 80, f_in); in input_file_open()
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/gas/ |
| H A D | input-file.c | 169 fgets (buf, 80, f_in); in input_file_open() 179 fgets (buf, 80, f_in); in input_file_open()
|
| /openbsd-src/usr.sbin/unbound/testcode/ |
| H A D | unitldns.c | 168 while(fgets(txt_in, (int)bufs, inf)) { in rr_test_file() 175 if(!fgets(wire_chk, (int)bufs, chf)) in rr_test_file() 177 if(!fgets(txt_chk, (int)bufs, chf)) in rr_test_file()
|
| /openbsd-src/gnu/lib/libstdc++/libstdc++/include/c_std/ |
| H A D | std_cstdio.h | 62 #undef fgets 109 using ::fgets;
|
| /openbsd-src/usr.bin/locate/code/ |
| H A D | locate.code.c | 141 if (fgets(bigrams, sizeof(bigrams), fp) == NULL) { in main() 171 while (fgets(path, sizeof(buf2), stdin) != NULL) { in main()
|
| /openbsd-src/gnu/gcc/libstdc++-v3/include/c_std/ |
| H A D | std_cstdio.h | 63 #undef fgets 110 using ::fgets;
|
| /openbsd-src/gnu/gcc/fixincludes/ |
| H A D | system.h | 118 # undef fgets 119 # define fgets(S, n, Stream) fgets_unlocked (S, n, Stream) macro
|
| /openbsd-src/usr.sbin/config/ |
| H A D | mkheaders.c | 96 while (fgets(buf, sizeof(buf), fp) != NULL) { in emitcnt() 161 while (fgets(buf, sizeof(buf), fp) != NULL) { in emitopt()
|
| /openbsd-src/usr.sbin/amd/amd/ |
| H A D | info_file.c | 55 while (fgets(buf, size, fp)) { in read_line() 177 while (fgets(key_val, sizeof(key_val), fp) && in search_or_reload_file()
|
| /openbsd-src/regress/lib/libc/stdio_threading/ |
| H A D | Makefile | 1 SUBDIR += fopen fread fwrite fgetln fgets fputs
|