| /OK3568_Linux_fs/yocto/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
|
| /OK3568_Linux_fs/u-boot/tools/patman/ |
| H A D | test.py | 73 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 D | scp.py | 6 from tempfile import mkstemp 16 cls.tmp_fd, cls.tmp_path = mkstemp()
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/cases/ |
| H A D | lic_checksum.py | 17 lic_file, lic_path = tempfile.mkstemp(" -afterspace") 38 lic_file, lic_path = tempfile.mkstemp()
|
| /OK3568_Linux_fs/buildroot/dl/sox/git/src/ |
| H A D | libsox_i.c | 42 #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 D | 0013-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)
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/mozjs/mozjs-91/ |
| 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)
|
| /OK3568_Linux_fs/kernel/tools/perf/tests/ |
| H A D | genelf.c | 33 fd = mkstemp(path); in test__jit_write_elf()
|
| H A D | topology.c | 22 fd = mkstemp(path); in get_temp()
|
| /OK3568_Linux_fs/yocto/meta-clang/dynamic-layers/selinux/android-tools/android-tools/core-debian/ |
| H A D | fix-gnu-hurd.patch | 70 int fd = mkstemp(pattern); 129 int fd = TEMP_FAILURE_RETRY(mkstemp(temp));
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/prog_tests/ |
| H A D | test_local_storage.c | 18 fd = mkstemp(fname); in create_and_unlink_file()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/tm/ |
| H A D | tm-vmxcopy.c | 51 fd = mkstemp(tmpfile); in test_vmxcopy()
|
| /OK3568_Linux_fs/kernel/tools/perf/util/ |
| H A D | vdso.c | 91 fd = mkstemp(vdso_file->temp_file_name); in get_file() 202 fd = mkstemp(temp_name); in vdso__create_compat_file()
|
| H A D | copyfile.c | 100 tofd = mkstemp(tmp); in copyfile_mode_ns()
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/bldcollector/ |
| H A D | views.py | 25 (handle, abstemppath) = tempfile.mkstemp(dir="/tmp/")
|
| /OK3568_Linux_fs/u-boot/scripts/ |
| H A D | fill_scrapyard.py | 122 fd, self.filename = tempfile.mkstemp()
|
| /OK3568_Linux_fs/yocto/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()
|
| /OK3568_Linux_fs/buildroot/package/cgic/ |
| H A D | 0002-file_enhancements.patch | 42 - outfd = mkstemp(tfileName);
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-connectivity/rdist/ |
| H A D | rdist_6.1.5.bb | 26 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 D | stdlib.h | 688 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 D | stdlib.h | 688 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 D | mem.c | 126 fd = mkstemp(tempname); in make_tempfile()
|
| /OK3568_Linux_fs/kernel/arch/um/drivers/ |
| H A D | xterm.c | 114 fd = mkstemp(file); in xterm_open()
|