Home
last modified time | relevance | path

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

12345678

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/linux/
H A Dstdio.d44 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);
/netbsd-src/external/gpl3/gcc.old/dist/libgfortran/io/
H A Dintrinsics.c35 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) in PREFIX() argument
75 *st = PREFIX(fgetc) (unit, c, c_len); \
77 PREFIX(fgetc) (unit, c, c_len); }
91 return PREFIX(fgetc) (&five, c, c_len); in PREFIX()
102 *st = PREFIX(fgetc) (&five, c, c_len); \
104 PREFIX(fgetc) (&five, c, c_len); }
/netbsd-src/external/gpl3/gcc/dist/libgfortran/io/
H A Dintrinsics.c35 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) in PREFIX() argument
75 *st = PREFIX(fgetc) (unit, c, c_len); \
77 PREFIX(fgetc) (unit, c, c_len); }
91 return PREFIX(fgetc) (&five, c, c_len); in PREFIX()
102 *st = PREFIX(fgetc) (&five, c, c_len); \
104 PREFIX(fgetc) (&five, c, c_len); }
/netbsd-src/external/gpl3/gdb/dist/gnulib/import/
H A Dstdio-read.c141 return fgetc (stdin); in getchar()
145 fgetc (FILE *stream) in fgetc() function
146 #undef fgetc in fgetc()
148 CALL_WITH_ERRNO_FIX (int, fgetc (stream), ret == EOF) in fgetc()
H A Dstdio.in.h352 # undef fgetc
353 # define fgetc rpl_fgetc
355 _GL_FUNCDECL_RPL (fgetc, int, (FILE *stream) _GL_ARG_NONNULL ((1)));
356 _GL_CXXALIAS_RPL (fgetc, int, (FILE *stream));
358 _GL_CXXALIAS_SYS (fgetc, int, (FILE *stream));
361 _GL_CXXALIASWARN (fgetc);
825 _GL_FUNCDECL_RPL (fgetc, int, (FILE *stream) _GL_ARG_NONNULL ((1)));
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/
H A Dbn_mp_fread.c29 ch = fgetc(stream); in mp_fread()
32 ch = fgetc(stream); in mp_fread()
56 ch = fgetc(stream); in mp_fread()
/netbsd-src/external/lgpl3/gmp/dist/scanf/
H A Dfscanffuns.c41 int fgetc (FILE *);
59 (gmp_doscan_get_t) fgetc,
/netbsd-src/external/bsd/openpam/dist/lib/libpam/
H A Dopenpam_readline.c71 ch = fgetc(f); in openpam_readline()
75 ch = fgetc(f); in openpam_readline()
/netbsd-src/sys/external/isc/libsodium/dist/test/default/
H A Dcmptest.h108 if ((c = fgetc(fp_res)) != fgetc(fp_out)) { in main()
/netbsd-src/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()
/netbsd-src/external/bsd/libbind/dist/isc/
H A Dhex.c41 c = fgetc(fp); in isc_gethexstring()
51 c = fgetc(fp); in isc_gethexstring()
/netbsd-src/sys/external/bsd/acpica/dist/tools/acpidump/
H A Dapfiles.c79 InChar = fgetc (stdin); in ApIsExistingFile()
82 InChar = fgetc (stdin); in ApIsExistingFile()
/netbsd-src/external/mpl/dhcp/bind/dist/lib/irs/
H A Dresconf.c144 ch = fgetc(fp); in eatline()
146 ch = fgetc(fp); in eatline()
161 ch = fgetc(fp); in eatwhite()
163 ch = fgetc(fp); in eatwhite()
206 ch = fgetc(fp); in getword()
/netbsd-src/external/mpl/bind/dist/lib/irs/
H A Dresconf.c
/netbsd-src/external/gpl3/binutils.old/dist/gas/
H A Dlisting.c511 c = fgetc (last_open_file); in buffer_line()
517 c = fgetc (last_open_file); in buffer_line()
524 int next = fgetc (last_open_file); in buffer_line()
646 if (fgetc (last_open_file) == '\r') in rebuffer_line()
661 c = fgetc (last_open_file); in rebuffer_line()
669 c = fgetc (last_open_file); in rebuffer_line()
676 int next = fgetc (last_open_file); in rebuffer_line()
/netbsd-src/external/gpl3/gcc.old/dist/fixincludes/
H A Dsystem.h110 # undef fgetc
111 # define fgetc(Stream) fgetc_unlocked (Stream) macro
/netbsd-src/sys/external/bsd/acpica/dist/include/
H A Dacclib.h250 #define getchar(c) fgetc(stdin)
308 fgetc (
/netbsd-src/external/gpl3/gcc/dist/fixincludes/
H A Dsystem.h110 # undef fgetc
111 # define fgetc(Stream) fgetc_unlocked (Stream) macro
/netbsd-src/usr.sbin/bootp/common/
H A Dreadfile.c507 c = fgetc(fp); in read_entry()
516 c = fgetc(fp); in read_entry()
535 c = fgetc(fp); in read_entry()
541 c = fgetc(fp); /* Backslash, read a new character */ in read_entry()
559 c = fgetc(fp); in read_entry()
572 if ((c = fgetc(fp)) < 0) { /* Backslash */ in read_entry()
590 c = fgetc(fp); in read_entry()
597 c = fgetc(fp); in read_entry()
/netbsd-src/external/gpl3/binutils/dist/gas/
H A Dlisting.c511 c = fgetc (last_open_file); in buffer_line()
517 c = fgetc (last_open_file); in buffer_line()
524 int next = fgetc (last_open_file); in buffer_line()
646 if (fgetc (last_open_file) == '\r') in rebuffer_line()
661 c = fgetc (last_open_file); in rebuffer_line()
669 c = fgetc (last_open_file); in rebuffer_line()
676 int next = fgetc (last_open_file); in rebuffer_line()
/netbsd-src/usr.bin/menuc/
H A Dmdb.c465 while ((ch = fgetc(sys_file)) != '\014') /* Control-L */ in write_menu_file()
469 while ((ch = fgetc(sys_file)) != '\n') in write_menu_file()
471 while ((ch = fgetc(sys_file)) != EOF) in write_menu_file()
/netbsd-src/lib/libc/stdio/
H A Dfgetc.c51 fgetc(FILE *fp) in fgetc() function
/netbsd-src/external/bsd/flex/dist/tests/
H A Dlineno_trailing.l65 while ((c=fgetc(in)) != EOF)
H A Dlineno_nr.l72 while ((c=fgetc(in)) != EOF)
/netbsd-src/external/bsd/ipf/dist/tools/
H A Dlexer.c82 c = fgetc(yyin);
84 c = fgetc(yyin);
87 c = fgetc(yyin);

12345678