Home
last modified time | relevance | path

Searched defs:fpos_t (Results 1 – 11 of 11) sorted by relevance

/external/clang/test/Analysis/Inputs/
Dsystem-header-simulator.h43 typedef __darwin_off_t fpos_t; typedef
/external/musl/include/
Dstdio.h60 } fpos_t; typedef
/external/python/pycparser/utils/fake_libc_include/
D_fake_typedefs.h75 typedef int fpos_t; typedef
/external/rust/crates/libc/src/windows/
Dmod.rs272 pub enum fpos_t {} // FIXME: fill this out with a struct enum
273 impl ::Copy for fpos_t {} implementation
274 impl ::Clone for fpos_t { implementation
275 fn clone(&self) -> fpos_t { in clone()
/external/rust/crates/libc/src/unix/
Dmod.rs425 pub enum fpos_t {} // FIXME: fill this out with a struct enum
426 impl ::Copy for fpos_t {} implementation
427 impl ::Clone for fpos_t { implementation
428 fn clone(&self) -> fpos_t { in clone()
/external/python/pycparser/tests/c_files/
Dcppd_with_stdio_h.c3837 typedef _fpos_t fpos_t; typedef
/external/rust/crates/libc/src/solid/
Dmod.rs415 pub enum fpos_t {} enum
416 impl ::Copy for fpos_t {} implementation
417 impl ::Clone for fpos_t { implementation
418 fn clone(&self) -> fpos_t { in clone()
/external/rust/crates/libc/src/vxworks/
Dmod.rs1030 pub enum fpos_t {} // FIXME: fill this out with a struct enum
1031 impl ::Copy for fpos_t {} implementation
1032 impl ::Clone for fpos_t { implementation
1033 fn clone(&self) -> fpos_t { in clone()
/external/python/cpython3/Lib/lib2to3/tests/data/
Dinfinite_recursion.py2019 fpos_t = __darwin_off_t variable
/external/python/cpython2/Lib/lib2to3/tests/data/
Dinfinite_recursion.py2019 fpos_t = __darwin_off_t variable
/external/rust/crates/libc/src/fuchsia/
Dmod.rs3355 pub enum fpos_t {} // FIXME: fill this out with a struct enum
3356 impl ::Copy for fpos_t {} implementation
3357 impl ::Clone for fpos_t { implementation
3358 fn clone(&self) -> fpos_t { in clone()