/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/rdist/rdist-6.1.5/ |
H A D | rdist-6.1.5-mkstemp.patch | 6 --- 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 D | test-filter-redirector.c | 76 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 D | scp.py | 8 from tempfile import mkstemp 18 cls.tmp_fd, cls.tmp_path = mkstemp()
|
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/ |
H A D | lic_checksum.py | 19 lic_file, lic_path = tempfile.mkstemp(" -afterspace") 40 lic_file, lic_path = tempfile.mkstemp()
|
/openbmc/u-boot/tools/patman/ |
H A D | test.py | 72 inhandle, inname = tempfile.mkstemp() 77 exphandle, expname = tempfile.mkstemp() 210 inhandle, inname = tempfile.mkstemp()
|
/openbmc/openbmc/meta-security/lib/oeqa/runtime/cases/ |
H A D | clamav.py | 4 from tempfile import mkstemp 16 cls.tmp_fd, cls.tmp_path = mkstemp()
|
H A D | suricata.py | 4 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 D | 0001-util.configure-fix-one-occasionally-reproduced-confi.patch | 43 - 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 D | 0001-configure-Specify-correct-function-signatures-and-de.patch | 25 -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 D | tmpf.c | 19 tmpf->fd = mkstemp(tmpf->path); in tmpf_init()
|
/openbmc/phosphor-mboxd/test/ |
H A D | tmpf.c | 19 tmpf->fd = mkstemp(tmpf->path); in tmpf_init()
|
/openbmc/linux/tools/perf/tests/ |
H A D | genelf.c | 33 fd = mkstemp(path); in test__jit_write_elf()
|
/openbmc/openpower-proc-control/ |
H A D | temporary_file.cpp | 24 int fd = mkstemp(templatePath.data()); in TemporaryFile()
|
/openbmc/bmcweb/include/ |
H A D | file_test_utilities.hpp | 27 int fd = mkstemp(stringPath.data()); in TemporaryFileHandle()
|
/openbmc/openpower-hw-diags/util/ |
H A D | temporary_file.cpp | 22 int fd = mkstemp(templatePath.data()); in TemporaryFile()
|
/openbmc/pldm/test/ |
H A D | test_instance_id.hpp | 29 ::close(::mkstemp(dbName)); in createDb()
|
/openbmc/openpower-debug-collector/watchdog/ |
H A D | utils.cpp | 24 int fd = mkstemp(templatePath.data()); in TemporaryFile()
|
/openbmc/phosphor-power/ |
H A D | temporary_file.cpp | 40 int fd = mkstemp(templatePath.data()); in TemporaryFile()
|
/openbmc/openbmc/meta-security/meta-parsec/lib/oeqa/runtime/cases/ |
H A D | parsec.py | 5 from tempfile import mkstemp 34 tmp_fd, tmp_path = mkstemp()
|
/openbmc/linux/tools/testing/selftests/powerpc/tm/ |
H A D | tm-vmxcopy.c | 52 fd = mkstemp(tmpfile); in test_vmxcopy()
|
/openbmc/openbmc/poky/bitbake/lib/toaster/bldcollector/ |
H A D | views.py | 28 (handle, abstemppath) = tempfile.mkstemp(dir="/tmp/")
|
/openbmc/qemu/tests/tcg/multiarch/linux/ |
H A D | linux-madvise.c | 39 fd = mkstemp(tempname); in test_file()
|
/openbmc/linux/tools/perf/util/ |
H A D | vdso.c | 91 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 D | convert-spdx-licenses.py | 102 fh, abs_path = tempfile.mkstemp()
|
/openbmc/u-boot/scripts/ |
H A D | fill_scrapyard.py | 121 fd, self.filename = tempfile.mkstemp()
|