Searched refs:mkstemps (Results 1 – 25 of 35) sorted by relevance
12
/third_party/musl/libc-test/src/functionalext/supplement/temp/ |
D | mkstemps.c | 27 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()
|
D | test_src_functionalext_supplement_temp.gni | 18 "mkstemps",
|
/third_party/musl/src/temp/ |
D | mkstemps.c | 4 int mkstemps(char *template, int len) in mkstemps() function 9 weak_alias(mkstemps, mkstemps64);
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | stdlib.h | 143 int mkstemps (char *, int); 168 #define mkstemps64 mkstemps
|
/third_party/musl/porting/liteos_m/user/include/ |
D | stdlib.h | 140 int mkstemps (char *, int); 166 #define mkstemps64 mkstemps
|
/third_party/musl/porting/linux/user/include/ |
D | stdlib.h | 146 int mkstemps (char *, int); 174 #define mkstemps64 mkstemps
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | stdlib.h | 141 int mkstemps (char *, int); 169 #define mkstemps64 mkstemps
|
/third_party/musl/include/ |
D | stdlib.h | 146 int mkstemps (char *, int); 174 #define mkstemps64 mkstemps
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | stdlib.h | 141 int mkstemps (char *, int); 169 #define mkstemps64 mkstemps
|
/third_party/skia/third_party/externals/tint/src/utils/io/ |
D | tmpfile_posix.cc | 41 int file = mkstemps(&name[0], static_cast<int>(ext.length())); in TmpFilePath()
|
/third_party/elfutils/tests/ |
D | lfs-symbols | 52 mkstemps
|
/third_party/cups-filters/backend/ |
D | cups-brf.c | 129 fd = mkstemps(outfile, 4); in main()
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | openbsd.txt | 1100 mkstemps
|
D | fuchsia.txt | 1264 mkstemps
|
D | dragonfly.txt | 1368 mkstemps
|
D | netbsd.txt | 1337 mkstemps
|
D | freebsd.txt | 1705 mkstemps
|
D | apple.txt | 1990 mkstemps
|
D | linux.txt | 3052 mkstemps
|
/third_party/cups-filters/filter/foomatic-rip/ |
D | foomaticrip.c | 842 int fd = mkstemps (tmp, 4); in main()
|
/third_party/rust/crates/libc/src/unix/bsd/ |
D | mod.rs | 716 pub fn mkstemps(template: *mut ::c_char, suffixlen: ::c_int) -> ::c_int; in mkstemps() function
|
/third_party/musl/ |
D | libc.map.txt | 1159 mkstemps;
|
/third_party/libinput/test/ |
D | litest.c | 796 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/ |
D | mod.rs | 1857 pub fn mkstemps(template: *mut ::c_char, suffixlen: ::c_int) -> ::c_int; in mkstemps() function
|
/third_party/rust/crates/libc/src/unix/haiku/ |
D | mod.rs | 1736 pub fn mkstemps(template: *mut ::c_char, suffixlen: ::c_int) -> ::c_int; in mkstemps() function
|
12