Searched refs:fpos_t (Results 1 – 19 of 19) sorted by relevance
/external/clang/test/Analysis/Inputs/ |
D | system-header-simulator.h | 43 typedef __darwin_off_t fpos_t; typedef 53 fpos_t (*)(void *, fpos_t, int),
|
/external/libcxx/include/ |
D | cstdio | 42 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/ |
D | stdio_h.pass.cpp | 110 fpos_t fpos = fpos_t(); in main()
|
/external/libcxx/test/std/input.output/file.streams/c.files/ |
D | cstdio.pass.cpp | 92 std::fpos_t fpos = std::fpos_t(); in main()
|
/external/libxcam/xcore/ |
D | file_handle.cpp | 107 fpos_t cur_pos; in get_file_size()
|
/external/webrtc/webrtc/modules/audio_coding/neteq/test/ |
D | RTPjitter.cc | 47 fpos_t cur_pos; in filelen()
|
/external/libpng/contrib/libtests/ |
D | timepng.c | 273 fpos_t pos; in add_one_file()
|
/external/libpng/contrib/tools/ |
D | pngfix.c | 873 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/ |
D | fileobject.c | 694 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/ |
D | infinite_recursion.py | 2019 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/ |
D | infinite_recursion.py | 2019 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/ |
D | TargetLibraryInfo.def | 470 /// 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/ |
D | TargetLibraryInfo.def | 643 /// int fgetpos(FILE *stream, fpos_t *pos); 757 /// int fsetpos(FILE *stream, const fpos_t *pos);
|
/external/elfutils/tests/ |
D | run-show-die-info.sh | 901 Name : fpos_t
|
/external/python/cpython2/Modules/ |
D | bz2module.c | 32 typedef fpos_t Py_off_t;
|
/external/python/cpython2/ |
D | pyconfig.h.in | 1040 /* The size of `fpos_t', as computed by sizeof. */
|
D | configure.ac | 1876 AC_CHECK_SIZEOF(fpos_t, 4)
|
/external/python/cpython3/ |
D | pyconfig.h.in | 1355 /* The size of `fpos_t', as computed by sizeof. */
|
D | configure.ac | 2307 AC_CHECK_SIZEOF(fpos_t, 4)
|