Home
last modified time | relevance | path

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

1234

/freebsd/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/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/sys/contrib/libsodium/test/default/
H A Dcmptest.h187 if ((c = fgetc(fp_res)) != fgetc(fp_out)) { in main()
/freebsd/sys/contrib/dev/acpica/include/
H A Dacclib.h358 #define getchar(c) fgetc(stdin)
416 fgetc (
/freebsd/contrib/ldns/drill/
H A Dwork.c96 c = fgetc(fp); in packetbuffromfile()
126 c = fgetc(fp); in packetbuffromfile()
/freebsd/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/lib/libc/stdio/
H A Dfgetc.c42 fgetc(FILE *fp) in fgetc() function
H A DMakefile.inc6 feof.c ferror.c fflush.c fgetc.c fgetln.c fgetpos.c fgets.c fgetwc.c \
74 MLINKS+=getc.3 fgetc.3 \
/freebsd/crypto/heimdal/lib/krb5/
H A Dkuserok.c85 c = fgetc(f); in check_one_file()
88 c = fgetc(f); in check_one_file()
/freebsd/contrib/mandoc/
H A Dcompat_getline.c50 if ((c = fgetc(fp)) == EOF) { in getline()
/freebsd/contrib/libpcap/msdos/
H A Dbin2c.c34 while ((ch = fgetc(inFile)) != EOF) in main()
/freebsd/sbin/pfctl/
H A Dpfctl_radix.c499 next_ch = fgetc(fp); in pfr_next_token()
503 next_ch = fgetc(fp); in pfr_next_token()
517 next_ch = fgetc(fp); in pfr_next_token()
/freebsd/contrib/libarchive/unzip/
H A Dla_getline.c42 int c = fgetc(fp); in la_getdelim()
/freebsd/sbin/ipf/common/
H A Dlexer.c82 c = fgetc(yyin); in yygetc()
84 c = fgetc(yyin); in yygetc()
87 c = fgetc(yyin); in yygetc()
/freebsd/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()
/freebsd/crypto/openssh/openbsd-compat/
H A Dbsd-getline.c62 int c = fgetc(fp); in getdelim()
/freebsd/contrib/file/src/
H A Dgetline.c53 int c = fgetc(fp); in getdelim()
/freebsd/contrib/libfido2/openbsd-compat/
H A Dbsd-getline.c64 int c = fgetc(fp); in getdelim()
/freebsd/usr.sbin/spi/
H A Dspi.c567 while (!err && cbread < cbdata && (ch = fgetc(stdin)) != EOF) { in prep_write_buffer()
572 if ((ch = fgetc(stdin)) == EOF) in prep_write_buffer()
587 ch = fgetc(stdin); in prep_write_buffer()
/freebsd/contrib/llvm-project/libcxx/include/
H A Dcstdio70 int fgetc(FILE* stream);
134 using ::fgetc _LIBCPP_USING_IF_EXISTS;
/freebsd/sys/contrib/dev/acpica/compiler/
H A Daslutils.c274 InChar = fgetc (stdin); in UtQueryForOverwrite()
277 InChar = fgetc (stdin); in UtQueryForOverwrite()
/freebsd/contrib/openbsm/bin/praudit/
H A Dpraudit.c95 type = fgetc(fp); in print_tokens()

1234