| /src/usr.bin/xlint/common/ |
| emit.c | 99 outname(const char *name) function
|
| /src/external/gpl2/dtc/dist/tests/ |
| open_pack.c | 28 char outname[PATH_MAX]; local 46 sprintf(outname, "opened.%s", inname); 47 save_blob(outname, fdt1); 52 sprintf(outname, "repacked.%s", inname); 53 save_blob(outname, fdt1);
|
| move_and_save.c | 29 char outname[PATH_MAX]; local 44 sprintf(outname, "moved.%s", inname); 45 save_blob(outname, fdt1); 52 sprintf(outname, "shunted.%s", inname); 53 save_blob(outname, fdt2); 60 sprintf(outname, "deshunted.%s", inname); 61 save_blob(outname, fdt3);
|
| nopulate.c | 50 char outname[PATH_MAX]; local 58 sprintf(outname, "noppy.%s", inname); 91 save_blob(outname, fdt2);
|
| dtb_reverse.c | 124 char outname[PATH_MAX]; local 133 sprintf(outname, "%s.reversed.test.dtb", argv[1]); 149 save_blob(outname, out);
|
| mangle-layout.c | 115 char outname[PATH_MAX]; local 125 sprintf(outname, "v%d.%s.%s", version, blockorder, inname); 146 save_blob(outname, buf.buf);
|
| /src/external/gpl2/dtc/dist/ |
| dtc.c | 167 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));
|
| dtc.h | 261 const char *outname; /* filename being written to, "-" for stdout */ member in struct:dt_info
|
| /src/external/gpl3/binutils/dist/libiberty/ |
| pex-common.c | 159 char *outname; local 168 outname = (char *) orig_outname; 221 if (outname == NULL) 225 outname = concat (obj->tempbase, outname, NULL); 232 outname = temp_file (obj, flags, outname); 233 if (! outname) 240 if (outname != orig_outname) 245 pex_add_remove (obj, outname, outname_allocated) [all...] |
| /src/external/gpl3/binutils.old/dist/libiberty/ |
| pex-common.c | 159 char *outname; local 168 outname = (char *) orig_outname; 221 if (outname == NULL) 225 outname = concat (obj->tempbase, outname, NULL); 232 outname = temp_file (obj, flags, outname); 233 if (! outname) 240 if (outname != orig_outname) 245 pex_add_remove (obj, outname, outname_allocated) [all...] |
| /src/external/gpl3/gcc/dist/libiberty/ |
| pex-common.c | 159 char *outname; local 168 outname = (char *) orig_outname; 221 if (outname == NULL) 225 outname = concat (obj->tempbase, outname, NULL); 232 outname = temp_file (obj, flags, outname); 233 if (! outname) 240 if (outname != orig_outname) 245 pex_add_remove (obj, outname, outname_allocated) [all...] |
| /src/external/gpl3/gcc.old/dist/libiberty/ |
| pex-common.c | 159 char *outname; local 168 outname = (char *) orig_outname; 221 if (outname == NULL) 225 outname = concat (obj->tempbase, outname, NULL); 232 outname = temp_file (obj, flags, outname); 233 if (! outname) 240 if (outname != orig_outname) 245 pex_add_remove (obj, outname, outname_allocated) [all...] |
| /src/external/gpl3/gdb/dist/libiberty/ |
| pex-common.c | 159 char *outname; local 168 outname = (char *) orig_outname; 221 if (outname == NULL) 225 outname = concat (obj->tempbase, outname, NULL); 232 outname = temp_file (obj, flags, outname); 233 if (! outname) 240 if (outname != orig_outname) 245 pex_add_remove (obj, outname, outname_allocated) [all...] |
| /src/external/gpl3/gdb.old/dist/libiberty/ |
| pex-common.c | 159 char *outname; local 168 outname = (char *) orig_outname; 221 if (outname == NULL) 225 outname = concat (obj->tempbase, outname, NULL); 232 outname = temp_file (obj, flags, outname); 233 if (! outname) 240 if (outname != orig_outname) 245 pex_add_remove (obj, outname, outname_allocated) [all...] |
| /src/common/dist/zlib/examples/ |
| gun.c | 540 inname is NULL or an empty string, read from stdin. If outname is NULL or 543 outname. 548 local int gunzip(z_stream *strm, char *inname, char *outname, int test) 567 else if (outname == NULL || *outname == 0) { 568 outname = "-"; 572 outfile = open(outname, O_CREAT | O_TRUNC | O_WRONLY, 0666); 575 fprintf(stderr, "gun cannot create %s\n", outname); 591 copymeta(inname, outname); /* copy attributes */ 599 if (outfile > 2) unlink(outname); 634 char *outname; local [all...] |
| /src/external/gpl3/binutils/dist/zlib/examples/ |
| gun.c | 540 inname is NULL or an empty string, read from stdin. If outname is NULL or 543 outname. 548 local int gunzip(z_stream *strm, char *inname, char *outname, int test) 567 else if (outname == NULL || *outname == 0) { 568 outname = "-"; 572 outfile = open(outname, O_CREAT | O_TRUNC | O_WRONLY, 0666); 575 fprintf(stderr, "gun cannot create %s\n", outname); 591 copymeta(inname, outname); /* copy attributes */ 599 if (outfile > 2) unlink(outname); 634 char *outname; local [all...] |
| /src/external/gpl3/binutils.old/dist/zlib/examples/ |
| gun.c | 540 inname is NULL or an empty string, read from stdin. If outname is NULL or 543 outname. 548 local int gunzip(z_stream *strm, char *inname, char *outname, int test) 567 else if (outname == NULL || *outname == 0) { 568 outname = "-"; 572 outfile = open(outname, O_CREAT | O_TRUNC | O_WRONLY, 0666); 575 fprintf(stderr, "gun cannot create %s\n", outname); 591 copymeta(inname, outname); /* copy attributes */ 599 if (outfile > 2) unlink(outname); 634 char *outname; local [all...] |
| /src/external/gpl3/gdb/dist/zlib/examples/ |
| gun.c | 540 inname is NULL or an empty string, read from stdin. If outname is NULL or 543 outname. 548 local int gunzip(z_stream *strm, char *inname, char *outname, int test) 567 else if (outname == NULL || *outname == 0) { 568 outname = "-"; 572 outfile = open(outname, O_CREAT | O_TRUNC | O_WRONLY, 0666); 575 fprintf(stderr, "gun cannot create %s\n", outname); 591 copymeta(inname, outname); /* copy attributes */ 599 if (outfile > 2) unlink(outname); 634 char *outname; local [all...] |
| /src/external/gpl3/gdb.old/dist/zlib/examples/ |
| gun.c | 540 inname is NULL or an empty string, read from stdin. If outname is NULL or 543 outname. 548 local int gunzip(z_stream *strm, char *inname, char *outname, int test) 567 else if (outname == NULL || *outname == 0) { 568 outname = "-"; 572 outfile = open(outname, O_CREAT | O_TRUNC | O_WRONLY, 0666); 575 fprintf(stderr, "gun cannot create %s\n", outname); 591 copymeta(inname, outname); /* copy attributes */ 599 if (outfile > 2) unlink(outname); 634 char *outname; local [all...] |
| /src/sys/arch/powerpc/stand/mkbootimage/ |
| mkbootimage.c | 287 prep_build_image(char *kernel, char *boot, char *rawdev, char *outname) 323 if ((prep_fd = open(outname, O_RDWR|O_TRUNC, 0)) < 0) { 325 prep_fd = creat(outname, 0644); 327 errx(2, "Can't open output '%s': %s", outname, 399 outname, flength); 454 rs6000_build_image(char *kernel, char *boot, char *rawdev, char *outname) 491 if ((rs6000_fd = open(outname, O_RDWR|O_TRUNC, 0)) < 0) { 493 rs6000_fd = creat(outname, 0644); 495 errx(2, "Can't open output '%s': %s", outname, 681 bebox_build_image(char *kernel, char *boot, char *rawdev, char *outname, char *repro_timestamp 851 char *kernel = NULL, *boot = NULL, *rawdev = NULL, *outname = NULL; local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/config/nvptx/ |
| mkoffload.cc | 412 const char *outname = 0; local 541 outname = argv[++ix]; 547 dumppfx = outname; 604 compile_native (ptx_cfile_name, outname, collect_gcc, fPIC, fpic);
|
| /src/external/bsd/pcc/dist/pcc/f77/f77/ |
| f77.c | 534 char *inname, *outname; local 543 outname = NULL; 556 outname = t+2; 559 outname = t+1; 585 if(outname) 586 freopen(outname, (append ? "a" : "w"), stdout);
|
| /src/external/gpl3/gcc/dist/gcc/config/nvptx/ |
| mkoffload.cc | 638 const char *outname = 0; local 781 outname = argv[++ix]; 787 dumppfx = outname; 861 compile_native (ptx_cfile_name, outname, collect_gcc, fPIC, fpic);
|
| /src/usr.bin/patch/ |
| patch.c | 66 char *outname = NULL; variable 228 if (outname == NULL) 229 outname = savestr(filearg[0]); 375 char *realout = outname; 382 if (move_file(TMPOUTNAME, outname) < 0) { 387 chmod(outname, filemode); 408 if (strlcpy(rejname, outname, 410 fatal("filename %s is too long\n", outname); 413 fatal("filename %s is too long\n", outname); 448 free(outname); [all...] |
| /src/crypto/external/bsd/netpgp/dist/src/lib/ |
| netpgp.c | 1333 char outname[MAXPATHLEN]; local 1347 (void) snprintf(outname, sizeof(outname), "%s%s", f, suffix); 1348 out = outname;
|