outname 511 fs/fat/namei_vfat.c xlate_to_uni(const unsigned char *name, int len, unsigned char *outname, outname 522 fs/fat/namei_vfat.c (wchar_t *) outname, FAT_LFN_LEN + 2); outname 528 fs/fat/namei_vfat.c op = &outname[*outlen * sizeof(wchar_t)]; outname 530 fs/fat/namei_vfat.c for (i = 0, ip = name, op = outname, *outlen = 0; outname 42 fs/isofs/joliet.c get_joliet_filename(struct iso_directory_record * de, unsigned char *outname, struct inode * inode) outname 54 fs/isofs/joliet.c outname, PAGE_SIZE); outname 56 fs/isofs/joliet.c len = uni16_to_x8(outname, (__be16 *) de->name, outname 59 fs/isofs/joliet.c if ((len > 2) && (outname[len-2] == ';') && (outname[len-1] == '1')) outname 66 fs/isofs/joliet.c while (len >= 2 && (outname[len-1] == '.')) outname 83 scripts/dtc/checks.c } else if (streq(dti->outname, "-")) { outname 86 scripts/dtc/checks.c xasprintf(&str, "%s", dti->outname); outname 165 scripts/dtc/dtc.c const char *outname = "-"; outname 189 scripts/dtc/dtc.c outname = optarg; outname 283 scripts/dtc/dtc.c fprintf(depfile, "%s:", outname); outname 289 scripts/dtc/dtc.c outform = guess_type_by_name(outname, NULL); outname 308 scripts/dtc/dtc.c dti->outname = outname; outname 341 scripts/dtc/dtc.c if (streq(outname, "-")) { outname 344 scripts/dtc/dtc.c outf = fopen(outname, "wb"); outname 347 scripts/dtc/dtc.c outname, strerror(errno)); outname 261 scripts/dtc/dtc.h const char *outname; /* filename being written to, "-" for stdout */