| /src/external/lgpl3/gmp/dist/scanf/ |
| fscanffuns.c | 41 int fgetc (FILE *); 59 (gmp_doscan_get_t) fgetc,
|
| /src/crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/ |
| bn_mp_fread.c | 29 ch = fgetc(stream); 32 ch = fgetc(stream); 56 ch = fgetc(stream);
|
| /src/lib/libc/stdio/ |
| fgetc.c | 1 /* $NetBSD: fgetc.c,v 1.12 2012/03/15 18:22:30 christos Exp $ */ 38 static char sccsid[] = "@(#)fgetc.c 8.1 (Berkeley) 6/4/93"; 40 __RCSID("$NetBSD: fgetc.c,v 1.12 2012/03/15 18:22:30 christos Exp $"); 51 fgetc(FILE *fp) function
|
| /src/external/bsd/openpam/dist/lib/libpam/ |
| openpam_readline.c | 71 ch = fgetc(f); 75 ch = fgetc(f);
|
| openpam_readlinev.c | 96 ch = fgetc(f);
|
| /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/linux/ |
| stdio.d | 44 import core.stdc.stdio : FILE, fflush, fileno, fprintf, fgetc, EOF, fclose; 81 while ((c = fgetc(f)) != EOF) 102 assert(fgetc(f) == 1); 103 assert(fgetc(f) == 2); 104 assert(fgetc(f) == 3); 105 assert(fgetc(f) == 4);
|
| /src/external/gpl3/gdb/dist/gnulib/import/ |
| stdio-read.c | 141 return fgetc (stdin); 145 fgetc (FILE *stream) function 146 #undef fgetc macro 148 CALL_WITH_ERRNO_FIX (int, fgetc (stream), ret == EOF)
|
| /src/external/gpl3/gdb.old/dist/gnulib/import/ |
| stdio-read.c | 141 return fgetc (stdin); 145 fgetc (FILE *stream) function 146 #undef fgetc macro 148 CALL_WITH_ERRNO_FIX (int, fgetc (stream), ret == EOF)
|
| /src/sys/external/isc/libsodium/dist/test/default/ |
| cmptest.h | 108 if ((c = fgetc(fp_res)) != fgetc(fp_out)) {
|
| /src/external/bsd/flex/dist/tests/ |
| lineno_nr.l | 72 while ((c=fgetc(in)) != EOF)
|
| lineno_trailing.l | 65 while ((c=fgetc(in)) != EOF)
|
| lineno_r.l | 72 while ((c=fgetc(in)) != EOF)
|
| /src/external/bsd/ipf/dist/tools/ |
| lexer.c | 82 c = fgetc(yyin); 84 c = fgetc(yyin); 87 c = fgetc(yyin);
|
| /src/external/bsd/libpcap/dist/msdos/ |
| bin2c.c | 34 while ((ch = fgetc(inFile)) != EOF)
|
| /src/external/bsd/mdocml/dist/ |
| compat_getline.c | 50 if ((c = fgetc(fp)) == EOF) {
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/ |
| checkpoint.c | 47 c = fgetc (in);
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/ |
| checkpoint.c | 47 c = fgetc (in);
|
| /src/external/bsd/libbind/dist/isc/ |
| hex.c | 41 c = fgetc(fp); 51 c = fgetc(fp);
|
| /src/external/gpl3/gcc/dist/libgfortran/io/ |
| intrinsics.c | 1 /* Implementation of the FGET, FGETC, FPUT, FPUTC, FLUSH 35 extern int PREFIX(fgetc) (const int *, char *, gfc_charlen_type); 36 export_proto_np(PREFIX(fgetc)); 39 PREFIX(fgetc) (const int *unit, char *c, gfc_charlen_type c_len) function 75 *st = PREFIX(fgetc) (unit, c, c_len); \ 77 PREFIX(fgetc) (unit, c, c_len); } 91 return PREFIX(fgetc) (&five, c, c_len); 102 *st = PREFIX(fgetc) (&five, c, c_len); \ 104 PREFIX(fgetc) (&five, c, c_len); }
|
| /src/external/gpl3/gcc.old/dist/libgfortran/io/ |
| intrinsics.c | 1 /* Implementation of the FGET, FGETC, FPUT, FPUTC, FLUSH 35 extern int PREFIX(fgetc) (const int *, char *, gfc_charlen_type); 36 export_proto_np(PREFIX(fgetc)); 39 PREFIX(fgetc) (const int *unit, char *c, gfc_charlen_type c_len) function 75 *st = PREFIX(fgetc) (unit, c, c_len); \ 77 PREFIX(fgetc) (unit, c, c_len); } 91 return PREFIX(fgetc) (&five, c, c_len); 102 *st = PREFIX(fgetc) (&five, c, c_len); \ 104 PREFIX(fgetc) (&five, c, c_len); }
|
| /src/sys/external/bsd/acpica/dist/tools/acpidump/ |
| apfiles.c | 79 InChar = fgetc (stdin); 82 InChar = fgetc (stdin);
|
| /src/tools/compat/ |
| getline.c | 60 int c = fgetc(fp);
|
| /src/external/bsd/file/dist/src/ |
| getline.c | 55 int c = fgetc(fp);
|
| /src/external/bsd/libfido2/dist/openbsd-compat/ |
| bsd-getline.c | 64 int c = fgetc(fp);
|
| /src/external/bsd/tmux/dist/compat/ |
| getline.c | 59 int c = fgetc(fp);
|