| /openbsd/src/usr.bin/ftp/ |
| D | ruserpass.c | 188 while ((c = fgetc(cfile)) != EOF) in ruserpass() 202 for (i=0; i < 8 && (c = fgetc(cfile)) != EOF && in ruserpass() 213 while ((c = fgetc(cfile)) != EOF && c != '\n'); in ruserpass() 229 if ((c = fgetc(cfile)) == EOF) { in ruserpass() 278 while ((c = fgetc(cfile)) != EOF && in token() 285 while ((c = fgetc(cfile)) != EOF && c != '"') { in token() 286 if (c == '\\' && (c = fgetc(cfile)) == EOF) in token() 296 while ((c = fgetc(cfile)) != EOF in token() 298 if (c == '\\' && (c = fgetc(cfile)) == EOF) in token()
|
| D | ftp.c | 452 while ((c = fgetc(cin)) != '\n') { in getreply() 454 switch (c = fgetc(cin)) { in getreply() 457 c = fgetc(cin); in getreply() 463 c = fgetc(cin); in getreply() 779 while ((c = fgetc(fin)) != EOF) { in sendrequest() 1118 if ((ch = fgetc(fout)) == EOF) { in recvrequest() 1139 while ((c = fgetc(din)) != EOF) { in recvrequest() 1151 if ((c = fgetc(din)) != '\n' || tcrflag) { in recvrequest()
|
| /openbsd/src/lib/libc/stdio/ |
| D | fgetc.c | 37 fgetc(FILE *fp) in fgetc() function 41 DEF_STRONG(fgetc);
|
| D | Makefile.inc | 8 SRCS+= asprintf.c clrerr.c fclose.c fdopen.c feof.c ferror.c fflush.c fgetc.c \
|
| /openbsd/src/gnu/usr.bin/binutils/gdb/gdbserver/ |
| D | gdbreplay.c | 185 ch = fgetc (fp); in logchar() 194 ch = fgetc (fp); in logchar() 220 ch2 = fgetc (fp); in logchar() 224 ch2 = fgetc (fp); in logchar()
|
| /openbsd/src/gnu/gcc/libmudflap/testsuite/libmudflap.c/ |
| D | pass52-frag.c | 15 c = fgetc (f); in readstuff() 17 d = fgetc (f); in readstuff()
|
| /openbsd/src/usr.bin/dig/lib/lwres/ |
| D | lwconfig.c | 81 ch = fgetc(fp); in eatline() 83 ch = fgetc(fp); in eatline() 97 ch = fgetc(fp); in eatwhite() 99 ch = fgetc(fp); in eatwhite() 137 ch = fgetc(fp); in getword()
|
| /openbsd/src/gnu/lib/libstdc++/libstdc++/include/c_std/ |
| D | std_cstdio.h | 60 #undef fgetc 107 using ::fgetc;
|
| /openbsd/src/gnu/gcc/fixincludes/ |
| D | system.h | 111 # undef fgetc 112 # define fgetc(Stream) fgetc_unlocked (Stream) macro
|
| /openbsd/src/gnu/gcc/libstdc++-v3/include/c_std/ |
| D | std_cstdio.h | 61 #undef fgetc 108 using ::fgetc;
|
| /openbsd/src/gnu/usr.bin/binutils/gdb/tui/ |
| D | tui-source.c | 119 c = fgetc (stream); in tui_set_source_content() 193 c = fgetc (stream); in tui_set_source_content() 197 i < threshold && (c = fgetc (stream))); in tui_set_source_content()
|
| /openbsd/src/gnu/usr.bin/perl/ |
| D | nostdio.h | 38 # undef fgetc 91 # define fgetc(f) _CANNOT _fgetc_ macro
|
| D | fakesdio.h | 23 #undef fgetc 78 #define fgetc(f) PerlIO_getc(f) macro
|
| /openbsd/src/regress/lib/libc/popen/ |
| D | popen.c | 77 while ((in = fgetc(pipe)) != EOF) in main()
|
| /openbsd/src/gnu/gcc/libcpp/ |
| D | system.h | 111 # undef fgetc 112 # define fgetc(Stream) fgetc_unlocked (Stream) macro
|
| /openbsd/src/gnu/gcc/libstdc++-v3/include/c/ |
| D | std_cstdio.h | 47 #undef fgetc
|
| /openbsd/src/gnu/lib/libstdc++/libstdc++/include/c/ |
| D | std_cstdio.h | 47 #undef fgetc
|
| /openbsd/src/regress/lib/libc/orientation/ |
| D | orientation_test.c | 179 TEST_NARROW(fgetc(f)); in main() 180 TEST_NARROW(c = fgetc(f); ungetc(c, f)); in main()
|
| /openbsd/src/gnu/usr.bin/perl/ext/POSIX/t/ |
| D | unimplemented.t | 31 [fgetc => \'IO::Handle::getc'],
|
| /openbsd/src/sbin/pfctl/ |
| D | pfctl_radix.c | 572 next_ch = fgetc(fp); in pfr_next_token() 576 next_ch = fgetc(fp); in pfr_next_token() 590 next_ch = fgetc(fp); in pfr_next_token()
|
| /openbsd/src/gnu/gcc/libstdc++-v3/include/c_compatibility/ |
| D | stdio.h | 62 using std::fgetc;
|
| /openbsd/src/gnu/lib/libstdc++/libstdc++/include/c_compatibility/ |
| D | stdio.h | 62 using std::fgetc;
|
| /openbsd/src/lib/libc/hidden/ |
| D | stdio.h | 53 PROTO_NORMAL(fgetc);
|
| /openbsd/src/gnu/llvm/libcxx/include/ |
| D | cstdio | 70 int fgetc(FILE* stream); 135 using ::fgetc _LIBCPP_USING_IF_EXISTS;
|
| /openbsd/src/gnu/gcc/gcc/ |
| D | system.h | 119 # undef fgetc 120 # define fgetc(Stream) fgetc_unlocked (Stream) macro
|