/external/llvm-project/clang/test/Analysis/Inputs/ |
D | system-header-simulator.h | 15 typedef __darwin_off_t fpos_t; typedef 42 fpos_t (*)(void *, fpos_t, int), 55 int fgetpos(FILE *stream, fpos_t *pos); 56 int fsetpos(FILE *stream, const fpos_t *pos);
|
/external/webrtc/rtc_tools/ |
D | video_file_reader.cc | 40 const std::vector<fpos_t>& frame_positions, in VideoFile() 75 const std::vector<fpos_t> frame_positions_; 205 std::vector<fpos_t> frame_positions; in OpenY4mFile() 215 fpos_t pos; in OpenY4mFile() 256 std::vector<fpos_t> frame_positions; in OpenYuvFile() 258 fpos_t pos; in OpenYuvFile()
|
/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/llvm-project/libcxx/include/ |
D | cstdio | 41 fpos_t 85 int fgetpos(FILE* restrict stream, fpos_t* restrict pos); 87 int fsetpos(FILE*stream, const fpos_t* pos); 108 using ::fpos_t;
|
/external/rust/crates/libc/src/windows/ |
D | mod.rs | 253 pub enum fpos_t {} // FIXME: fill this out with a struct enum 254 impl ::Copy for fpos_t {} implementation 255 impl ::Clone for fpos_t { implementation 256 fn clone(&self) -> fpos_t { in clone() argument 298 pub fn fgetpos(stream: *mut FILE, ptr: *mut fpos_t) -> c_int; in fgetpos() 299 pub fn fsetpos(stream: *mut FILE, ptr: *const fpos_t) -> c_int; in fsetpos()
|
/external/llvm-project/clang/test/Analysis/ |
D | stream.c | 37 fpos_t pos; in check_fgetpos() 44 fpos_t pos; in check_fsetpos()
|
/external/llvm-project/compiler-rt/test/sanitizer_common/TestCases/Posix/ |
D | fseek.cpp | 29 fpos_t pos; in main()
|
/external/llvm-project/libcxx/test/std/depr/depr.c.headers/ |
D | stdio_h.pass.cpp | 109 fpos_t fpos = fpos_t(); in main()
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | stdio_h.pass.cpp | 110 fpos_t fpos = fpos_t(); in main()
|
/external/llvm-project/libcxx/test/std/input.output/file.streams/c.files/ |
D | cstdio.pass.cpp | 91 std::fpos_t fpos = std::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/python/pycparser/utils/fake_libc_include/ |
D | _fake_typedefs.h | 75 typedef int fpos_t; typedef
|
/external/python/cpython3/android/ |
D | launcher_main.cpp | 25 static_assert(sizeof(fpos_t) == SIZEOF_FPOS_T);
|
/external/rust/crates/libc/src/unix/ |
D | mod.rs | 398 pub enum fpos_t {} // FIXME: fill this out with a struct enum 399 impl ::Copy for fpos_t {} implementation 400 impl ::Clone for fpos_t { implementation 401 fn clone(&self) -> fpos_t { in clone() argument 476 pub fn fgetpos(stream: *mut FILE, ptr: *mut fpos_t) -> c_int; in fgetpos() 478 pub fn fsetpos(stream: *mut FILE, ptr: *const fpos_t) -> c_int; in fsetpos()
|
/external/rust/crates/libc/src/vxworks/ |
D | mod.rs | 1023 pub enum fpos_t {} // FIXME: fill this out with a struct enum 1024 impl ::Copy for fpos_t {} implementation 1025 impl ::Clone for fpos_t { implementation 1026 fn clone(&self) -> fpos_t { in clone() argument 1110 pub fn fgetpos(stream: *mut FILE, ptr: *mut fpos_t) -> c_int; in fgetpos() 1111 pub fn fsetpos(stream: *mut FILE, ptr: *const fpos_t) -> c_int; in fsetpos()
|
/external/rust/crates/libc/src/ |
D | wasi.rs | 56 pub struct fpos_t { 372 pub fn fgetpos(f: *mut FILE, pos: *mut fpos_t) -> c_int; in fgetpos() 373 pub fn fsetpos(f: *mut FILE, pos: *const fpos_t) -> c_int; in fsetpos()
|
/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/pycparser/tests/c_files/ |
D | cppd_with_stdio_h.c | 3837 typedef _fpos_t fpos_t; typedef
|
/external/llvm-project/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_platform_limits_freebsd.cpp | 115 unsigned fpos_t_sz = sizeof(fpos_t);
|
/external/fastrpc/src/ |
D | apps_std_imp.c | 342 fpos_t fpos; in __QAIC_IMPL() 364 fpos_t fpos; in __QAIC_IMPL()
|
/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/rust/crates/libc/src/fuchsia/ |
D | mod.rs | 3340 pub enum fpos_t {} // FIXME: fill this out with a struct enum 3341 impl ::Copy for fpos_t {} implementation 3342 impl ::Clone for fpos_t { implementation 3343 fn clone(&self) -> fpos_t { in clone() argument 3385 pub fn fgetpos(stream: *mut FILE, ptr: *mut fpos_t) -> c_int; in fgetpos() 3386 pub fn fsetpos(stream: *mut FILE, ptr: *const fpos_t) -> c_int; in fsetpos()
|
/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),
|