Home
last modified time | relevance | path

Searched refs:fsetpos64 (Results 1 – 12 of 12) sorted by relevance

/third_party/musl/src/stdio/
Dfsetpos.c8 weak_alias(fsetpos, fsetpos64);
/third_party/musl/ndk_musl_include/
Dstdio.h210 #define fsetpos64 fsetpos macro
/third_party/musl/include/
Dstdio.h215 #define fsetpos64 fsetpos macro
/third_party/musl/porting/liteos_m/kernel/include/
Dstdio.h213 #define fsetpos64 fsetpos macro
/third_party/musl/porting/uniproton/kernel/include/
Dstdio.h213 #define fsetpos64 fsetpos macro
/third_party/musl/porting/liteos_a/kernel/include/
Dstdio.h214 #define fsetpos64 fsetpos macro
/third_party/musl/porting/linux/user/include/
Dstdio.h215 #define fsetpos64 fsetpos macro
/third_party/musl/
Dlibc.map.txt741 fsetpos64;
/third_party/rust/crates/libc/libc-test/semver/
Dlinux.txt2949 fsetpos64
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/
Dmod.rs1789 pub fn fsetpos64(stream: *mut ::FILE, ptr: *const fpos64_t) -> ::c_int; in fsetpos64() function
/third_party/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs3949 pub fn fsetpos64(stream: *mut ::FILE, ptr: *const fpos64_t) -> ::c_int; in fsetpos64() function
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp2517 extern int fsetpos64 (FILE *__stream, const fpos64_t *__pos);