Home
last modified time | relevance | path

Searched refs:mkstemp (Results 1 - 25 of 179) sorted by relevance

12345678

/third_party/musl/src/temp/
H A Dmkstemp.c3 int mkstemp(char *template) in mkstemp() function
8 weak_alias(mkstemp, mkstemp64);
/third_party/musl/libc-test/src/regression/
H A Dmkstemp-failure.c3 // mkstemp should return -1 on bad template
11 int mkstemp(char *);
20 r = mkstemp(p); in main()
22 t_error("mkstemp(" S ") did not fail\n"); in main()
24 t_error("mkstemp(" S ") modified the template: %s\n", p); in main()
26 t_error("mkstemp(" S ") failed with %d [%s] instead of %d [%s]\n", in main()
H A Dfflush-exit.c24 ASSERT((fd = mkstemp(tmp)) > 2); in main()
H A Dftello-unflushed-append.c24 ASSERT((fd = mkstemp(tmp)) > 2); in main()
/third_party/musl/libc-test/src/functionalext/supplement/temp/
H A Dmkstemp.c21 * @tc.desc : Verify mkstemp process success. Provide the correct template and no fixed suffix, create a
28 int fd = mkstemp(tmpfile); in mkstemp_0100()
44 * @tc.desc : Verify mkstemp process fail. Provide error template, create temp file fail
50 int fd = mkstemp(tmpfile); in mkstemp_0200()
/third_party/node/deps/v8/tools/
H A Dandroid-run.py53 (fd_out, outname) = tempfile.mkstemp()
54 (fd_err, errname) = tempfile.mkstemp()
82 (fd, fname) = tempfile.mkstemp()
/third_party/skia/third_party/externals/spirv-tools/test/tools/
H A Dplaceholder.py79 shader, self.filename = tempfile.mkstemp(
107 temp_fd, self.filename = tempfile.mkstemp(
138 shader, asm_filename = tempfile.mkstemp(
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/tools/
H A Dplaceholder.py79 shader, self.filename = tempfile.mkstemp(
107 temp_fd, self.filename = tempfile.mkstemp(
138 shader, asm_filename = tempfile.mkstemp(
/third_party/spirv-tools/test/tools/
H A Dplaceholder.py79 shader, self.filename = tempfile.mkstemp(
107 temp_fd, self.filename = tempfile.mkstemp(
138 shader, asm_filename = tempfile.mkstemp(
/third_party/nghttp2/src/
H A Dshrpx_config_test.cc165 auto fd1 = mkstemp(file1); in test_shrpx_config_read_tls_ticket_key_file()
170 auto fd2 = mkstemp(file2); in test_shrpx_config_read_tls_ticket_key_file()
206 auto fd1 = mkstemp(file1); in test_shrpx_config_read_tls_ticket_key_file_aes_256()
213 auto fd2 = mkstemp(file2); in test_shrpx_config_read_tls_ticket_key_file_aes_256()
/third_party/node/deps/v8/tools/unittests/
H A Dv8_presubmit_test.py31 _, self.cache_file_path = tempfile.mkstemp()
36 _, file_name = tempfile.mkstemp()
H A Dpredictable_wrapper_test.py27 fd, state_file = tempfile.mkstemp()
/third_party/musl/porting/liteos_m/kernel/include/
H A Dstdlib.h103 int mkstemp (char *);
166 #define mkstemp64 mkstemp
/third_party/musl/porting/liteos_m/user/include/
H A Dstdlib.h102 int mkstemp (char *);
163 #define mkstemp64 mkstemp
/third_party/musl/porting/liteos_a/kernel/include/
H A Dstdlib.h105 int mkstemp (char *);
165 #define mkstemp64 mkstemp
/third_party/musl/porting/uniproton/kernel/include/
H A Dstdlib.h103 int mkstemp (char *);
166 #define mkstemp64 mkstemp
/third_party/ffmpeg/libavutil/
H A Dfile_open.c140 fd = mkstemp(*filename); in avpriv_tempfile()
144 fd = mkstemp(*filename); in avpriv_tempfile()
/third_party/musl/porting/linux/user/include/
H A Dstdlib.h108 int mkstemp (char *);
171 #define mkstemp64 mkstemp
/third_party/musl/include/
H A Dstdlib.h109 int mkstemp (char *);
172 #define mkstemp64 mkstemp
/third_party/elfutils/tests/
H A Dnewscn.c43 fd = mkstemp (name); in main()
/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dv_debug.c41 fd = mkstemp(path); in v3dv_print_spirv()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/shm_open/
H A D8-1.c23 /* mkstemp is an XOPEN extension. */
40 fd1 = mkstemp(path); in main()
42 perror("An error occurs when calling mkstemp()"); in main()
/third_party/cups-filters/filter/foomatic-rip/
H A Dpdf.c128 if ((fd = mkstemp(filename)) == -1) in pdf_extract_pages()
304 fd = mkstemp(tmpfilename); in print_pdf()
/third_party/ltp/utils/sctp/func_tests/
H A Dtest_1_to_1_addrs.c186 fd = mkstemp(filename); in main()
188 tst_brkm(TBROK, tst_exit, "Failed to mkstemp %s: %s", in main()
244 fd = mkstemp(filename); in main()
246 tst_brkm(TBROK, tst_exit, "Failed to mkstemp %s: %s", in main()
H A Dtest_1_to_1_socket_bind_listen.c151 fd = mkstemp(filename); in main()
153 tst_brkm(TBROK, tst_exit, "Failed to mkstemp %s: %s", in main()
266 fd = mkstemp(filename); in main()
268 tst_brkm(TBROK, tst_exit, "Failed to mkstemp %s: %s", in main()

Completed in 7 milliseconds

12345678