Home
last modified time | relevance | path

Searched refs:mkostemp (Results 1 - 21 of 21) sorted by relevance

/third_party/musl/libc-test/src/functionalext/supplement/temp/
H A Dmkostemp.c22 * @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 Dmkostemp.c4 int mkostemp(char *template, int flags) in mkostemp() function
9 weak_alias(mkostemp, mkostemp64);
/third_party/musl/porting/liteos_m/kernel/include/
H A Dstdlib.h104 int mkostemp (char *, int);
167 #define mkostemp64 mkostemp
/third_party/musl/porting/liteos_m/user/include/
H A Dstdlib.h103 int mkostemp (char *, int);
164 #define mkostemp64 mkostemp
/third_party/musl/porting/liteos_a/kernel/include/
H A Dstdlib.h106 int mkostemp (char *, int);
166 #define mkostemp64 mkostemp
/third_party/musl/porting/uniproton/kernel/include/
H A Dstdlib.h104 int mkostemp (char *, int);
167 #define mkostemp64 mkostemp
/third_party/musl/porting/linux/user/include/
H A Dstdlib.h109 int mkostemp (char *, int);
172 #define mkostemp64 mkostemp
/third_party/musl/include/
H A Dstdlib.h110 int mkostemp (char *, int);
173 #define mkostemp64 mkostemp
/third_party/mesa3d/src/util/
H A Danon_file.c78 fd = mkostemp(tmpname, O_CLOEXEC); in create_tmpfile_cloexec()
/third_party/pcre2/pcre2/src/sljit/
H A DsljitProtExecAllocator.c102 int mkostemp(char *template, int flags);
170 fd = mkostemp(tmp_name, O_CLOEXEC | O_NOATIME); in create_tempfile()
/third_party/nghttp2/src/
H A Dshrpx_api_downstream_connection.cc245 fd_ = mkostemp(tempname, O_CLOEXEC); in push_request_headers()
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/
H A Dmod.rs672 pub fn mkostemp(template: *mut ::c_char, flags: ::c_int) -> ::c_int; in mkostemp() functions
/third_party/eudev/src/shared/
H A Dutil.c1680 /* 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 Dmod.rs593 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 Dmod.rs1797 pub fn mkostemp(template: *mut ::c_char, flags: ::c_int) -> ::c_int; in mkostemp() functions
/third_party/glfw/src/
H A Dwl_window.c62 fd = mkostemp(tmpname, O_CLOEXEC); in createTmpfileCloexec()
/third_party/rust/crates/libc/src/unix/nto/
H A Dmod.rs2771 pub fn mkostemp(template: *mut ::c_char, flags: ::c_int) -> ::c_int; in mkostemp() functions
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs4004 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 Dmod.rs4025 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 Dmod.rs4070 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 Dstylo.hpp6586 extern int mkostemp (char *__template, int __flags) __attribute__ ((__nonnull__ (1))) ;
[all...]

Completed in 86 milliseconds