Home
last modified time | relevance | path

Searched refs:outname (Results 1 – 11 of 11) sorted by relevance

/openbmc/u-boot/scripts/dtc/
H A Ddtc.c171 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 Ddtc.h257 const char *outname; /* filename being written to, "-" for stdout */ member
H A Dchecks.c86 strcmp(dti->outname, "-") ? dti->outname : "<stdout>", in check_msg()
/openbmc/qemu/scripts/
H A Ddisas-objdump.pl25 my ($outh, $outname) = tempfile();
27 END { unlink $outname; }
76 $cmd = $cmd . " " . $outname;
/openbmc/openbmc/poky/scripts/contrib/
H A Dimage-manifest423 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 D0001-sysctl-ignore-EIO-of-stable_secret-below-proc-sys-ne.patch26 - 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 Dpsplash_git.bb40 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 Dspl_fit.c41 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 D0001-pbzip2-Fix-invalid-suffix-on-literal-C-11-warning.patch29 @@ -1829,7 +1829,7 @@ void *fileWriter(void *outname)
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/sharutils/sharutils/
H A D0003-ISO-C23-Port-the-code-to-ISO-C23.patch143 const char *inname, const char *outname);
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dkernel-yocto.bbclass562 outname = os.path.basename( outfile )
563 outfile = outdir + '/'+ c + '-' + outname