Home
last modified time | relevance | path

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

1234

/OK3568_Linux_fs/yocto/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
/OK3568_Linux_fs/u-boot/tools/patman/
H A Dtest.py73 inhandle, inname = tempfile.mkstemp()
78 exphandle, expname = tempfile.mkstemp()
208 inhandle, inname = tempfile.mkstemp()
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/runtime/cases/
H A Dscp.py6 from tempfile import mkstemp
16 cls.tmp_fd, cls.tmp_path = mkstemp()
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/cases/
H A Dlic_checksum.py17 lic_file, lic_path = tempfile.mkstemp(" -afterspace")
38 lic_file, lic_path = tempfile.mkstemp()
/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dlibsox_i.c42 #define mkstemp(t) open(mktemp(t), MKTEMP_X|O_RDWR|O_TRUNC|O_CREAT, S_IREAD|S_IWRITE) macro
102 fildes = mkstemp(name); in lsx_tmpfile()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-extended/mozjs/mozjs-78/
H A D0013-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)
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/mozjs/mozjs-91/
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)
/OK3568_Linux_fs/kernel/tools/perf/tests/
H A Dgenelf.c33 fd = mkstemp(path); in test__jit_write_elf()
H A Dtopology.c22 fd = mkstemp(path); in get_temp()
/OK3568_Linux_fs/yocto/meta-clang/dynamic-layers/selinux/android-tools/android-tools/core-debian/
H A Dfix-gnu-hurd.patch70 int fd = mkstemp(pattern);
129 int fd = TEMP_FAILURE_RETRY(mkstemp(temp));
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/prog_tests/
H A Dtest_local_storage.c18 fd = mkstemp(fname); in create_and_unlink_file()
/OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/tm/
H A Dtm-vmxcopy.c51 fd = mkstemp(tmpfile); in test_vmxcopy()
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dvdso.c91 fd = mkstemp(vdso_file->temp_file_name); in get_file()
202 fd = mkstemp(temp_name); in vdso__create_compat_file()
H A Dcopyfile.c100 tofd = mkstemp(tmp); in copyfile_mode_ns()
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/bldcollector/
H A Dviews.py25 (handle, abstemppath) = tempfile.mkstemp(dir="/tmp/")
/OK3568_Linux_fs/u-boot/scripts/
H A Dfill_scrapyard.py122 fd, self.filename = tempfile.mkstemp()
/OK3568_Linux_fs/yocto/poky/scripts/contrib/
H A Dconvert-spdx-licenses.py102 fh, abs_path = tempfile.mkstemp()
H A Dconvert-variable-renames.py65 fh, abs_path = tempfile.mkstemp()
H A Dconvert-srcuri.py30 fh, abs_path = tempfile.mkstemp()
/OK3568_Linux_fs/buildroot/package/cgic/
H A D0002-file_enhancements.patch42 - outfd = mkstemp(tfileName);
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-connectivity/rdist/
H A Drdist_6.1.5.bb26 file://rdist-6.1.5-mkstemp.patch \
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/
H A Dstdlib.h688 extern int mkstemp (char *__template) __nonnull ((1)) __wur;
691 extern int __REDIRECT (mkstemp, (char *__template), mkstemp64)
694 # define mkstemp mkstemp64 macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/
H A Dstdlib.h688 extern int mkstemp (char *__template) __nonnull ((1)) __wur;
691 extern int __REDIRECT (mkstemp, (char *__template), mkstemp64)
694 # define mkstemp mkstemp64 macro
/OK3568_Linux_fs/kernel/arch/um/os-Linux/
H A Dmem.c126 fd = mkstemp(tempname); in make_tempfile()
/OK3568_Linux_fs/kernel/arch/um/drivers/
H A Dxterm.c114 fd = mkstemp(file); in xterm_open()

1234