Home
last modified time | relevance | path

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

1234

/freebsd-14.2/contrib/openpam/lib/libpam/
H A Dopenpam_readline.c66 ch = fgetc(f); in openpam_readline()
70 ch = fgetc(f); in openpam_readline()
H A Dopenpam_readlinev.c91 ch = fgetc(f); in openpam_readlinev()
H A Dopenpam_readword.c94 while ((ch = fgetc(f)) != EOF && (!is_ws(ch) || quote || escape)) { in openpam_readword()
/freebsd-14.2/usr.bin/gzip/
H A Dunpack.c203 if ((thisbyte = fgetc(unpackd->fpIn)) == EOF) in unpack_parse_header()
231 if ((thisbyte = fgetc(unpackd->fpIn)) == EOF) in unpack_parse_header()
271 while ((thisbyte = fgetc(unpackd->fpIn)) != EOF) { in unpack_decode()
/freebsd-14.2/sys/contrib/libsodium/test/default/
H A Dcmptest.h187 if ((c = fgetc(fp_res)) != fgetc(fp_out)) { in main()
/freebsd-14.2/sys/contrib/dev/acpica/include/
H A Dacclib.h358 #define getchar(c) fgetc(stdin)
416 fgetc (
/freebsd-14.2/lib/libc/stdio/
H A Dfgetc.c45 fgetc(FILE *fp) in fgetc() function
H A DMakefile.inc8 feof.c ferror.c fflush.c fgetc.c fgetln.c fgetpos.c fgets.c fgetwc.c \
64 MLINKS+=getc.3 fgetc.3 getc.3 getc_unlocked.3 getc.3 getchar.3 \
/freebsd-14.2/contrib/ldns/drill/
H A Dwork.c96 c = fgetc(fp); in packetbuffromfile()
126 c = fgetc(fp); in packetbuffromfile()
/freebsd-14.2/libexec/bootpd/
H A Dreadfile.c498 c = fgetc(fp); in read_entry()
507 c = fgetc(fp); in read_entry()
526 c = fgetc(fp); in read_entry()
532 c = fgetc(fp); /* Backslash, read a new character */ in read_entry()
550 c = fgetc(fp); in read_entry()
563 if ((c = fgetc(fp)) < 0) { /* Backslash */ in read_entry()
582 c = fgetc(fp); in read_entry()
589 c = fgetc(fp); in read_entry()
/freebsd-14.2/crypto/heimdal/lib/krb5/
H A Dkuserok.c85 c = fgetc(f); in check_one_file()
88 c = fgetc(f); in check_one_file()
/freebsd-14.2/contrib/libpcap/msdos/
H A Dbin2c.c34 while ((ch = fgetc(inFile)) != EOF) in main()
/freebsd-14.2/contrib/mandoc/
H A Dcompat_getline.c50 if ((c = fgetc(fp)) == EOF) { in getline()
/freebsd-14.2/contrib/libarchive/unzip/
H A Dla_getline.c42 int c = fgetc(fp); in la_getdelim()
/freebsd-14.2/contrib/netbsd-tests/lib/libc/stdio/
H A Dt_popen.c105 while ((in = fgetc(my_pipe)) != EOF) in ATF_TC_BODY()
H A Dt_fmemopen.c777 ATF_CHECK(fgetc(fp) == buf0[i]); in ATF_TC_BODY()
781 ATF_CHECK(fgetc(fp) == EOF); in ATF_TC_BODY()
853 ATF_CHECK(fgetc(fp) == buf[i]); in ATF_TC_BODY()
857 ATF_CHECK(fgetc(fp) == EOF); in ATF_TC_BODY()
863 ATF_CHECK(fgetc(fp) == buf[i]); in ATF_TC_BODY()
867 ATF_CHECK(fgetc(fp) == EOF); in ATF_TC_BODY()
H A Dt_fflush.c131 ATF_REQUIRE(fgetc(f) == 'b'); in ATF_TC_BODY()
/freebsd-14.2/contrib/file/src/
H A Dgetline.c53 int c = fgetc(fp); in getdelim()
/freebsd-14.2/contrib/libfido2/openbsd-compat/
H A Dbsd-getline.c64 int c = fgetc(fp); in getdelim()
/freebsd-14.2/crypto/openssh/openbsd-compat/
H A Dbsd-getline.c62 int c = fgetc(fp); in getdelim()
/freebsd-14.2/sbin/pfctl/
H A Dpfctl_radix.c537 next_ch = fgetc(fp); in pfr_next_token()
541 next_ch = fgetc(fp); in pfr_next_token()
555 next_ch = fgetc(fp); in pfr_next_token()
/freebsd-14.2/sbin/ipf/common/
H A Dlexer.c81 c = fgetc(yyin); in yygetc()
83 c = fgetc(yyin); in yygetc()
86 c = fgetc(yyin); in yygetc()
/freebsd-14.2/contrib/llvm-project/libcxx/modules/std.compat/
H A Dcstdio.inc20 using ::fgetc;
/freebsd-14.2/lib/libc/tests/stdio/
H A Deintr_test.c112 i = fgetc(fp); in ATF_TC_BODY()
/freebsd-14.2/contrib/elftoolchain/cxxfilt/
H A Dcxxfilt.c186 c = fgetc(stdin); in main()

1234