Home
last modified time | relevance | path

Searched refs:fsetpos64 (Results 1 - 9 of 9) sorted by relevance

/third_party/musl/src/stdio/
H A Dfsetpos.c8 weak_alias(fsetpos, fsetpos64);
/third_party/musl/porting/liteos_m/kernel/include/
H A Dstdio.h213 #define fsetpos64 fsetpos macro
/third_party/musl/porting/liteos_a/kernel/include/
H A Dstdio.h214 #define fsetpos64 fsetpos macro
/third_party/musl/porting/linux/user/include/
H A Dstdio.h220 #define fsetpos64 fsetpos macro
/third_party/musl/porting/uniproton/kernel/include/
H A Dstdio.h213 #define fsetpos64 fsetpos macro
/third_party/musl/include/
H A Dstdio.h220 #define fsetpos64 fsetpos macro
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/
H A Dmod.rs1789 pub fn fsetpos64(stream: *mut ::FILE, ptr: *const fpos64_t) -> ::c_int; in fsetpos64() functions
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H A Dmod.rs3949 pub fn fsetpos64(stream: *mut ::FILE, ptr: *const fpos64_t) -> ::c_int; in fsetpos64() functions
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp2517 extern int fsetpos64 (FILE *__stream, const fpos64_t *__pos);
[all...]

Completed in 42 milliseconds