Home
last modified time | relevance | path

Searched refs:mkstemp (Results 1 – 25 of 101) sorted by relevance

12345

/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/rdist/rdist-6.1.5/
H A Drdist-6.1.5-mkstemp.patch6 --- rdist-6.1.5/src/server.c.mkstemp 2004-05-25 14:29:37.279312752 +0200
11 fd = mkstemp(new);
14 + * Don't consider it a fatal error if mkstemp() fails
/openbmc/qemu/tests/qtest/
H A Dtest-filter-redirector.c76 ret = mkstemp(sock_path0); in test_redirector_tx()
78 ret = mkstemp(sock_path1); in test_redirector_tx()
146 ret = mkstemp(sock_path0); in test_redirector_rx()
148 ret = mkstemp(sock_path1); in test_redirector_rx()
/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/
H A Dscp.py8 from tempfile import mkstemp
18 cls.tmp_fd, cls.tmp_path = mkstemp()
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Dlic_checksum.py19 lic_file, lic_path = tempfile.mkstemp(" -afterspace")
40 lic_file, lic_path = tempfile.mkstemp()
/openbmc/u-boot/tools/patman/
H A Dtest.py72 inhandle, inname = tempfile.mkstemp()
77 exphandle, expname = tempfile.mkstemp()
210 inhandle, inname = tempfile.mkstemp()
/openbmc/openbmc/meta-security/lib/oeqa/runtime/cases/
H A Dclamav.py4 from tempfile import mkstemp
16 cls.tmp_fd, cls.tmp_path = mkstemp()
H A Dsuricata.py4 from tempfile import mkstemp
15 cls.tmp_fd, cls.tmp_path = mkstemp()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/mozjs/mozjs-128/
H A D0001-util.configure-fix-one-occasionally-reproduced-confi.patch43 - fd, path = mkstemp(prefix="conftest.", suffix=suffix, text=True)
44 + fd, path = mkstemp(prefix="try_invoke_compiler_conftest.", suffix=suffix, text=True)
/openbmc/openbmc/poky/meta/recipes-extended/zip/zip-3.0/
H A D0001-configure-Specify-correct-function-signatures-and-de.patch25 -for func in rmdir strchr strrchr rename mktemp mktime mkstemp
80 +echo Check for mkstemp
83 +int main(){ return mkstemp(NULL); }
/openbmc/hiomapd/test/
H A Dtmpf.c19 tmpf->fd = mkstemp(tmpf->path); in tmpf_init()
/openbmc/phosphor-mboxd/test/
H A Dtmpf.c19 tmpf->fd = mkstemp(tmpf->path); in tmpf_init()
/openbmc/linux/tools/perf/tests/
H A Dgenelf.c33 fd = mkstemp(path); in test__jit_write_elf()
/openbmc/openpower-proc-control/
H A Dtemporary_file.cpp24 int fd = mkstemp(templatePath.data()); in TemporaryFile()
/openbmc/bmcweb/include/
H A Dfile_test_utilities.hpp27 int fd = mkstemp(stringPath.data()); in TemporaryFileHandle()
/openbmc/openpower-hw-diags/util/
H A Dtemporary_file.cpp22 int fd = mkstemp(templatePath.data()); in TemporaryFile()
/openbmc/pldm/test/
H A Dtest_instance_id.hpp29 ::close(::mkstemp(dbName)); in createDb()
/openbmc/openpower-debug-collector/watchdog/
H A Dutils.cpp24 int fd = mkstemp(templatePath.data()); in TemporaryFile()
/openbmc/phosphor-power/
H A Dtemporary_file.cpp40 int fd = mkstemp(templatePath.data()); in TemporaryFile()
/openbmc/openbmc/meta-security/meta-parsec/lib/oeqa/runtime/cases/
H A Dparsec.py5 from tempfile import mkstemp
34 tmp_fd, tmp_path = mkstemp()
/openbmc/linux/tools/testing/selftests/powerpc/tm/
H A Dtm-vmxcopy.c52 fd = mkstemp(tmpfile); in test_vmxcopy()
/openbmc/openbmc/poky/bitbake/lib/toaster/bldcollector/
H A Dviews.py28 (handle, abstemppath) = tempfile.mkstemp(dir="/tmp/")
/openbmc/qemu/tests/tcg/multiarch/linux/
H A Dlinux-madvise.c39 fd = mkstemp(tempname); in test_file()
/openbmc/linux/tools/perf/util/
H A Dvdso.c91 fd = mkstemp(vdso_file->temp_file_name); in get_file()
203 fd = mkstemp(temp_name); in vdso__create_compat_file()
/openbmc/openbmc/poky/scripts/contrib/
H A Dconvert-spdx-licenses.py102 fh, abs_path = tempfile.mkstemp()
/openbmc/u-boot/scripts/
H A Dfill_scrapyard.py121 fd, self.filename = tempfile.mkstemp()

12345