Searched refs:fsetpos (Results 1 - 11 of 11) sorted by relevance

/external/stlport/stlport/stl/
H A D_cstdio.h84 using _STLP_VENDOR_CSTD::fsetpos;
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/test/
H A DRTPjitter.cc57 fsetpos(fid, &cur_pos);
/external/stlport/src/
H A Dstdio_streambuf.cpp42 # define FSETPOS fsetpos
/external/chromium_org/third_party/cython/src/Cython/Includes/libc/
H A Dstdio.pxd54 int fsetpos (FILE *stream, const fpos_t *position)
/external/libcxx/test/depr/depr.c.headers/
H A Dstdio_h.pass.cpp129 static_assert((std::is_same<decltype(fsetpos(fp, &fpos)), int>::value), "");
/external/libcxx/test/input.output/file.streams/c.files/
H A Dcstdio.disabled.cpp132 static_assert((std::is_same<decltype(std::fsetpos(fp, &fpos)), int>::value), "");
/external/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h311 /// int fsetpos(FILE *stream, const fpos_t *pos);
312 fsetpos, enumerator in enum:llvm::LibFunc::Func
/external/svox/pico/lib/
H A Dpicopal.c366 fsetpos((FILE *)stream,&fpos);
/external/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp1233 case LibFunc::fsetpos:
/external/libpng/contrib/tools/
H A Dpngfix.c1216 if (fsetpos(file->file, pos))
1219 stop(file, READ_ERROR_CODE, "fsetpos");
/external/valgrind/main/perf/
H A Dtest_input_for_tinycc.c5518 extern int fsetpos (FILE *__stream, __const fpos_t *__pos);

Completed in 332 milliseconds