/third_party/musl/src/temp/ |
H A D | mkstemp.c | 3 int mkstemp(char *template) in mkstemp() function 8 weak_alias(mkstemp, mkstemp64);
|
/third_party/musl/libc-test/src/regression/ |
H A D | mkstemp-failure.c | 3 // 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 D | fflush-exit.c | 24 ASSERT((fd = mkstemp(tmp)) > 2); in main()
|
H A D | ftello-unflushed-append.c | 24 ASSERT((fd = mkstemp(tmp)) > 2); in main()
|
/third_party/musl/libc-test/src/functionalext/supplement/temp/ |
H A D | mkstemp.c | 21 * @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 D | android-run.py | 53 (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 D | placeholder.py | 79 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 D | placeholder.py | 79 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 D | placeholder.py | 79 shader, self.filename = tempfile.mkstemp( 107 temp_fd, self.filename = tempfile.mkstemp( 138 shader, asm_filename = tempfile.mkstemp(
|
/third_party/nghttp2/src/ |
H A D | shrpx_config_test.cc | 165 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 D | v8_presubmit_test.py | 31 _, self.cache_file_path = tempfile.mkstemp() 36 _, file_name = tempfile.mkstemp()
|
H A D | predictable_wrapper_test.py | 27 fd, state_file = tempfile.mkstemp()
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | stdlib.h | 103 int mkstemp (char *); 166 #define mkstemp64 mkstemp
|
/third_party/musl/porting/liteos_m/user/include/ |
H A D | stdlib.h | 102 int mkstemp (char *); 163 #define mkstemp64 mkstemp
|
/third_party/musl/porting/liteos_a/kernel/include/ |
H A D | stdlib.h | 105 int mkstemp (char *); 165 #define mkstemp64 mkstemp
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | stdlib.h | 103 int mkstemp (char *); 166 #define mkstemp64 mkstemp
|
/third_party/ffmpeg/libavutil/ |
H A D | file_open.c | 140 fd = mkstemp(*filename); in avpriv_tempfile() 144 fd = mkstemp(*filename); in avpriv_tempfile()
|
/third_party/musl/porting/linux/user/include/ |
H A D | stdlib.h | 108 int mkstemp (char *); 171 #define mkstemp64 mkstemp
|
/third_party/musl/include/ |
H A D | stdlib.h | 109 int mkstemp (char *); 172 #define mkstemp64 mkstemp
|
/third_party/elfutils/tests/ |
H A D | newscn.c | 43 fd = mkstemp (name); in main()
|
/third_party/mesa3d/src/broadcom/vulkan/ |
H A D | v3dv_debug.c | 41 fd = mkstemp(path); in v3dv_print_spirv()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/shm_open/ |
H A D | 8-1.c | 23 /* 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 D | pdf.c | 128 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 D | test_1_to_1_addrs.c | 186 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 D | test_1_to_1_socket_bind_listen.c | 151 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()
|