/third_party/musl/src/temp/ |
D | mkstemp.c | 3 int mkstemp(char *template) in mkstemp() function 8 weak_alias(mkstemp, mkstemp64);
|
/third_party/node/deps/v8/tools/ |
D | android-run.py | 53 (fd_out, outname) = tempfile.mkstemp() 54 (fd_err, errname) = tempfile.mkstemp() 82 (fd, fname) = tempfile.mkstemp()
|
/third_party/python/Doc/library/ |
D | tempfile.rst | 21 context managers. :func:`mkstemp` and 37 …The file is created securely, using the same rules as :func:`mkstemp`. It will be destroyed as soon 56 defaults as with :func:`mkstemp`. 65 .. audit-event:: tempfile.mkstemp fullpath tempfile.TemporaryFile 90 .. audit-event:: tempfile.mkstemp fullpath tempfile.NamedTemporaryFile 151 .. function:: mkstemp(suffix=None, prefix=None, dir=None, text=False) 161 Unlike :func:`TemporaryFile`, the user of :func:`mkstemp` is responsible 165 otherwise there will be no suffix. :func:`mkstemp` does not put a dot 190 :func:`mkstemp` returns a tuple containing an OS-level handle to an open 194 .. audit-event:: tempfile.mkstemp fullpath tempfile.mkstemp [all …]
|
/third_party/musl/libc-test/src/regression/ |
D | mkstemp-failure.c | 11 int mkstemp(char *); 20 r = mkstemp(p); in main()
|
D | fflush-exit.c | 24 ASSERT((fd = mkstemp(tmp)) > 2); in main()
|
/third_party/musl/libc-test/src/functionalext/supplement/temp/ |
D | mkstemp.c | 28 int fd = mkstemp(tmpfile); in mkstemp_0100() 50 int fd = mkstemp(tmpfile); in mkstemp_0200()
|
/third_party/spirv-tools/test/tools/ |
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/ |
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/spirv-tools/test/tools/ |
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/ |
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/ |
D | v8_presubmit_test.py | 31 _, self.cache_file_path = tempfile.mkstemp() 36 _, file_name = tempfile.mkstemp()
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | stdlib.h | 105 int mkstemp (char *); 165 #define mkstemp64 mkstemp
|
/third_party/musl/porting/liteos_m/user/include/ |
D | stdlib.h | 102 int mkstemp (char *); 163 #define mkstemp64 mkstemp
|
/third_party/musl/ndk_musl_include/ |
D | stdlib.h | 102 int mkstemp (char *); 156 #define mkstemp64 mkstemp
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | stdlib.h | 103 int mkstemp (char *); 166 #define mkstemp64 mkstemp
|
/third_party/musl/include/ |
D | stdlib.h | 104 int mkstemp (char *); 167 #define mkstemp64 mkstemp
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | stdlib.h | 103 int mkstemp (char *); 166 #define mkstemp64 mkstemp
|
/third_party/musl/porting/linux/user/include/ |
D | stdlib.h | 108 int mkstemp (char *); 171 #define mkstemp64 mkstemp
|
/third_party/ffmpeg/libavutil/ |
D | file_open.c | 140 fd = mkstemp(*filename); in avpriv_tempfile() 144 fd = mkstemp(*filename); in avpriv_tempfile()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/shm_open/ |
D | 8-1.c | 40 fd1 = mkstemp(path); in main()
|
/third_party/cups-filters/filter/foomatic-rip/ |
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/ |
D | test_1_to_1_socket_bind_listen.c | 151 fd = mkstemp(filename); in main() 266 fd = mkstemp(filename); in main()
|
/third_party/mesa3d/src/broadcom/vulkan/ |
D | v3dv_debug.c | 41 fd = mkstemp(path); in v3dv_print_spirv()
|
/third_party/elfutils/tests/ |
D | newscn.c | 43 fd = mkstemp (name); in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mlockall/ |
D | 3-7.c | 37 fd = mkstemp(filename); in main()
|