/third_party/musl/libc-test/src/functionalext/supplement/temp/ |
H A D | mkostemp.c | 22 * @tc.desc : Verify mkostemp process success. Provide the correct template and no fixed suffix, 29 int fd = mkostemp(tmpfile, O_APPEND); in mkostemp_0100() 45 * @tc.desc : Verify mkostemp process success. Provide the correct template and no fixed suffix, 52 int fd = mkostemp(tmpfile, O_CLOEXEC); in mkostemp_0200() 68 * @tc.desc : Verify mkostemp process success. Provide the correct template and no fixed suffix, 75 int fd = mkostemp(tmpfile, O_SYNC); in mkostemp_0300() 91 * @tc.desc : Verify mkostemp process fail. Provide error template, specified in flags: O_APPEND, 98 int fd = mkostemp(tmpfile, O_APPEND); in mkostemp_0400() 114 * @tc.desc : Verify mkostemp process fail. Provide error template, specified in flags: O_CLOEXEC, 121 int fd = mkostemp(tmpfil in mkostemp_0500() [all...] |
/third_party/musl/src/temp/ |
H A D | mkostemp.c | 4 int mkostemp(char *template, int flags) in mkostemp() function 9 weak_alias(mkostemp, mkostemp64);
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | stdlib.h | 104 int mkostemp (char *, int); 167 #define mkostemp64 mkostemp
|
/third_party/musl/porting/liteos_m/user/include/ |
H A D | stdlib.h | 103 int mkostemp (char *, int); 164 #define mkostemp64 mkostemp
|
/third_party/musl/porting/liteos_a/kernel/include/ |
H A D | stdlib.h | 106 int mkostemp (char *, int); 166 #define mkostemp64 mkostemp
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | stdlib.h | 104 int mkostemp (char *, int); 167 #define mkostemp64 mkostemp
|
/third_party/musl/porting/linux/user/include/ |
H A D | stdlib.h | 109 int mkostemp (char *, int); 172 #define mkostemp64 mkostemp
|
/third_party/musl/include/ |
H A D | stdlib.h | 110 int mkostemp (char *, int); 173 #define mkostemp64 mkostemp
|
/third_party/mesa3d/src/util/ |
H A D | anon_file.c | 78 fd = mkostemp(tmpname, O_CLOEXEC); in create_tmpfile_cloexec()
|
/third_party/pcre2/pcre2/src/sljit/ |
H A D | sljitProtExecAllocator.c | 102 int mkostemp(char *template, int flags); 170 fd = mkostemp(tmp_name, O_CLOEXEC | O_NOATIME); in create_tempfile()
|
/third_party/nghttp2/src/ |
H A D | shrpx_api_downstream_connection.cc | 245 fd_ = mkostemp(tempname, O_CLOEXEC); in push_request_headers()
|
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/ |
H A D | mod.rs | 672 pub fn mkostemp(template: *mut ::c_char, flags: ::c_int) -> ::c_int; in mkostemp() functions
|
/third_party/eudev/src/shared/ |
H A D | util.c | 1680 /* This is much like like mkostemp() but is subject to umask(). */ 1689 fd = mkostemp(pattern, flags); in mkostemp_safe()
|
/third_party/rust/crates/libc/src/solid/ |
H A D | mod.rs | 593 pub fn mkostemp(arg1: *mut c_char, arg2: c_int) -> c_int; in mkostemp() functions
|
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/ |
H A D | mod.rs | 1797 pub fn mkostemp(template: *mut ::c_char, flags: ::c_int) -> ::c_int; in mkostemp() functions
|
/third_party/glfw/src/ |
H A D | wl_window.c | 62 fd = mkostemp(tmpname, O_CLOEXEC); in createTmpfileCloexec()
|
/third_party/rust/crates/libc/src/unix/nto/ |
H A D | mod.rs | 2771 pub fn mkostemp(template: *mut ::c_char, flags: ::c_int) -> ::c_int; in mkostemp() functions
|
/third_party/rust/crates/libc/src/fuchsia/ |
H A D | mod.rs | 4004 pub fn mkostemp(template: *mut ::c_char, flags: ::c_int) -> ::c_int; in mkostemp() functions
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/ |
H A D | mod.rs | 4025 pub fn mkostemp(template: *mut ::c_char, flags: ::c_int) -> ::c_int; in mkostemp() functions
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/ |
H A D | mod.rs | 4070 pub fn mkostemp(template: *mut ::c_char, flags: ::c_int) -> ::c_int; in mkostemp() functions
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | 6586 extern int mkostemp (char *__template, int __flags) __attribute__ ((__nonnull__ (1))) ; [all...] |