Home
last modified time | relevance | path

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

/third_party/musl/src/stdio/
Dfgetpos.c11 weak_alias(fgetpos, fgetpos64);
/third_party/musl/include/
Dstdio.h214 #define fgetpos64 fgetpos macro
/third_party/musl/porting/linux/user/include/
Dstdio.h214 #define fgetpos64 fgetpos macro
/third_party/musl/porting/uniproton/kernel/include/
Dstdio.h212 #define fgetpos64 fgetpos macro
/third_party/musl/ndk_musl_include/
Dstdio.h209 #define fgetpos64 fgetpos macro
/third_party/musl/porting/liteos_a/kernel/include/
Dstdio.h213 #define fgetpos64 fgetpos macro
/third_party/musl/porting/liteos_m/kernel/include/
Dstdio.h212 #define fgetpos64 fgetpos macro
/third_party/musl/
Dlibc.map.txt659 fgetpos64;
/third_party/rust/crates/libc/libc-test/semver/
Dlinux.txt2935 fgetpos64
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/
Dmod.rs1788 pub fn fgetpos64(stream: *mut ::FILE, ptr: *mut fpos64_t) -> ::c_int; in fgetpos64() function
/third_party/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs3948 pub fn fgetpos64(stream: *mut ::FILE, ptr: *mut fpos64_t) -> ::c_int; in fgetpos64() function
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp2516 extern int fgetpos64 (FILE *__restrict __stream, fpos64_t *__restrict __pos);