HomeSort by relevance Sort by last modified time
    Searched refs:fgetc (Results 26 - 50 of 164) sorted by null

12 3 4 5 6 7

  /ndk/sources/cxx-stl/stlport/src/
stdio_streambuf.cpp 159 int c = fgetc(_M_file);
173 int c = fgetc(_M_file);
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
sunos4.h 100 extern int fgetc(FILE *);
  /hardware/invensense/60xx/mlsdk/platform/linux/
mlsl_linux_mpu.c 219 *len += (unsigned char)fgetc(calFile) << 24;
220 *len += (unsigned char)fgetc(calFile) << 16;
221 *len += (unsigned char)fgetc(calFile) << 8;
222 *len += (unsigned char)fgetc(calFile);
  /system/extras/tests/bionic/libstdc++/
test_cstdio.cpp 110 using std::fgetc;
  /external/libpng/contrib/pngminus/
pnm2png.c 453 token[i] = (unsigned char) fgetc (pnm_file);
461 token[i] = (unsigned char) fgetc (pnm_file);
490 old_value = fgetc (pnm_file);
  /external/stlport/stlport/stl/
_cstdio.h 71 using _STLP_VENDOR_CSTD::fgetc;
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_cstdio.h 71 using _STLP_VENDOR_CSTD::fgetc;
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_cstdio.h 71 using _STLP_VENDOR_CSTD::fgetc;
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_cstdio.h 71 using _STLP_VENDOR_CSTD::fgetc;
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_cstdio.h 71 using _STLP_VENDOR_CSTD::fgetc;
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_cstdio.h 71 using _STLP_VENDOR_CSTD::fgetc;
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_cstdio.h 71 using _STLP_VENDOR_CSTD::fgetc;
  /external/linux-tools-perf/util/
config.c 33 c = fgetc(f);
36 c = fgetc(f);
  /external/qemu/distrib/sdl-1.2.15/src/main/win32/
SDL_win32_main.c 179 empty = (fgetc(file) == EOF) ? 1 : 0;
189 empty = (fgetc(file) == EOF) ? 1 : 0;
  /external/jhead/
jpgfile.c 134 a = fgetc(infile);
136 if (a != 0xff || fgetc(infile) != M_SOI){
148 marker = fgetc(infile);
162 lh = fgetc(infile);
163 ll = fgetc(infile);
  /external/bison/darwin-lib/
stdio.h 537 # 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); variable
    [all...]
  /external/bison/linux-lib/
stdio.h 537 # 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); variable
    [all...]
  /external/chromium_org/third_party/icu/source/test/perf/collationperf/
collperf.cpp     [all...]
  /external/icu4c/test/perf/collationperf/
collperf.cpp     [all...]
  /external/libpcap/lbl/
os-sunos4.h 30 int fgetc(FILE *);
  /external/tcpdump/lbl/
os-sunos4.h 30 int fgetc(FILE *);
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/tests/
WBAmrDecTest.c     [all...]
  /external/bison/lib/
stdio.in.h 225 # 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)));
    [all...]
  /development/tools/etc1tool/
etc1tool.cpp 122 if ((a = fgetc(pIn)) == EOF) {
125 if ((b = fgetc(pIn)) == EOF) {
  /external/qemu/distrib/sdl-1.2.15/src/main/macos/
SDL_main.c 142 empty = (fgetc(file) == EOF) ? 1 : 0;
150 empty = (fgetc(file) == EOF) ? 1 : 0;

Completed in 1479 milliseconds

12 3 4 5 6 7