Home
last modified time | relevance | path

Searched defs:tmpfile64 (Results 1 – 4 of 4) sorted by relevance

/external/musl/include/
Dstdio.h209 #define tmpfile64 tmpfile macro
/external/compiler-rt/lib/tsan/rtl/
Dtsan_interceptors.cc1637 TSAN_INTERCEPTOR(void*, tmpfile64, int fake) { in TSAN_INTERCEPTOR() argument
/external/rust/crates/libc/src/unix/linux_like/emscripten/
Dmod.rs1784 pub fn tmpfile64() -> *mut ::FILE; in tmpfile64() function
/external/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs3465 pub fn tmpfile64() -> *mut ::FILE; in tmpfile64() function