Searched refs:outname (Results 1 - 6 of 6) sorted by relevance

/linux-master/fs/isofs/
H A Djoliet.c42 get_joliet_filename(struct iso_directory_record * de, unsigned char *outname, struct inode * inode) argument
52 outname, PAGE_SIZE);
54 len = uni16_to_x8(outname, (__be16 *) de->name,
57 if ((len > 2) && (outname[len-2] == ';') && (outname[len-1] == '1'))
64 while (len >= 2 && (outname[len-1] == '.'))
/linux-master/scripts/dtc/
H A Ddtc.c167 const char *outname = "-"; local
191 outname = optarg;
285 fprintf(depfile, "%s:", outname);
291 outform = guess_type_by_name(outname, NULL);
310 dti->outname = outname;
343 if (streq(outname, "-")) {
346 outf = fopen(outname, "wb");
349 outname, strerror(errno));
H A Ddtc.h328 const char *outname; /* filename being written to, "-" for stdout */ member in struct:dt_info
H A Dchecks.c83 } else if (streq(dti->outname, "-")) {
86 xasprintf(&str, "%s", dti->outname);
/linux-master/tools/testing/selftests/powerpc/nx-gzip/
H A Dgzfht_test.c191 char outname[FNAME_MAX]; local
352 strcpy(outname, argv[1]);
353 strcat(outname, FEXT);
354 if (write_file(outname, outbuf, dsttotlen)) {
355 fprintf(stderr, "write error: %s\n", outname);
/linux-master/fs/fat/
H A Dnamei_vfat.c511 xlate_to_uni(const unsigned char *name, int len, unsigned char *outname, argument
522 (wchar_t *) outname, FAT_LFN_LEN + 2);
528 op = &outname[*outlen * sizeof(wchar_t)];
530 for (i = 0, ip = name, op = outname, *outlen = 0;

Completed in 143 milliseconds