/freebsd/contrib/openpam/lib/libpam/ |
H A D | openpam_readline.c | 66 ch = fgetc(f); in openpam_readline() 70 ch = fgetc(f); in openpam_readline()
|
H A D | openpam_readlinev.c | 91 ch = fgetc(f); in openpam_readlinev()
|
H A D | openpam_readword.c | 94 while ((ch = fgetc(f)) != EOF && (!is_ws(ch) || quote || escape)) { in openpam_readword()
|
/freebsd/usr.bin/gzip/ |
H A D | unpack.c | 203 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 D | cmptest.h | 187 if ((c = fgetc(fp_res)) != fgetc(fp_out)) { in main()
|
/freebsd/sys/contrib/dev/acpica/include/ |
H A D | acclib.h | 358 #define getchar(c) fgetc(stdin) 416 fgetc (
|
/freebsd/contrib/ldns/drill/ |
H A D | work.c | 96 c = fgetc(fp); in packetbuffromfile() 126 c = fgetc(fp); in packetbuffromfile()
|
/freebsd/libexec/bootpd/ |
H A D | readfile.c | 498 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 D | fgetc.c | 42 fgetc(FILE *fp) in fgetc() function
|
H A D | Makefile.inc | 6 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 D | kuserok.c | 85 c = fgetc(f); in check_one_file() 88 c = fgetc(f); in check_one_file()
|
/freebsd/contrib/mandoc/ |
H A D | compat_getline.c | 50 if ((c = fgetc(fp)) == EOF) { in getline()
|
/freebsd/contrib/libpcap/msdos/ |
H A D | bin2c.c | 34 while ((ch = fgetc(inFile)) != EOF) in main()
|
/freebsd/sbin/pfctl/ |
H A D | pfctl_radix.c | 499 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 D | la_getline.c | 42 int c = fgetc(fp); in la_getdelim()
|
/freebsd/sbin/ipf/common/ |
H A D | lexer.c | 82 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 D | t_popen.c | 105 while ((in = fgetc(my_pipe)) != EOF) in ATF_TC_BODY()
|
H A D | t_fmemopen.c | 777 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 D | bsd-getline.c | 62 int c = fgetc(fp); in getdelim()
|
/freebsd/contrib/file/src/ |
H A D | getline.c | 53 int c = fgetc(fp); in getdelim()
|
/freebsd/contrib/libfido2/openbsd-compat/ |
H A D | bsd-getline.c | 64 int c = fgetc(fp); in getdelim()
|
/freebsd/usr.sbin/spi/ |
H A D | spi.c | 567 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 D | cstdio | 70 int fgetc(FILE* stream); 134 using ::fgetc _LIBCPP_USING_IF_EXISTS;
|
/freebsd/sys/contrib/dev/acpica/compiler/ |
H A D | aslutils.c | 274 InChar = fgetc (stdin); in UtQueryForOverwrite() 277 InChar = fgetc (stdin); in UtQueryForOverwrite()
|
/freebsd/contrib/openbsm/bin/praudit/ |
H A D | praudit.c | 95 type = fgetc(fp); in print_tokens()
|