Home
last modified time | relevance | path

Searched refs:mkstemps (Results 1 – 25 of 35) sorted by relevance

12

/third_party/musl/libc-test/src/functionalext/supplement/temp/
Dmkstemps.c27 int fd = mkstemps(tmpfile, strlen(".dat")); in mkstemps_0100()
49 int fd = mkstemps(tmpfile, 0); in mkstemps_0200()
71 int fd = mkstemps(tmpfile, strlen(".dat")); in mkstemps_0300()
Dtest_src_functionalext_supplement_temp.gni18 "mkstemps",
/third_party/musl/src/temp/
Dmkstemps.c4 int mkstemps(char *template, int len) in mkstemps() function
9 weak_alias(mkstemps, mkstemps64);
/third_party/musl/porting/liteos_a/kernel/include/
Dstdlib.h143 int mkstemps (char *, int);
168 #define mkstemps64 mkstemps
/third_party/musl/porting/liteos_m/user/include/
Dstdlib.h140 int mkstemps (char *, int);
166 #define mkstemps64 mkstemps
/third_party/musl/porting/linux/user/include/
Dstdlib.h146 int mkstemps (char *, int);
174 #define mkstemps64 mkstemps
/third_party/musl/porting/liteos_m/kernel/include/
Dstdlib.h141 int mkstemps (char *, int);
169 #define mkstemps64 mkstemps
/third_party/musl/include/
Dstdlib.h146 int mkstemps (char *, int);
174 #define mkstemps64 mkstemps
/third_party/musl/porting/uniproton/kernel/include/
Dstdlib.h141 int mkstemps (char *, int);
169 #define mkstemps64 mkstemps
/third_party/skia/third_party/externals/tint/src/utils/io/
Dtmpfile_posix.cc41 int file = mkstemps(&name[0], static_cast<int>(ext.length())); in TmpFilePath()
/third_party/elfutils/tests/
Dlfs-symbols52 mkstemps
/third_party/cups-filters/backend/
Dcups-brf.c129 fd = mkstemps(outfile, 4); in main()
/third_party/rust/crates/libc/libc-test/semver/
Dopenbsd.txt1100 mkstemps
Dfuchsia.txt1264 mkstemps
Ddragonfly.txt1368 mkstemps
Dnetbsd.txt1337 mkstemps
Dfreebsd.txt1705 mkstemps
Dapple.txt1990 mkstemps
Dlinux.txt3052 mkstemps
/third_party/cups-filters/filter/foomatic-rip/
Dfoomaticrip.c842 int fd = mkstemps (tmp, 4); in main()
/third_party/rust/crates/libc/src/unix/bsd/
Dmod.rs716 pub fn mkstemps(template: *mut ::c_char, suffixlen: ::c_int) -> ::c_int; in mkstemps() function
/third_party/musl/
Dlibc.map.txt1159 mkstemps;
/third_party/libinput/test/
Dlitest.c796 fd = mkstemps(path, 6); in litest_init_all_device_udev_rules()
954 fd = mkstemps(filename, 4); in litest_export_xml()
1370 out = mkstemps(file->path, suffixlen); in litest_copy_file()
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/
Dmod.rs1857 pub fn mkstemps(template: *mut ::c_char, suffixlen: ::c_int) -> ::c_int; in mkstemps() function
/third_party/rust/crates/libc/src/unix/haiku/
Dmod.rs1736 pub fn mkstemps(template: *mut ::c_char, suffixlen: ::c_int) -> ::c_int; in mkstemps() function

12