Home
last modified time | relevance | path

Searched full:mkstemp (Results 1 – 25 of 30) sorted by relevance

12

/linux/tools/perf/tests/
H A Dgenelf.c33 fd = mkstemp(path); in test__jit_write_elf()
35 perror("mkstemp failed"); in test__jit_write_elf()
H A Dapi-io.c43 fd = mkstemp(path); in make_test_file()
45 pr_debug("mkstemp failed"); in make_test_file()
H A Dtopology.c24 fd = mkstemp(path); in get_temp()
26 perror("mkstemp failed"); in get_temp()
H A Ddso-data.c30 fd = mkstemp(templ); in test_file()
32 perror("mkstemp failed"); in test_file()
/linux/arch/um/drivers/
H A Dxterm.c112 fd = mkstemp(file); in xterm_open()
115 printk(UM_KERN_ERR "xterm_open : mkstemp failed, errno = %d\n", in xterm_open()
/linux/tools/perf/util/
H A Dvdso.c91 fd = mkstemp(vdso_file->temp_file_name); in get_file()
212 fd = mkstemp(temp_name); in vdso__create_compat_file()
H A Dcopyfile.c100 tofd = mkstemp(tmp); in copyfile_mode_ns()
H A Dtrace-event-info.c617 if (!mkstemp(tdata->temp_file)) { in tracing_data_get()
H A Dsymbol-elf.c1111 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()
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dd_path.c233 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()
H A Dtest_veristat.c34 fix->fd = mkstemp(fix->tmpfile); in init_fixture()
111 fd = mkstemp(input_file); in test_set_global_vars_from_file_succeeds()
H A Dcore_autosize.c108 fd = mkstemp(btf_file); in test_core_autosize()
H A Darg_parsing.c124 fd = mkstemp(tmpfile); in test_parse_test_list_file()
H A Dverify_pkcs7_sig.c90 fd = mkstemp(data_template); in _run_setup_process()
H A Dcore_reloc.c1039 fd = mkstemp(btf_file); in run_core_reloc_tests()
H A Dbtf_dump.c77 fd = mkstemp(out_file); in test_btf_dump_case()
/linux/tools/testing/selftests/powerpc/tm/
H A Dtm-vmxcopy.c52 fd = mkstemp(tmpfile); in test_vmxcopy()
/linux/tools/testing/selftests/mm/
H A Dgup_longterm.c350 fd = mkstemp(filename); in run_with_local_tmpfile()
352 ksft_print_msg("mkstemp() failed (%s)\n", strerror(errno)); in run_with_local_tmpfile()
H A Dguard-regions.c206 fd = mkstemp(path); in open_file()
208 ksft_exit_fail_perror("mkstemp"); in open_file()
/linux/tools/testing/selftests/pidfd/
H A Dpidfd_bind_mount.c37 self->fd_tmp = mkstemp(self->template); in FIXTURE_SETUP()
/linux/arch/um/os-Linux/
H A Dmem.c162 fd = mkstemp(tempname); in make_tempfile()
/linux/tools/testing/selftests/filesystems/
H A Ddevpts_pts.c256 mntpoint_fd = mkstemp(ptmx); in verify_invalid_ptmx_bind_mount()
/linux/tools/testing/selftests/arm64/mte/
H A Dmte_common_util.c417 fd = mkstemp(&filename[0]); in create_temp_file()
/linux/arch/um/os-Linux/skas/
H A Dprocess.c383 stub_exe_fd = mkstemp(tmpfile); in init_stub_exe_fd()
/linux/scripts/
H A Dunifdef.c347 ofd = mkstemp(tempname); in main()

12