Home
last modified time | relevance | path

Searched refs:freopen64 (Results 1 – 13 of 13) sorted by relevance

/third_party/musl/src/stdio/
Dfreopen.c53 weak_alias(freopen, freopen64);
/third_party/musl/porting/linux/user/src/stdio/
Dfreopen.c60 weak_alias(freopen, freopen64);
/third_party/musl/include/
Dstdio.h211 #define freopen64 freopen macro
/third_party/musl/porting/linux/user/include/
Dstdio.h211 #define freopen64 freopen macro
/third_party/musl/porting/uniproton/kernel/include/
Dstdio.h209 #define freopen64 freopen macro
/third_party/musl/ndk_musl_include/
Dstdio.h206 #define freopen64 freopen macro
/third_party/musl/porting/liteos_a/kernel/include/
Dstdio.h210 #define freopen64 freopen macro
/third_party/musl/porting/liteos_m/kernel/include/
Dstdio.h209 #define freopen64 freopen macro
/third_party/musl/
Dlibc.map.txt720 freopen64;
/third_party/rust/crates/libc/libc-test/semver/
Dlinux.txt2947 freopen64
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/
Dmod.rs1782 pub fn freopen64( in freopen64() function
/third_party/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs3942 pub fn freopen64( in freopen64() function
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp2245 extern FILE *freopen64 (const char *__restrict __filename,