| /OK3568_Linux_fs/kernel/scripts/ |
| H A D | get_dvb_firmware | 28 $outfile = eval($cid); 31 Firmware(s) $outfile extracted successfully. 53 my $outfile = "dvb-fe-sp8870.fw"; 61 copy("$tmpdir/software/OEM/HE/App/boot/SC_MAIN.MC", $outfile); 63 $outfile; 71 my $outfile = "dvb-fe-sp887x.fw"; 81 copy("$tmpdir/ZEnglish/sc_main.mc", $outfile); 83 $outfile; 90 my $outfile = "dvb-fe-tda10045.fw"; 99 copy("$tmpdir/fwtmp", $outfile); [all …]
|
| H A D | stackusage | 4 outfile="" 11 outfile="$2" 20 if [ -z "$outfile" ] 22 outfile=`mktemp --tmpdir stackusage.$$.XXXX` 32 sort -k3,3nr > "${outfile}" 34 echo "$0: output written to ${outfile}"
|
| /OK3568_Linux_fs/kernel/arch/x86/entry/vdso/ |
| H A D | vdso2c.h | 10 FILE *outfile, const char *image_name) in BITSFUNC() 137 fwrite(stripped_addr, stripped_len, 1, outfile); in BITSFUNC() 143 fprintf(outfile, "/* AUTOMATICALLY GENERATED -- DO NOT EDIT */\n\n"); in BITSFUNC() 144 fprintf(outfile, "#include <linux/linkage.h>\n"); in BITSFUNC() 145 fprintf(outfile, "#include <asm/page_types.h>\n"); in BITSFUNC() 146 fprintf(outfile, "#include <asm/vdso.h>\n"); in BITSFUNC() 147 fprintf(outfile, "\n"); in BITSFUNC() 148 fprintf(outfile, in BITSFUNC() 153 fprintf(outfile, "\n\t"); in BITSFUNC() 154 fprintf(outfile, "0x%02X, ", in BITSFUNC() [all …]
|
| H A D | vdso2c.c | 169 FILE *outfile, const char *name) in go() argument 175 outfile, name); in go() 178 outfile, name); in go() 208 FILE *outfile; in main() local 241 outfile = fopen(outfilename, "w"); in main() 242 if (!outfile) in main() 245 go(raw_addr, raw_len, stripped_addr, stripped_len, outfile, name); in main() 249 fclose(outfile); in main()
|
| /OK3568_Linux_fs/kernel/arch/sparc/vdso/ |
| H A D | vdso2c.h | 13 FILE *outfile, const char *name) in BITSFUNC() 112 fwrite(stripped_addr, stripped_len, 1, outfile); in BITSFUNC() 118 fprintf(outfile, "/* AUTOMATICALLY GENERATED -- DO NOT EDIT */\n\n"); in BITSFUNC() 119 fprintf(outfile, "#include <linux/cache.h>\n"); in BITSFUNC() 120 fprintf(outfile, "#include <asm/vdso.h>\n"); in BITSFUNC() 121 fprintf(outfile, "\n"); in BITSFUNC() 122 fprintf(outfile, in BITSFUNC() 127 fprintf(outfile, "\n\t"); in BITSFUNC() 128 fprintf(outfile, "0x%02X, ", in BITSFUNC() 131 fprintf(outfile, "\n};\n\n"); in BITSFUNC() [all …]
|
| H A D | vdso2c.c | 144 FILE *outfile, const char *name) in go() argument 150 outfile, name); in go() 153 outfile, name); in go() 184 FILE *outfile; in main() local 217 outfile = fopen(outfilename, "w"); in main() 218 if (!outfile) in main() 221 go(raw_addr, raw_len, stripped_addr, stripped_len, outfile, name); in main() 225 fclose(outfile); in main()
|
| /OK3568_Linux_fs/buildroot/dl/unixbench/git/UnixBench/src/ |
| H A D | whets.c | 340 FILE *outfile; local 366 outfile = fopen("whets.res","a+"); 367 if (outfile == NULL) 505 fprintf (outfile, "\n"); 506 fprintf (outfile, "##############################################\n"); 507 fprintf (outfile, "Whetstone %s Precision Benchmark in C/C++\n\n",Precision); 508 fprintf (outfile, "Date %s\n", general[0]); 509 fprintf (outfile, "Model %s\n", general[1]); 510 fprintf (outfile, "CPU %s\n", general[2]); 511 fprintf (outfile, "Clock MHz %s\n", general[3]); [all …]
|
| /OK3568_Linux_fs/buildroot/support/scripts/ |
| H A D | graph-depends | 180 def print_attrs(outfile, pkg, pkg_type, pkg_version, depth, colors): argument 194 outfile.write("%s [label = <<I>%s</I>>]\n" % (name, label)) 196 outfile.write("%s [label = \"%s\"]\n" % (name, label)) 197 outfile.write("%s [color=%s,style=filled]\n" % (name, color)) 204 def print_pkg_deps(outfile, dict_deps, dict_types, dict_versions, stop_list, exclude_list, argument 210 print_attrs(outfile, pkg, dict_types[pkg], dict_versions[pkg], depth, colors) 212 outfile.write("%s " % pkg) 235 … outfile.write("%s -> %s [dir=%s]\n" % (pkg_node_name(pkg), pkg_node_name(d), arrow_dir)) 236 … print_pkg_deps(outfile, dict_deps, dict_types, dict_versions, stop_list, exclude_list, 288 if args.outfile is None: [all …]
|
| /OK3568_Linux_fs/kernel/arch/arm/vdso/ |
| H A D | vdsomunge.c | 81 static const char *outfile; variable 97 if (failed && outfile != NULL) in cleanup() 98 unlink(outfile); in cleanup() 136 outfile = argv[2]; in main() 179 outfd = open(outfile, O_RDWR | O_CREAT | O_TRUNC, S_IRUSR | S_IWUSR); in main() 181 fail("Cannot open %s: %s\n", outfile, strerror(errno)); in main() 184 fail("Cannot truncate %s: %s\n", outfile, strerror(errno)); in main() 189 fail("Failed to map %s: %s\n", outfile, strerror(errno)); in main() 204 fail("Failed to sync %s: %s\n", outfile, strerror(errno)); in main()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-bsp/efivar/efivar/ |
| H A D | efisecdb-fix-build-with-musl-libc.patch | 111 @@ -323,15 +310,6 @@ parse_input_files(list_t *infiles, char **outfile, efi_secdb_t **secdb, 122 -static char *outfile = NULL; 131 + char *outfile = NULL; 142 - on_exit(maybe_do_unlink, &outfile); 150 outfd = open(outfile, flags, 0600); 152 char *tmpoutfile = outfile; 154 - outfile = NULL; 156 + unlink(outfile); 163 + unlink(outfile); 164 err(1, "could not truncate output file \"%s\"", outfile); [all …]
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/ |
| H A D | progress.py | 43 def __init__(self, d, outfile=None): argument 47 if outfile: 48 self._outfile = outfile 88 def __init__(self, d, outfile=None): argument 90 super().__init__(d, outfile) 115 def __init__(self, d, regex=r'(\d+)%', outfile=None): argument 116 super().__init__(d, outfile) 130 def __init__(self, d, regex, outfile=None): argument 131 super().__init__(d, outfile)
|
| /OK3568_Linux_fs/external/recovery/update_engine/ |
| H A D | download.c | 55 FILE *outfile; in download_file() local 61 outfile = fopen(output_filename, "wb"); in download_file() 64 curl_easy_setopt(curl, CURLOPT_WRITEDATA, outfile); in download_file() 74 fclose(outfile); in download_file()
|
| /OK3568_Linux_fs/buildroot/package/cdrkit/ |
| H A D | 0003-Add-extern-to-char-outfile-declaration-to-fix-build-.patch | 4 Subject: [PATCH] Add extern to char* outfile declaration to fix build with gcc 8 "multiple definition of `outfile'". 23 -char *outfile; 24 +extern char *outfile;
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/ |
| H A D | CMakeLists.txt | 67 macro(__GEN_GP_FILE outfile xmldir name basedir) 69 OUTPUT ${outfile} 71 -xsl gp/${name}.xsl -out ${outfile} 75 macro(GEN_GP_FILE outfile xmldir name) 76 __GEN_GP_FILE(${outfile} ${xmldir} ${name} 78 list (APPEND SRC ${outfile})
|
| /OK3568_Linux_fs/u-boot/tools/ |
| H A D | microcode-tool | 175 def CreateFile(date, license_text, mcodes, outfile): argument 232 if outfile == '-': 235 if not outfile: 239 outfile = os.path.join(MICROCODE_DIR, mcode.name + '.dtsi') 241 ', '.join([mcode.name for mcode in mcodes]), outfile) 242 with open(outfile, 'w') as fd: 312 CreateFile(date, license_text, mcode_list, options.outfile)
|
| H A D | microcode-tool.py | 175 def CreateFile(date, license_text, mcodes, outfile): argument 232 if outfile == '-': 235 if not outfile: 239 outfile = os.path.join(MICROCODE_DIR, mcode.name + '.dtsi') 241 ', '.join([mcode.name for mcode in mcodes]), outfile) 242 with open(outfile, 'w') as fd: 312 CreateFile(date, license_text, mcode_list, options.outfile)
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/ruby/ruby/ |
| H A D | 0003-rdoc-build-reproducible-documentation.patch | 19 debug_msg "Writing gzipped search index to %s" % outfile 21 Zlib::GzipWriter.open(outfile) do |gz| 28 debug_msg "Writing gzipped file to %s" % outfile 30 Zlib::GzipWriter.open(outfile) do |gz|
|
| /OK3568_Linux_fs/external/xserver/hw/xwin/glx/ |
| H A D | Makefile.am | 55 …istry $(KHRONOS_SPEC_DIR)/wgl.xml -prefix wgl -wrapper -preresolve $(GENGLWRAPPERSOPTS) -outfile $@ 58 …dir)/gen_gl_wrappers.py -registry $(KHRONOS_SPEC_DIR)/gl.xml -shim $(GENGLWRAPPERSOPTS) -outfile $@ 61 …ir)/gen_gl_wrappers.py -registry $(KHRONOS_SPEC_DIR)/gl.xml -thunk $(GENGLWRAPPERSOPTS) -outfile $@ 64 …gen_gl_wrappers.py -registry $(KHRONOS_SPEC_DIR)/gl.xml -thunkdefs $(GENGLWRAPPERSOPTS) -outfile $@
|
| H A D | meson.build | 16 …_cmd, '-registry', '@INPUT@', '-prefix', 'wgl', '-wrapper', '-preresolve', '-outfile', '@OUTPUT@'], 24 command: [gen_gl_wrappers_cmd, '-registry', '@INPUT@', '-shim', '-outfile', '@OUTPUT@'], 32 command: [gen_gl_wrappers_cmd, '-registry', '@INPUT@', '-thunk', '-outfile', '@OUTPUT@'], 40 command: [gen_gl_wrappers_cmd, '-registry', '@INPUT@', '-thunkdefs', '-outfile', '@OUTPUT@'],
|
| /OK3568_Linux_fs/yocto/poky/scripts/lib/recipetool/ |
| H A D | create.py | 618 if args.outfile and os.path.isdir(args.outfile): 619 outfile = None 620 outdir = args.outfile 622 outfile = args.outfile 624 if outfile and outfile != '-': 625 if os.path.exists(outfile): 626 logger.error('Output file %s already exists' % outfile) 647 if outfile: 648 recipefn = os.path.splitext(os.path.basename(outfile))[0] 781 if not outfile: [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/classes/ |
| H A D | kernel-yocto.bbclass | 505 outfile = d.getVar( 'CONFIG_ANALYSIS_FILE' ) 513 outfile = d.getVar( 'CONFIG_AUDIT_FILE' ) 516 outdir = os.path.dirname( outfile ) 517 outname = os.path.basename( outfile ) 518 outfile = outdir + '/'+ c + '-' + outname 520 if config and os.path.isfile(outfile): 521 os.remove(outfile) 523 with open(outfile, 'w+') as f: 526 bb.warn( "Configuration {} executed, see: {} for details".format(action,outfile )) 575 outfile = "{}/{}/cfg/mismatch.txt".format( s, kmeta ) [all …]
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/ |
| H A D | test_tc_tunnel.sh | 25 readonly outfile="$(mktemp)" 59 if [[ -f "${outfile}" ]]; then 60 rm "${outfile}" 72 ip netns exec "${ns2}" nc "${netcat_opt}" -l -p "${port}" > "${outfile}" & 88 outsum=($(sha1sum ${outfile}))
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-kernel/perf/perf/ |
| H A D | sort-pmuevents.py | 24 outfile = sys.argv[2] variable 30 if os.path.exists(outfile): 88 outf = open( outfile, 'w' )
|
| /OK3568_Linux_fs/kernel/arch/mips/boot/ |
| H A D | elf2ecoff.c | 278 int infile, outfile; in main() local 507 if ((outfile = open(argv[2], O_WRONLY | O_CREAT, 0777)) < 0) { in main() 516 i = write(outfile, &efh, sizeof efh); in main() 532 i = write(outfile, &eah, sizeof eah); in main() 541 i = write(outfile, &esecs, nosecs * sizeof(struct scnhdr)); in main() 551 i = write(outfile, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0", pad); in main() 583 write(outfile, obuf, in main() 598 copy(outfile, infile, ph[i].p_offset, in main() 612 if (write(outfile, obuf, sizeof(obuf)) != sizeof(obuf)) { in main()
|
| /OK3568_Linux_fs/u-boot/tools/patman/ |
| H A D | command.py | 43 def RunPipe(pipe_list, infile=None, outfile=None, argument 81 elif outfile: 82 kwargs['stdout'] = open(outfile, 'wb')
|