Home
last modified time | relevance | path

Searched refs:mkostemp (Results 1 – 25 of 47) sorted by relevance

12

/third_party/musl/libc-test/src/functionalext/supplement/temp/
Dmkostemp.c29 int fd = mkostemp(tmpfile, O_APPEND); in mkostemp_0100()
52 int fd = mkostemp(tmpfile, O_CLOEXEC); in mkostemp_0200()
75 int fd = mkostemp(tmpfile, O_SYNC); in mkostemp_0300()
98 int fd = mkostemp(tmpfile, O_APPEND); in mkostemp_0400()
121 int fd = mkostemp(tmpfile, O_CLOEXEC); in mkostemp_0500()
144 int fd = mkostemp(tmpfile, O_SYNC); in mkostemp_0600()
Dtest_src_functionalext_supplement_temp.gni15 "mkostemp",
/third_party/musl/src/temp/
Dmkostemp.c4 int mkostemp(char *template, int flags) in mkostemp() function
9 weak_alias(mkostemp, mkostemp64);
/third_party/musl/porting/liteos_m/user/include/
Dstdlib.h103 int mkostemp (char *, int);
164 #define mkostemp64 mkostemp
/third_party/musl/porting/liteos_a/kernel/include/
Dstdlib.h106 int mkostemp (char *, int);
166 #define mkostemp64 mkostemp
/third_party/musl/ndk_musl_include/
Dstdlib.h103 int mkostemp (char *, int);
157 #define mkostemp64 mkostemp
/third_party/musl/porting/linux/user/include/
Dstdlib.h105 int mkostemp (char *, int);
168 #define mkostemp64 mkostemp
/third_party/musl/include/
Dstdlib.h105 int mkostemp (char *, int);
168 #define mkostemp64 mkostemp
/third_party/musl/porting/liteos_m/kernel/include/
Dstdlib.h104 int mkostemp (char *, int);
167 #define mkostemp64 mkostemp
/third_party/musl/porting/uniproton/kernel/include/
Dstdlib.h104 int mkostemp (char *, int);
167 #define mkostemp64 mkostemp
/third_party/elfutils/tests/
Dlfs-symbols49 mkostemp
/third_party/mesa3d/src/util/
Danon_file.c78 fd = mkostemp(tmpname, O_CLOEXEC); in create_tmpfile_cloexec()
/third_party/pcre2/pcre2/src/sljit/
DsljitProtExecAllocator.c102 int mkostemp(char *template, int flags);
170 fd = mkostemp(tmp_name, O_CLOEXEC | O_NOATIME); in create_tempfile()
/third_party/nghttp2/
Dcmakeconfig.h.in37 /* Define to 1 if you have the `mkostemp` function. */
DCMakeLists.txt321 check_function_exists(mkostemp HAVE_MKOSTEMP)
/third_party/flutter/skia/third_party/externals/sdl/src/video/wayland/
DSDL_waylandmouse.c78 fd = mkostemp(tmp_path, O_CLOEXEC); in wayland_create_tmp_file()
/third_party/nghttp2/src/
Dshrpx_api_downstream_connection.cc245 fd_ = mkostemp(tempname, O_CLOEXEC); in push_request_headers()
/third_party/libffi/
Dfficonfig.h.in82 /* Define to 1 if you have the `mkostemp' function. */
Dconfigure.ac67 AC_CHECK_FUNCS([mmap mkostemp])
/third_party/libffi/src/
Dclosures.c548 fd = mkostemp (name, flags); in open_temp_exec_file_name()
/third_party/rust/crates/libc/libc-test/semver/
Dopenbsd.txt1098 mkostemp
Dfuchsia.txt1262 mkostemp
Dnetbsd.txt1335 mkostemp
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/
Dmod.rs672 pub fn mkostemp(template: *mut ::c_char, flags: ::c_int) -> ::c_int; in mkostemp() function
/third_party/flutter/glfw/src/
Dwl_window.c260 fd = mkostemp(tmpname, O_CLOEXEC); in createTmpfileCloexec()

12