| /OK3568_Linux_fs/kernel/tools/testing/selftests/netfilter/ |
| H A D | nft_queue.sh | 260 tmpfile=$(mktemp) || exit 1 261 dd conv=sparse status=none if=/dev/zero bs=1M count=200 of=$tmpfile 262 ip netns exec ${ns2} nc -w 5 -l -p 12345 <"$tmpfile" >/dev/null & 266 ip netns exec ${ns1} nc -w 5 10.0.2.99 12345 <"$tmpfile" >/dev/null & 268 rm -f "$tmpfile" 277 tmpfile=$(mktemp) || exit 1 279 dd conv=sparse status=none if=/dev/zero bs=1M count=200 of=$tmpfile 280 ip netns exec ${nsrouter} nc -w 5 -l -p 12345 <"$tmpfile" >/dev/null & 287 ip netns exec ${nsrouter} nc -w 5 127.0.0.1 12345 <"$tmpfile" > /dev/null 288 rm -f "$tmpfile" [all …]
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/net/ |
| H A D | fin_ack_lat.sh | 9 tmpfile=$(mktemp /tmp/fin_ack_latency.XXXX.log) 13 rm -f $tmpfile 21 ./fin_ack_lat | tee $tmpfile & 25 NR_SPIKES=$(wc -l $tmpfile | awk '{print $1}')
|
| H A D | fib_nexthops.sh | 316 tmpfile=`mktemp /var/run/nexthoptestXXX` 317 mpid=`($IP monitor $mtype > $tmpfile & echo $!) 2>/dev/null` 319 echo "$mpid $tmpfile" 325 local tmpfile=$2 330 lines=`wc -l $tmpfile | cut "-d " -f1` 333 rm -rf $tmpfile
|
| /OK3568_Linux_fs/buildroot/support/testing/infra/ |
| H A D | __init__.py | 44 tmpfile = tempfile.mktemp(dir=dldir) 45 print("Downloading to {}".format(tmpfile)) 49 with open(tmpfile, "w+b") as tmpfile_fh: 52 os.unlink(tmpfile) 55 print("Renaming from {} to {}".format(tmpfile, finalpath)) 56 os.rename(tmpfile, finalpath)
|
| /OK3568_Linux_fs/u-boot/tools/ |
| H A D | fit_image.c | 74 const char *tmpfile) in fit_add_file_data() argument 83 tfd = mmap_fdt(params->cmdname, tmpfile, size_inc, &ptr, &sbuf, true); in fit_add_file_data() 687 char tmpfile[MKIMAGE_MAX_TMPFILE_LEN]; in fit_handle_file() local 697 strlen (MKIMAGE_TMPFILE_SUFFIX) + 1 > sizeof (tmpfile)) { in fit_handle_file() 703 sprintf (tmpfile, "%s%s", params->imagefile, MKIMAGE_TMPFILE_SUFFIX); in fit_handle_file() 707 if (fit_build(params, tmpfile)) { in fit_handle_file() 716 MKIMAGE_DTC, params->dtc, params->datafile, tmpfile); in fit_handle_file() 720 params->imagefile, tmpfile); in fit_handle_file() 729 ret = fit_import_data(params, tmpfile); in fit_handle_file() 735 ret = fit_extract_data(params, tmpfile); in fit_handle_file() [all …]
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/tm/ |
| H A D | tm-vmxcopy.c | 43 char tmpfile[] = "/tmp/page_faultXXXXXX"; in test_vmxcopy() local 51 fd = mkstemp(tmpfile); in test_vmxcopy() 58 unlink(tmpfile); in test_vmxcopy()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/udev/udev-extraconf/ |
| H A D | mount.sh | 194 tmpfile=`find /tmp | grep "\.automount-.*${name}$"` 195 if [ ! -e "/sys/$DEVPATH" -a -e "$tmpfile" ]; then 203 mntdir=`cat "$tmpfile"` 205 rm "$tmpfile"
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/bldcollector/ |
| H A D | views.py | 26 with os.fdopen(handle, "w") as tmpfile: 28 tmpfile.write(chunk) 29 tmpfile.close()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/quilt/quilt/ |
| H A D | fix-grep-3.8.patch | 94 local tmpfile 95 if tmpfile=$(gen_tempfile) 97 - grep -v "^$(quote_bre $patch)\$" $DB > $tmpfile 98 + grep -v "^$(quote_grep_re $patch)\$" $DB > $tmpfile 99 cat $tmpfile > $DB 100 rm -f $tmpfile
|
| /OK3568_Linux_fs/u-boot/scripts/ |
| H A D | fill_scrapyard.py | 137 tmpfile = TmpFile() 160 tmpfile.file.write(line) 163 os.rename(tmpfile.filename, DOC)
|
| /OK3568_Linux_fs/yocto/poky/meta/classes/ |
| H A D | kernel-module-split.bbclass | 50 tmpfile = tf[1] 52 tmpkofile = tmpfile + ".ko" 65 …cmd = "%sobjcopy -j .modinfo -O binary %s %s" % (d.getVar("HOST_PREFIX") or "", tmpkofile, tmpfile) 67 … cmd = "%sobjcopy -j .modinfo -O binary %s %s" % (d.getVar("HOST_PREFIX") or "", file, tmpfile) 70 f = open(tmpfile, errors='replace') 74 os.unlink(tmpfile)
|
| /OK3568_Linux_fs/buildroot/package/fail2ban/ |
| H A D | 0001-fixed-possible-RCE-vulnerability-unset-escape-variable.patch | 59 @@ -28,13 +28,13 @@ actionstop = if [ -f <tmpfile> ]; then 61 `cat <tmpfile>` 65 rm <tmpfile> 75 @@ -55,7 +55,7 @@ actionban = printf %%b "`date`: <ip> (<failures> failures)\n" >> <tmpfile> 77 `cat <tmpfile>` 81 rm <tmpfile>
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/llvm/llvm/ |
| H A D | 0006-llvm-TargetLibraryInfo-Undefine-libc-functions-if-th.patch | 82 TLI_DEFINE_ENUM_INTERNAL(tmpfile) 83 TLI_DEFINE_STRING_INTERNAL("tmpfile")
|
| /OK3568_Linux_fs/yocto/meta-clang/recipes-devtools/clang/clang/ |
| H A D | 0004-llvm-TargetLibraryInfo-Undefine-libc-functions-if-th.patch | 80 TLI_DEFINE_ENUM_INTERNAL(tmpfile) 81 TLI_DEFINE_STRING_INTERNAL("tmpfile")
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/tmpfs/ |
| H A D | .gitignore | 2 /bug-link-o-tmpfile
|
| H A D | Makefile | 6 TEST_GEN_PROGS += bug-link-o-tmpfile
|
| /OK3568_Linux_fs/kernel/fs/xfs/ |
| H A D | xfs_iops.c | 135 bool tmpfile) /* unnamed file */ in xfs_generic_create() argument 163 if (!tmpfile) { in xfs_generic_create() 192 if (tmpfile) { in xfs_generic_create() 217 if (!tmpfile) in xfs_generic_create() 1201 .tmpfile = xfs_vn_tmpfile, 1226 .tmpfile = xfs_vn_tmpfile,
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/ |
| H A D | cstdio | 47 FILE* tmpfile(void); 150 using ::tmpfile;
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/ |
| H A D | cstdio | 47 FILE* tmpfile(void); 150 using ::tmpfile;
|
| /OK3568_Linux_fs/buildroot/dl/sox/git/src/ |
| H A D | libsox_i.c | 115 return tmpfile(); in lsx_tmpfile()
|
| /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 | stdio.h | 173 extern FILE *tmpfile (void) __wur; 176 extern FILE *__REDIRECT (tmpfile, (void), tmpfile64) __wur; 178 # define tmpfile tmpfile64 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 | stdio.h | 173 extern FILE *tmpfile (void) __wur; 176 extern FILE *__REDIRECT (tmpfile, (void), tmpfile64) __wur; 178 # define tmpfile tmpfile64 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/include/c++/10.3.1/ |
| H A D | cstdio | 89 #undef tmpfile 139 using ::tmpfile;
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/ |
| H A D | cstdio | 89 #undef tmpfile 139 using ::tmpfile;
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oe/ |
| H A D | patch.py | 447 tmpfile = tf.name 453 cmd += ["commit", "-F", tmpfile] 459 return (tmpfile, cmd) 568 … (tmpfile, shellcmd) = self.prepareCommit(patch['file'], self.commituser, self.commitemail) 573 os.remove(tmpfile)
|