Searched refs:fgetc (Results 1 - 25 of 93) sorted by relevance

1234

/freebsd-11-stable/lib/libc/stdio/
H A Dfgetc.c34 static char sccsid[] = "@(#)fgetc.c 8.1 (Berkeley) 6/4/93";
37 __FBSDID("$FreeBSD: stable/11/lib/libc/stdio/fgetc.c 320942 2017-07-13 09:27:11Z kib $");
46 fgetc(FILE *fp) function
/freebsd-11-stable/contrib/openpam/lib/libpam/
H A Dopenpam_readline.c68 ch = fgetc(f);
72 ch = fgetc(f);
H A Dopenpam_readlinev.c95 ch = fgetc(f);
H A Dopenpam_readword.c96 while ((ch = fgetc(f)) != EOF && (!is_ws(ch) || quote || escape)) {
/freebsd-11-stable/contrib/ipfilter/tools/
H A Dlexer.c82 c = fgetc(yyin);
84 c = fgetc(yyin);
87 c = fgetc(yyin);
/freebsd-11-stable/contrib/mdocml/
H A Dcompat_getline.c57 if ((c = fgetc(fp)) == EOF) {
/freebsd-11-stable/release/picobsd/tinyware/help/
H A Dhelp.c108 if ((n&1)&&fgetc(fd)!='\n') return 1;
113 o=0; while (o<n&&(c=fgetc(fd))!=EOF) {
119 if (o>=n||(c=fgetc(fd))==EOF) break;
150 if ((n&1)&&fgetc(fd)!='\n') break;
/freebsd-11-stable/contrib/libpcap/msdos/
H A Dbin2c.c34 while ((ch = fgetc(inFile)) != EOF)
/freebsd-11-stable/contrib/file/src/
H A Dgetline.c53 int c = fgetc(fp);
/freebsd-11-stable/contrib/libstdc++/include/c/
H A Dstd_cstdio.h47 #undef fgetc macro
/freebsd-11-stable/contrib/gdb/gdb/gdbserver/
H A Dgdbreplay.c185 ch = fgetc (fp);
194 ch = fgetc (fp);
220 ch2 = fgetc (fp);
224 ch2 = fgetc (fp);
/freebsd-11-stable/contrib/libstdc++/include/c_std/
H A Dstd_cstdio.h61 #undef fgetc macro
108 using ::fgetc;
/freebsd-11-stable/contrib/ldns/drill/
H A Dwork.c96 c = fgetc(fp);
126 c = fgetc(fp);
/freebsd-11-stable/sys/contrib/dev/acpica/include/
H A Dacclib.h358 #define getchar(c) fgetc(stdin)
416 fgetc (
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/stdio/
H A Dt_popen.c105 while ((in = fgetc(my_pipe)) != EOF)
H A Dt_fflush.c131 ATF_REQUIRE(fgetc(f) == 'b');
/freebsd-11-stable/contrib/libstdc++/include/c_compatibility/
H A Dstdio.h62 using std::fgetc;
/freebsd-11-stable/contrib/openbsm/bin/praudit/
H A Dpraudit.c78 type = fgetc(fp);
/freebsd-11-stable/contrib/gdb/gdb/tui/
H A Dtui-source.c119 c = fgetc (stream);
193 c = fgetc (stream);
197 i < threshold && (c = fgetc (stream)));
/freebsd-11-stable/usr.bin/gzip/
H A Dunpack.c210 if ((thisbyte = fgetc(unpackd->fpIn)) == EOF)
238 if ((thisbyte = fgetc(unpackd->fpIn)) == EOF)
278 while ((thisbyte = fgetc(unpackd->fpIn)) != EOF) {
/freebsd-11-stable/usr.bin/ident/
H A Dident.c67 while ((c = fgetc(fp)) != EOF) {
/freebsd-11-stable/contrib/elftoolchain/cxxfilt/
H A Dcxxfilt.c179 c = fgetc(stdin);
/freebsd-11-stable/crypto/heimdal/lib/krb5/
H A Dkuserok.c85 c = fgetc(f);
88 c = fgetc(f);
/freebsd-11-stable/contrib/gcclibs/libcpp/
H A Dsystem.h111 # undef fgetc macro
112 # define fgetc(Stream) fgetc_unlocked (Stream) macro
/freebsd-11-stable/crypto/heimdal/appl/login/
H A Dlimits_conf.c132 while((c = fgetc(f)) != EOF) {

Completed in 694 milliseconds

1234