Searched full:mkstemp (Results 1 – 25 of 30) sorted by relevance
12
33 fd = mkstemp(path); in test__jit_write_elf()35 perror("mkstemp failed"); in test__jit_write_elf()
43 fd = mkstemp(path); in make_test_file()45 pr_debug("mkstemp failed"); in make_test_file()
24 fd = mkstemp(path); in get_temp() 26 perror("mkstemp failed"); in get_temp()
30 fd = mkstemp(templ); in test_file() 32 perror("mkstemp failed"); in test_file()
112 fd = mkstemp(file); in xterm_open()115 printk(UM_KERN_ERR "xterm_open : mkstemp failed, errno = %d\n", in xterm_open()
91 fd = mkstemp(vdso_file->temp_file_name); in get_file()212 fd = mkstemp(temp_name); in vdso__create_compat_file()
100 tofd = mkstemp(tmp); in copyfile_mode_ns()
617 if (!mkstemp(tdata->temp_file)) { in tracing_data_get()
1111 temp_fd = mkstemp(temp_filename); in read_gnu_debugdata() 1113 pr_debug("%s: mkstemp: %m\n", __func__); in read_gnu_debugdata() 1979 kcore->fd = mkstemp(filename); in kcore__init()
233 localfd = mkstemp(path_template); in test_d_path_mem_access()234 if (CHECK(localfd < 0, "trigger", "mkstemp failed\n")) in test_d_path_mem_access()
34 fix->fd = mkstemp(fix->tmpfile); in init_fixture()111 fd = mkstemp(input_file); in test_set_global_vars_from_file_succeeds()
108 fd = mkstemp(btf_file); in test_core_autosize()
124 fd = mkstemp(tmpfile); in test_parse_test_list_file()
90 fd = mkstemp(data_template); in _run_setup_process()
1039 fd = mkstemp(btf_file); in run_core_reloc_tests()
77 fd = mkstemp(out_file); in test_btf_dump_case()
52 fd = mkstemp(tmpfile); in test_vmxcopy()
350 fd = mkstemp(filename); in run_with_local_tmpfile()352 ksft_print_msg("mkstemp() failed (%s)\n", strerror(errno)); in run_with_local_tmpfile()
206 fd = mkstemp(path); in open_file() 208 ksft_exit_fail_perror("mkstemp"); in open_file()
37 self->fd_tmp = mkstemp(self->template); in FIXTURE_SETUP()
162 fd = mkstemp(tempname); in make_tempfile()
256 mntpoint_fd = mkstemp(ptmx); in verify_invalid_ptmx_bind_mount()
417 fd = mkstemp(&filename[0]); in create_temp_file()
383 stub_exe_fd = mkstemp(tmpfile); in init_stub_exe_fd()
347 ofd = mkstemp(tempname); in main()