Home
last modified time | relevance | path

Searched refs:fgetpos64 (Results 1 - 10 of 10) sorted by relevance

/third_party/musl/src/stdio/
H A Dfgetpos.c11 weak_alias(fgetpos, fgetpos64);
/third_party/musl/libc-test/src/functionalext/supplement/stdio/stdio_gtest/
H A Dstdio_fgetpos64_test.cpp12 * @tc.desc: Ensure that the fgetpos64() function correctly retrieves the current position in the file.
20 int result = fgetpos64(file, &position); in HWTEST_F()
/third_party/musl/porting/liteos_m/kernel/include/
H A Dstdio.h212 #define fgetpos64 fgetpos macro
/third_party/musl/porting/liteos_a/kernel/include/
H A Dstdio.h213 #define fgetpos64 fgetpos macro
/third_party/musl/porting/linux/user/include/
H A Dstdio.h219 #define fgetpos64 fgetpos macro
/third_party/musl/porting/uniproton/kernel/include/
H A Dstdio.h212 #define fgetpos64 fgetpos macro
/third_party/musl/include/
H A Dstdio.h219 #define fgetpos64 fgetpos macro
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/
H A Dmod.rs1788 pub fn fgetpos64(stream: *mut ::FILE, ptr: *mut fpos64_t) -> ::c_int; in fgetpos64() functions
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H A Dmod.rs3948 pub fn fgetpos64(stream: *mut ::FILE, ptr: *mut fpos64_t) -> ::c_int; in fgetpos64() functions
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp2516 extern int fgetpos64 (FILE *__restrict __stream, fpos64_t *__restrict __pos);
[all...]

Completed in 42 milliseconds