Searched refs:outname (Results 1 – 11 of 11) sorted by relevance
| /openbmc/u-boot/scripts/dtc/ |
| H A D | dtc.c | 171 const char *outname = "-"; in main() local 195 outname = optarg; in main() 286 fprintf(depfile, "%s:", outname); in main() 292 outform = guess_type_by_name(outname, NULL); in main() 309 dti->outname = outname; in main() 342 if (streq(outname, "-")) { in main() 345 outf = fopen(outname, "wb"); in main() 348 outname, strerror(errno)); in main()
|
| H A D | dtc.h | 257 const char *outname; /* filename being written to, "-" for stdout */ member
|
| H A D | checks.c | 86 strcmp(dti->outname, "-") ? dti->outname : "<stdout>", in check_msg()
|
| /openbmc/qemu/scripts/ |
| H A D | disas-objdump.pl | 25 my ($outh, $outname) = tempfile(); 27 END { unlink $outname; } 76 $cmd = $cmd . " " . $outname;
|
| /openbmc/openbmc/poky/scripts/contrib/ |
| H A D | image-manifest | 423 outname = os.path.basename(args.output) 425 outname = os.path.splitext(os.path.basename(args.manifest))[0] 426 if outname.endswith('.tar.gz'): 427 outname = outname[:-7] 428 elif outname.endswith('.tgz'): 429 outname = outname[:-4] 431 tarfn = outname 438 tar.add(tmpoutdir, outname)
|
| /openbmc/openbmc/poky/meta/recipes-core/busybox/busybox/ |
| H A D | 0001-sysctl-ignore-EIO-of-stable_secret-below-proc-sys-ne.patch | 26 - bb_perror_msg("error reading key '%s'", outname); 32 + bb_perror_msg("error reading key '%s'", outname);
|
| /openbmc/openbmc/poky/meta/recipes-core/psplash/ |
| H A D | psplash_git.bb | 40 outname = "psplash-%s" % outsuffix 41 if outname == '' or outname in oldpkgs: 42 …%s' derived from the URI %s is not valid, please specify the outsuffix parameter" % (outname, uri)) 44 pkgs.append(outname)
|
| /openbmc/u-boot/common/spl/ |
| H A D | spl_fit.c | 41 char **outname) in spl_fit_get_image_name() argument 77 *outname = (char *)str; in spl_fit_get_image_name()
|
| /openbmc/openbmc/poky/meta/recipes-extended/pbzip2/pbzip2/ |
| H A D | 0001-pbzip2-Fix-invalid-suffix-on-literal-C-11-warning.patch | 29 @@ -1829,7 +1829,7 @@ void *fileWriter(void *outname)
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/sharutils/sharutils/ |
| H A D | 0003-ISO-C23-Port-the-code-to-ISO-C23.patch | 143 const char *inname, const char *outname);
|
| /openbmc/openbmc/poky/meta/classes-recipe/ |
| H A D | kernel-yocto.bbclass | 562 outname = os.path.basename( outfile ) 563 outfile = outdir + '/'+ c + '-' + outname
|