| /OK3568_Linux_fs/external/gstreamer-rockchip/hooks/ |
| H A D | pre-commit.hook | 60 newfile=`mktemp /tmp/${nf}.XXXXXX` || exit 1 62 $nf -o $newfile 2>> /dev/null 66 $newfile 2>> /dev/null 67 diff -u -p "${nf}" "${newfile}" 69 cp "${newfile}" "${file}" 70 rm "${newfile}"
|
| /OK3568_Linux_fs/kernel/drivers/scsi/aic7xxx/aicasm/ |
| H A D | aicasm_scan.l | 462 FILE *newfile; 465 newfile = NULL; 468 newfile = fopen(file_name, "r"); 470 if (newfile == NULL && type != SOURCE_FILE) { 484 if ((newfile = fopen(fullname, "r")) != NULL) 489 if (newfile == NULL) { 507 yy_switch_to_buffer(yy_create_buffer(newfile, YY_BUF_SIZE));
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/cases/ |
| H A D | recipetool.py | 82 …def _try_recipetool_appendfile(self, testrecipe, destfile, newfile, options, expectedlines, expect… argument 83 cmd = 'recipetool appendfile %s %s %s %s' % (self.templayerdir, destfile, newfile, options) 86 def _try_recipetool_appendfile_fail(self, destfile, newfile, checkerror): argument 87 cmd = 'recipetool appendfile %s %s %s' % (self.templayerdir, destfile, newfile) 703 …def _try_recipetool_appendsrcfile(self, testrecipe, newfile, destfile, options, expectedlines, exp… argument 704 …ipetool appendsrcfile %s %s %s %s %s' % (options, self.templayerdir, testrecipe, newfile, destfile) 718 def _try_recipetool_appendsrcfile_fail(self, testrecipe, newfile, destfile, checkerror): argument 719 …cmd = 'recipetool appendsrcfile %s %s %s %s' % (self.templayerdir, testrecipe, newfile, destfile o… 735 … testrecipe, filename=None, destdir=None, has_src_uri=True, srcdir=None, newfile=None, options=''): argument 736 if newfile is None: [all …]
|
| /OK3568_Linux_fs/yocto/poky/scripts/lib/recipetool/ |
| H A D | append.py | 222 (stdout, _) = bb.process.run('LANG=C file -b %s' % args.newfile, shell=True) 298 st = os.stat(args.newfile) 301 install = {args.newfile: (args.targetpath, perms)} 302 …oe.recipeutils.bbappend_recipe(rd, args.destlayer, {args.newfile: sourcepath}, install, wildcardve… 330 for newfile, srcfile in files.items(): 355 copyfiles[newfile] = srcfile
|
| /OK3568_Linux_fs/buildroot/package/bsdiff/ |
| H A D | 0002-bspatch-adaption-to-embedded-system.patch | 33 - if(argc!=4) errx(1,"usage: %s oldfile newfile patchfile\n",argv[0]); 36 + if(argc!=4 && argc!=5) errx(1,"usage: %s oldfile newfile patchfile\n" 38 + " %s /dev/mmcblkMpN newfile patchfile oldsize\n", argv[0]);
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oe/ |
| H A D | recipeutils.py | 768 for i, (newfile, origsrcfile) in enumerate(srcfiles.items()): 772 srcfile = os.path.basename(newfile) 783 copyfiles[newfile] = srcfile 785 institem = install.pop(newfile, None) 906 for newfile, srcfile in copyfiles.items(): 908 if os.path.abspath(newfile) != os.path.abspath(filedest): 909 if newfile.startswith(tempfile.gettempdir()): 910 newfiledisp = os.path.basename(newfile) 912 newfiledisp = newfile 918 shutil.copyfile(newfile, filedest)
|
| /OK3568_Linux_fs/kernel/scripts/ |
| H A D | bloat-o-meter | 44 def calc(oldfile, newfile, format): argument 46 new = getsizes(newfile, format)
|
| H A D | checkpatch.pl | 7047 my $newfile = $filename; 7048 $newfile .= ".EXPERIMENTAL-checkpatch-fixes" if (!$fix_inplace); 7054 open($f, '>', $newfile) 7055 or die "$P: Can't open $newfile for write\n"; 7072 Wrote EXPERIMENTAL --fix correction(s) to '$newfile'
|
| /OK3568_Linux_fs/kernel/net/ |
| H A D | socket.c | 429 struct file *newfile; in sock_map_fd() local 436 newfile = sock_alloc_file(sock, flags, NULL); in sock_map_fd() 437 if (!IS_ERR(newfile)) { in sock_map_fd() 438 fd_install(fd, newfile); in sock_map_fd() 443 return PTR_ERR(newfile); in sock_map_fd() 1697 struct file *newfile; in do_accept() local 1718 newfile = sock_alloc_file(newsock, flags, sock->sk->sk_prot_creator->name); in do_accept() 1719 if (IS_ERR(newfile)) in do_accept() 1720 return newfile; in do_accept() 1745 return newfile; in do_accept() [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/elfutils/files/ |
| H A D | 0001-tests-Makefile.am-compile-test_nlist-with-standard-C.patch | 27 TESTS = run-arextract.sh run-arsymtest.sh run-ar.sh newfile test-nlist \
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/strongswan/ |
| H A D | strongswan_5.9.6.bb | 118 newfile = '/' + os.path.relpath(f, dvar) 121 d.setVar('CONFFILES:' + pkg, newfile) 123 d.setVar('CONFFILES:' + pkg, oldfiles + " " + newfile)
|
| /OK3568_Linux_fs/yocto/poky/scripts/lib/devtool/ |
| H A D | standard.py | 722 newfile = os.path.join(config.workspace_path, '.devtool_md5_new') 725 with open(newfile, 'w') as tf: 747 bb.utils.rename(newfile, origfile) 1083 newfile = '%s_%s.bb' % (newname, newver) 1086 newfile = '%s.bb' % newname 1094 newfile = os.path.join(newrecipedir, newfile) 1100 logger.info('Renaming %s to %s' % (recipefile, newfile)) 1101 bb.utils.rename(recipefile, newfile) 1177 splitentry[1] = os.path.relpath(newfile, config.workspace_path) 2197 for oldfile, newfile, newfileshow in comparelist: [all …]
|
| H A D | upgrade.py | 72 newfile = oldfile.replace(oldpv, newpv) 73 if oldfile != newfile: 75 os.path.join(path, newfile))
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-bsp/grub/files/ |
| H A D | autogen.sh-exclude-pc.patch | 9 (newfile), it's mode will be 000, then we will get errors when xgettext
|
| /OK3568_Linux_fs/kernel/net/sctp/ |
| H A D | socket.c | 5546 struct file **newfile, unsigned flags) in sctp_getsockopt_peeloff_common() argument 5562 *newfile = sock_alloc_file(newsock, 0, NULL); in sctp_getsockopt_peeloff_common() 5563 if (IS_ERR(*newfile)) { in sctp_getsockopt_peeloff_common() 5565 retval = PTR_ERR(*newfile); in sctp_getsockopt_peeloff_common() 5566 *newfile = NULL; in sctp_getsockopt_peeloff_common() 5576 (*newfile)->f_flags |= O_NONBLOCK; in sctp_getsockopt_peeloff_common() 5584 struct file *newfile = NULL; in sctp_getsockopt_peeloff() local 5593 retval = sctp_getsockopt_peeloff_common(sk, &peeloff, &newfile, 0); in sctp_getsockopt_peeloff() 5599 fput(newfile); in sctp_getsockopt_peeloff() 5605 fput(newfile); in sctp_getsockopt_peeloff() [all …]
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/ |
| H A D | data_smart.py | 202 newfile = IncludeHistory(self.current, filename) 203 self.current.children.append(newfile) 204 self.current = newfile
|
| /OK3568_Linux_fs/buildroot/dl/sox/git/ |
| H A D | FEATURES.in | 128 ** newfile: Create a new output file when an effects chain ends.
|
| H A D | ChangeLog | 178 o Fix newfile/restart effects when merging or mixing files. (Ulrich Klauer) 543 o New psuedo-effects "newfile" and ":" to allow running 544 multiple effect chains on a single file. newfile will
|
| /OK3568_Linux_fs/u-boot/scripts/ |
| H A D | checkpatch.pl | 6417 my $newfile = $filename; 6418 $newfile .= ".EXPERIMENTAL-checkpatch-fixes" if (!$fix_inplace); 6424 open($f, '>', $newfile) 6425 or die "$P: Can't open $newfile for write\n"; 6442 Wrote EXPERIMENTAL --fix correction(s) to '$newfile'
|
| /OK3568_Linux_fs/yocto/poky/meta/classes/ |
| H A D | package.bbclass | 201 newfile = os.path.join(root, o) 204 newfile = newfile.replace('*', '[*]') 205 newfile = newfile.replace('?', '[?]') 207 the_files = [newfile] 222 d.setVar('FILES:' + pkg, oldfiles + " " + newfile)
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/unzip/unzip/ |
| H A D | CVE-2019-13232_p2.patch | 303 int newfile;
|