Home
last modified time | relevance | path

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

1234

/external/libgsm/src/
Dtoast_audio.c61 if ( fgetc(in) != '.' in P0()
62 || fgetc(in) != 's' in P0()
63 || fgetc(in) != 'n' in P0()
64 || fgetc(in) != 'd' in P0()
Dtoast_alaw.c321 for (i = 0; i < 160 && (c = fgetc(in)) != EOF; i++) buf[i] = A2S( c );
Dtoast_ulaw.c608 for (i = 0; i < 160 && (c = fgetc(in)) != EOF; i++) buf[i] = U2S(c);
/external/toybox/toys/other/
Dxxd.c108 if ((n1 = n2 = dehex(fgetc(fp))) < 0 || (n2 = dehex(fgetc(fp))) < 0) { in do_xxd_reverse()
119 tmp = fgetc(fp); in do_xxd_reverse()
124 while ((tmp = fgetc(fp)) != EOF && tmp != '\n') in do_xxd_reverse()
/external/icu/icu4c/source/test/perf/ubrkperf/
Dubrkperfold.cpp519 BOMC1 = fgetc(fFile); in UCharFile()
520 BOMC2 = fgetc(fFile); in UCharFile()
526 else if (BOMC1 == 0xEF && BOMC2 == 0xBB && (BOMC3 = fgetc(fFile)) == 0xBF ) { in UCharFile()
550 cL = fgetc(fFile); in get()
551 cH = fgetc(fFile); in get()
562 cH = fgetc(fFile); in get()
563 cL = fgetc(fFile); in get()
579 …int ch = fgetc(fFile); // Note: c and ch are separate cause eof test doesn't work on UChar type. in get()
608 bytes[i] = fgetc(fFile); in get()
/external/libpng/contrib/mips-msa/
Dlinux.c39 int ch = fgetc(f); in png_have_msa()
45 ch = fgetc(f); in png_have_msa()
/external/autotest/client/profilers/powertop/src/
Dwireless.c69 val = fgetc(file); in rfkill_enabled()
89 val = fgetc(file); in check_unused_wiresless_up()
154 val = fgetc(file); in need_wireless_suggest_new()
/external/libese/tools/ese_replay/
Dbuffer.c44 char c = fgetc(fp); in buffer_read_hex()
55 b->buffer[b->len] = fgetc(fp); in buffer_read_hex()
/external/syslinux/com32/include/
Dstdio.h66 __extern int fgetc(FILE *);
68 #define getc(f) fgetc(f)
/external/swiftshader/third_party/LLVM/test/CodeGen/Thumb2/
Dcross-rc-coalescing-1.ll7 declare i32 @fgetc(%struct.FILE* nocapture) nounwind
23 %0 = call i32 @fgetc(%struct.FILE* undef) nounwind ; <i32> [#uses=0]
/external/icu/icu4c/source/tools/toolutil/
Dfilestrm.c133 int c = fgetc((FILE*)fileStream); in T_FileStream_getc()
148 int32_t c = fgetc((FILE*)fileStream); in T_FileStream_peek()
/external/llvm/test/CodeGen/Thumb2/
Dcross-rc-coalescing-1.ll7 declare i32 @fgetc(%struct.FILE* nocapture) nounwind
23 %0 = call i32 @fgetc(%struct.FILE* undef) nounwind ; <i32> [#uses=0]
/external/syslinux/com32/modules/
Dhexdump.c177 i = fgetc(stdin); in eat_stdin()
188 i = fgetc(stdin); in do_page()
/external/libpng/contrib/pngminus/
Dpnm2png.c522 ret = fgetc(pnm_file); in get_token()
527 ret = fgetc(pnm_file); in get_token()
539 ret = fgetc(pnm_file); in get_token()
571 old_value = fgetc (pnm_file); in get_data()
/external/syslinux/com32/lib/
Dfgetc.c14 int fgetc(FILE * f) in fgetc() function
/external/vboot_reference/tests/futility/
Dbinary_editor.c29 for ( curpos = 0; (c = fgetc(stdin)) != EOF; curpos++) { in main()
/external/ImageMagick/MagickWand/
Dscript-token.c320 c=fgetc(token_info->stream); \
323 c=fgetc(token_info->stream); \
/external/icu/icu4c/source/test/perf/collationperf/
Dcollperf.cpp1247 BOMC1 = fgetc(fFile); in UCharFile()
1248 BOMC2 = fgetc(fFile); in UCharFile()
1254 else if (BOMC1 == 0xEF && BOMC2 == 0xBB && (BOMC3 = fgetc(fFile)) == 0xBF ) { in UCharFile()
1278 cL = fgetc(fFile); in get()
1279 cH = fgetc(fFile); in get()
1290 cH = fgetc(fFile); in get()
1291 cL = fgetc(fFile); in get()
1307 …int ch = fgetc(fFile); // Note: c and ch are separate cause eof test doesn't work on UChar type. in get()
1336 bytes[i] = fgetc(fFile); in get()
/external/bison/lib/
Dstdio.in.h225 # undef fgetc
226 # define fgetc rpl_fgetc
228 _GL_FUNCDECL_RPL (fgetc, int, (FILE *stream) _GL_ARG_NONNULL ((1)));
229 _GL_CXXALIAS_RPL (fgetc, int, (FILE *stream));
231 _GL_CXXALIAS_SYS (fgetc, int, (FILE *stream));
233 _GL_CXXALIASWARN (fgetc);
609 _GL_FUNCDECL_RPL (fgetc, int, (FILE *stream) _GL_ARG_NONNULL ((1)));
/external/libpcap/msdos/
Dbin2c.c34 while ((ch = fgetc(inFile)) != EOF) in main()
/external/bison/linux-lib/
Dstdio.h537 # undef fgetc
538 # define fgetc rpl_fgetc
540 _GL_FUNCDECL_RPL (fgetc, int, (FILE *stream) _GL_ARG_NONNULL ((1)));
541 _GL_CXXALIAS_RPL (fgetc, int, (FILE *stream));
543 _GL_CXXALIAS_SYS (fgetc, int, (FILE *stream));
545 _GL_CXXALIASWARN (fgetc);
921 _GL_FUNCDECL_RPL (fgetc, int, (FILE *stream) _GL_ARG_NONNULL ((1)));
/external/bison/darwin-lib/
Dstdio.h537 # undef fgetc
538 # define fgetc rpl_fgetc
540 _GL_FUNCDECL_RPL (fgetc, int, (FILE *stream) _GL_ARG_NONNULL ((1)));
541 _GL_CXXALIAS_RPL (fgetc, int, (FILE *stream));
543 _GL_CXXALIAS_SYS (fgetc, int, (FILE *stream));
545 _GL_CXXALIASWARN (fgetc);
921 _GL_FUNCDECL_RPL (fgetc, int, (FILE *stream) _GL_ARG_NONNULL ((1)));
/external/lzma/CPP/Common/
DStdInStream.cpp90 int c = fgetc(_stream); // getc() doesn't work in BeOS? in GetChar()
/external/libpng/contrib/arm-neon/
Dlinux.c45 int ch = fgetc(f); in png_have_neon()
/external/iw/
Dvendor.c20 while ((data = fgetc(file)) != EOF) { in read_file()

1234