Home
last modified time | relevance | path

Searched refs:mkostemp64 (Results 1 – 11 of 11) sorted by relevance

/third_party/musl/src/temp/
Dmkostemp.c9 weak_alias(mkostemp, mkostemp64);
/third_party/musl/libc-test/src/functionalext/supplement/temp/temp_gtest/
Dtemp_mkostemp64_test.cpp22 int fd = mkostemp64(tmpFile, O_APPEND);
/third_party/musl/porting/liteos_a/kernel/include/
Dstdlib.h166 #define mkostemp64 mkostemp macro
/third_party/musl/porting/liteos_m/user/include/
Dstdlib.h164 #define mkostemp64 mkostemp macro
/third_party/musl/ndk_musl_include/
Dstdlib.h157 #define mkostemp64 mkostemp macro
/third_party/musl/porting/liteos_m/kernel/include/
Dstdlib.h167 #define mkostemp64 mkostemp macro
/third_party/musl/include/
Dstdlib.h168 #define mkostemp64 mkostemp macro
/third_party/musl/porting/uniproton/kernel/include/
Dstdlib.h167 #define mkostemp64 mkostemp macro
/third_party/musl/porting/linux/user/include/
Dstdlib.h172 #define mkostemp64 mkostemp macro
/third_party/musl/
Dlibc.map.txt1140 mkostemp64;
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp6588 extern int mkostemp64 (char *__template, int __flags) __attribute__ ((__nonnull__ (1))) ;