Searched refs:mkostemp (Results 1 – 25 of 47) sorted by relevance
12
/third_party/musl/libc-test/src/functionalext/supplement/temp/ |
D | mkostemp.c | 29 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()
|
D | test_src_functionalext_supplement_temp.gni | 15 "mkostemp",
|
/third_party/musl/src/temp/ |
D | mkostemp.c | 4 int mkostemp(char *template, int flags) in mkostemp() function 9 weak_alias(mkostemp, mkostemp64);
|
/third_party/musl/porting/liteos_m/user/include/ |
D | stdlib.h | 103 int mkostemp (char *, int); 164 #define mkostemp64 mkostemp
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | stdlib.h | 106 int mkostemp (char *, int); 166 #define mkostemp64 mkostemp
|
/third_party/musl/ndk_musl_include/ |
D | stdlib.h | 103 int mkostemp (char *, int); 157 #define mkostemp64 mkostemp
|
/third_party/musl/porting/linux/user/include/ |
D | stdlib.h | 105 int mkostemp (char *, int); 168 #define mkostemp64 mkostemp
|
/third_party/musl/include/ |
D | stdlib.h | 105 int mkostemp (char *, int); 168 #define mkostemp64 mkostemp
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | stdlib.h | 104 int mkostemp (char *, int); 167 #define mkostemp64 mkostemp
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | stdlib.h | 104 int mkostemp (char *, int); 167 #define mkostemp64 mkostemp
|
/third_party/elfutils/tests/ |
D | lfs-symbols | 49 mkostemp
|
/third_party/mesa3d/src/util/ |
D | anon_file.c | 78 fd = mkostemp(tmpname, O_CLOEXEC); in create_tmpfile_cloexec()
|
/third_party/pcre2/pcre2/src/sljit/ |
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/ |
D | cmakeconfig.h.in | 37 /* Define to 1 if you have the `mkostemp` function. */
|
D | CMakeLists.txt | 321 check_function_exists(mkostemp HAVE_MKOSTEMP)
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/wayland/ |
D | SDL_waylandmouse.c | 78 fd = mkostemp(tmp_path, O_CLOEXEC); in wayland_create_tmp_file()
|
/third_party/nghttp2/src/ |
D | shrpx_api_downstream_connection.cc | 245 fd_ = mkostemp(tempname, O_CLOEXEC); in push_request_headers()
|
/third_party/libffi/ |
D | fficonfig.h.in | 82 /* Define to 1 if you have the `mkostemp' function. */
|
D | configure.ac | 67 AC_CHECK_FUNCS([mmap mkostemp])
|
/third_party/libffi/src/ |
D | closures.c | 548 fd = mkostemp (name, flags); in open_temp_exec_file_name()
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | openbsd.txt | 1098 mkostemp
|
D | fuchsia.txt | 1262 mkostemp
|
D | netbsd.txt | 1335 mkostemp
|
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/ |
D | mod.rs | 672 pub fn mkostemp(template: *mut ::c_char, flags: ::c_int) -> ::c_int; in mkostemp() function
|
/third_party/flutter/glfw/src/ |
D | wl_window.c | 260 fd = mkostemp(tmpname, O_CLOEXEC); in createTmpfileCloexec()
|
12