Home
last modified time | relevance | path

Searched refs:fgetc (Results 1 – 25 of 95) sorted by relevance

1234

/openbsd/src/usr.bin/ftp/
Druserpass.c188 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()
Dftp.c452 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/
Dfgetc.c37 fgetc(FILE *fp) in fgetc() function
41 DEF_STRONG(fgetc);
DMakefile.inc8 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/
Dgdbreplay.c185 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/
Dpass52-frag.c15 c = fgetc (f); in readstuff()
17 d = fgetc (f); in readstuff()
/openbsd/src/usr.bin/dig/lib/lwres/
Dlwconfig.c81 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/
Dstd_cstdio.h60 #undef fgetc
107 using ::fgetc;
/openbsd/src/gnu/gcc/fixincludes/
Dsystem.h111 # undef fgetc
112 # define fgetc(Stream) fgetc_unlocked (Stream) macro
/openbsd/src/gnu/gcc/libstdc++-v3/include/c_std/
Dstd_cstdio.h61 #undef fgetc
108 using ::fgetc;
/openbsd/src/gnu/usr.bin/binutils/gdb/tui/
Dtui-source.c119 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/
Dnostdio.h38 # undef fgetc
91 # define fgetc(f) _CANNOT _fgetc_ macro
Dfakesdio.h23 #undef fgetc
78 #define fgetc(f) PerlIO_getc(f) macro
/openbsd/src/regress/lib/libc/popen/
Dpopen.c77 while ((in = fgetc(pipe)) != EOF) in main()
/openbsd/src/gnu/gcc/libcpp/
Dsystem.h111 # undef fgetc
112 # define fgetc(Stream) fgetc_unlocked (Stream) macro
/openbsd/src/gnu/gcc/libstdc++-v3/include/c/
Dstd_cstdio.h47 #undef fgetc
/openbsd/src/gnu/lib/libstdc++/libstdc++/include/c/
Dstd_cstdio.h47 #undef fgetc
/openbsd/src/regress/lib/libc/orientation/
Dorientation_test.c179 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/
Dunimplemented.t31 [fgetc => \'IO::Handle::getc'],
/openbsd/src/sbin/pfctl/
Dpfctl_radix.c572 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/
Dstdio.h62 using std::fgetc;
/openbsd/src/gnu/lib/libstdc++/libstdc++/include/c_compatibility/
Dstdio.h62 using std::fgetc;
/openbsd/src/lib/libc/hidden/
Dstdio.h53 PROTO_NORMAL(fgetc);
/openbsd/src/gnu/llvm/libcxx/include/
Dcstdio70 int fgetc(FILE* stream);
135 using ::fgetc _LIBCPP_USING_IF_EXISTS;
/openbsd/src/gnu/gcc/gcc/
Dsystem.h119 # undef fgetc
120 # define fgetc(Stream) fgetc_unlocked (Stream) macro

1234