| /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/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/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/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/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/openpower-proc-control/ |
| H A D | temporary_file.cpp | 24 int fd = mkstemp(templatePath.data()); in TemporaryFile()
|
| /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/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/bmcweb/include/ |
| H A D | duplicatable_file_handle.hpp | 44 int fd = mkstemp(filePath.data()); in DuplicatableFileHandle()
|
| /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/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/u-boot/scripts/ |
| H A D | fill_scrapyard.py | 121 fd, self.filename = tempfile.mkstemp()
|
| /openbmc/openbmc/poky/scripts/contrib/ |
| H A D | convert-spdx-licenses.py | 102 fh, abs_path = tempfile.mkstemp()
|
| H A D | convert-variable-renames.py | 65 fh, abs_path = tempfile.mkstemp()
|
| H A D | convert-srcuri.py | 30 fh, abs_path = tempfile.mkstemp()
|
| /openbmc/phosphor-fan-presence/ |
| H A D | logger.hpp | 128 util::FileDescriptor fd{mkstemp(tmpFile)}; in saveToTempFile()
|