Home
last modified time | relevance | path

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

/openbmc/linux/fs/isofs/
H A Djoliet.c42 get_joliet_filename(struct iso_directory_record * de, unsigned char *outname, struct inode * inode) in get_joliet_filename() argument
52 outname, PAGE_SIZE); in get_joliet_filename()
54 len = uni16_to_x8(outname, (__be16 *) de->name, in get_joliet_filename()
57 if ((len > 2) && (outname[len-2] == ';') && (outname[len-1] == '1')) in get_joliet_filename()
64 while (len >= 2 && (outname[len-1] == '.')) in get_joliet_filename()
/openbmc/openbmc/poky/meta/recipes-devtools/patch/patch/
H A D0001-Invoke-ed-directly-instead-of-using-the-shell.patch22 @@ -2459,9 +2459,6 @@ do_ed_script (char const *inname, char const *outname,
24 copy_file (inname, outname, 0, exclusive, instat.st_mode, true);
28 - outname);
32 @@ -2470,7 +2467,8 @@ do_ed_script (char const *inname, char const *outname,
37 + assert (outname[0] != '!' && outname[0] != '-');
38 + execlp (editor_program, editor_program, "-", outname, (char *) NULL);
H A D0003-Allow-input-files-to-be-missing-for-ed-style-patches.patch21 @@ -2394,9 +2394,11 @@ do_ed_script (char const *inname, char const *outname,
27 - copy_file (inname, outname, 0, exclusive, instat.st_mode, true);
31 + copy_file (inname, outname, 0, exclusive, instat.st_mode, true);
35 outname);
H A D0004-Fix-arbitrary-command-execution-in-ed-style-patches-.patch35 @@ -2389,24 +2390,28 @@ do_ed_script (char const *inname, char const *outname,
67 - copy_file (inname, outname, 0, exclusive, instat.st_mode, true);
71 - outname);
80 @@ -2417,14 +2422,14 @@ do_ed_script (char const *inname, char const *outname,
99 @@ -2437,13 +2442,49 @@ do_ed_script (char const *inname, char const *outname,
123 + copy_file (inname, outname, 0, exclusive, instat.st_mode, true);
127 + outname);
H A D0001-Don-t-leak-temporary-file-on-failed-ed-style-patch.patch49 @@ -2392,7 +2392,6 @@ do_ed_script (char const *inname, char const *outname,
57 @@ -2404,12 +2403,13 @@ do_ed_script (char const *inname, char const *outname,
74 @@ -2449,8 +2449,7 @@ do_ed_script (char const *inname, char const *outname,
84 @@ -2482,7 +2481,6 @@ do_ed_script (char const *inname, char const *outname,
/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/linux/scripts/dtc/
H A Ddtc.c167 const char *outname = "-"; in main() local
191 outname = optarg; in main()
285 fprintf(depfile, "%s:", outname); in main()
291 outform = guess_type_by_name(outname, NULL); in main()
310 dti->outname = outname; in main()
343 if (streq(outname, "-")) { in main()
346 outf = fopen(outname, "wb"); in main()
349 outname, strerror(errno)); in main()
H A Ddtc.h328 const char *outname; /* filename being written to, "-" for stdout */ member
H A Dchecks.c83 } else if (streq(dti->outname, "-")) { in check_msg()
86 xasprintf(&str, "%s", dti->outname); 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/linux/tools/testing/selftests/powerpc/nx-gzip/
H A Dgzfht_test.c191 char outname[FNAME_MAX]; in compress_file() local
352 strcpy(outname, argv[1]); in compress_file()
353 strcat(outname, FEXT); in compress_file()
354 if (write_file(outname, outbuf, dsttotlen)) { in compress_file()
355 fprintf(stderr, "write error: %s\n", outname); in compress_file()
/openbmc/openbmc/poky/meta/recipes-core/psplash/
H A Dpsplash_git.bb39 outname = "psplash-%s" % outsuffix
40 if outname == '' or outname in oldpkgs:
41 …%s' derived from the URI %s is not valid, please specify the outsuffix parameter" % (outname, uri))
43 pkgs.append(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/qemu/hw/arm/
H A Drealview.c60 static void split_irq_from_named(DeviceState *src, const char* outname, in split_irq_from_named() argument
70 qdev_connect_gpio_out_named(src, outname, 0, in split_irq_from_named()
/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/linux/fs/fat/
H A Dnamei_vfat.c511 xlate_to_uni(const unsigned char *name, int len, unsigned char *outname, in xlate_to_uni() argument
522 (wchar_t *) outname, FAT_LFN_LEN + 2); in xlate_to_uni()
528 op = &outname[*outlen * sizeof(wchar_t)]; in xlate_to_uni()
530 for (i = 0, ip = name, op = outname, *outlen = 0; in xlate_to_uni()
/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-extended/rrdtool/rrdtool/
H A Db76e3c578f1e9f582e9c28f50d82b1f569602075.patch995 - char *outname,
996 + const char *outname,
1184 - char *outname,
1185 + const char *outname,
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dkernel-yocto.bbclass554 outname = os.path.basename( outfile )
555 outfile = outdir + '/'+ c + '-' + outname