Home
last modified time | relevance | path

Searched refs:fpos_t (Results 1 – 19 of 19) sorted by relevance

/external/clang/test/Analysis/Inputs/
Dsystem-header-simulator.h43 typedef __darwin_off_t fpos_t; typedef
53 fpos_t (*)(void *, fpos_t, int),
/external/libcxx/include/
Dcstdio42 fpos_t
86 int fgetpos(FILE* restrict stream, fpos_t* restrict pos);
88 int fsetpos(FILE*stream, const fpos_t* pos);
109 using ::fpos_t;
/external/libcxx/test/std/depr/depr.c.headers/
Dstdio_h.pass.cpp110 fpos_t fpos = fpos_t(); in main()
/external/libcxx/test/std/input.output/file.streams/c.files/
Dcstdio.pass.cpp92 std::fpos_t fpos = std::fpos_t(); in main()
/external/libxcam/xcore/
Dfile_handle.cpp107 fpos_t cur_pos; in get_file_size()
/external/webrtc/webrtc/modules/audio_coding/neteq/test/
DRTPjitter.cc47 fpos_t cur_pos; in filelen()
/external/libpng/contrib/libtests/
Dtimepng.c273 fpos_t pos; in add_one_file()
/external/libpng/contrib/tools/
Dpngfix.c873 fpos_t data_pos; /* Position of first byte of chunk data */
1208 file_getpos(struct file *file, fpos_t *pos) in file_getpos()
1219 file_setpos(struct file *file, const fpos_t *pos) in file_setpos()
1555 fpos_t chunk_data_pos; /* Position of first byte of chunk data */
2621 fpos_t start_pos; in zlib_check()
/external/python/cpython2/Objects/
Dfileobject.c694 typedef fpos_t Py_off_t;
716 fpos_t pos; in _portable_fseek()
755 fpos_t pos; in _portable_ftell()
/external/python/cpython3/Lib/lib2to3/tests/data/
Dinfinite_recursion.py2019 fpos_t = __darwin_off_t variable
2046 ('_seek', CFUNCTYPE(fpos_t, c_void_p, c_longlong, c_int)),
2055 ('_offset', fpos_t),
/external/python/cpython2/Lib/lib2to3/tests/data/
Dinfinite_recursion.py2019 fpos_t = __darwin_off_t variable
2046 ('_seek', CFUNCTYPE(fpos_t, c_void_p, c_longlong, c_int)),
2055 ('_offset', fpos_t),
/external/llvm/include/llvm/Analysis/
DTargetLibraryInfo.def470 /// int fgetpos(FILE *stream, fpos_t *pos);
572 /// int fsetpos(FILE *stream, const fpos_t *pos);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DTargetLibraryInfo.def643 /// int fgetpos(FILE *stream, fpos_t *pos);
757 /// int fsetpos(FILE *stream, const fpos_t *pos);
/external/elfutils/tests/
Drun-show-die-info.sh901 Name : fpos_t
/external/python/cpython2/Modules/
Dbz2module.c32 typedef fpos_t Py_off_t;
/external/python/cpython2/
Dpyconfig.h.in1040 /* The size of `fpos_t', as computed by sizeof. */
Dconfigure.ac1876 AC_CHECK_SIZEOF(fpos_t, 4)
/external/python/cpython3/
Dpyconfig.h.in1355 /* The size of `fpos_t', as computed by sizeof. */
Dconfigure.ac2307 AC_CHECK_SIZEOF(fpos_t, 4)