Home
last modified time | relevance | path

Searched refs:fgetpos (Results 1 – 13 of 13) sorted by relevance

/external/libcxx/include/
Dcstdio86 int fgetpos(FILE* restrict stream, fpos_t* restrict pos);
170 using ::fgetpos;
/external/stlport/stlport/stl/
D_cstdio.h72 using _STLP_VENDOR_CSTD::fgetpos;
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/test/
DRTPjitter.cc50 if (!fid || fgetpos(fid, &cur_pos)) { in filelen()
/external/chromium_org/third_party/cython/src/Cython/Includes/libc/
Dstdio.pxd53 int fgetpos (FILE *stream, fpos_t *position)
/external/stlport/src/
Dstdio_streambuf.cpp43 # define FGETPOS fgetpos
/external/libcxx/test/depr/depr.c.headers/
Dstdio_h.pass.cpp127 static_assert((std::is_same<decltype(fgetpos(fp, &fpos)), int>::value), ""); in main()
/external/libcxx/test/input.output/file.streams/c.files/
Dcstdio.disabled.cpp130 static_assert((std::is_same<decltype(std::fgetpos(fp, &fpos)), int>::value), ""); in main()
/external/llvm/include/llvm/Target/
DTargetLibraryInfo.h250 fgetpos, enumerator
/external/svox/pico/lib/
Dpicopal.c363 fgetpos((FILE *)stream,&fpos); in picopal_flength()
/external/llvm/lib/Transforms/IPO/
DFunctionAttrs.cpp1307 case LibFunc::fgetpos: in inferPrototypeAttributes()
/external/libpng/contrib/tools/
Dpngfix.c1205 if (fgetpos(file->file, pos)) in file_getpos()
/external/compiler-rt/lib/dfsan/
Dlibc_ubuntu1204_abilist.txt1949 fun:fgetpos=uninstrumented
/external/valgrind/main/perf/
Dtest_input_for_tinycc.c5513 extern int fgetpos (FILE *__restrict __stream, fpos_t *__restrict __pos);