/external/zlib/src/examples/ |
D | gun.c | 548 local int gunzip(z_stream *strm, char *inname, char *outname, int test) in gunzip() argument 567 else if (outname == NULL || *outname == 0) { in gunzip() 568 outname = "-"; in gunzip() 572 outfile = open(outname, O_CREAT | O_TRUNC | O_WRONLY, 0666); in gunzip() 575 fprintf(stderr, "gun cannot create %s\n", outname); in gunzip() 591 copymeta(inname, outname); /* copy attributes */ in gunzip() 599 if (outfile > 2) unlink(outname); in gunzip() 603 if (outfile > 2) unlink(outname); in gunzip() 607 if (outfile > 2) unlink(outname); in gunzip() 610 outname, strerror(errno)); in gunzip() [all …]
|
/external/valgrind/coregrind/ |
D | link_tool_exe_darwin.in | 113 my $outname = ""; 117 if ($str eq "-o" && $outname eq "") { 118 $outname = $ARGV[$n + 1]; 123 if ($outname eq ""); 154 $cmd = "$cmd -o $outname"; 186 $cmd = "$cmd $stack_addr_str $stack_size_str $outname";
|
/external/selinux/policycoreutils/semodule_expand/ |
D | semodule_expand.c | 40 char *basename, *outname; in main() local 107 outname = argv[optind]; in main() 169 outfile = fopen(outname, "w"); in main() 171 perror(outname); in main() 180 argv[0], outname); in main()
|
/external/selinux/policycoreutils/semodule_link/ |
D | semodule_link.c | 80 char *basename, *outname = NULL; in main() local 96 outname = optarg; in main() 150 if (outname) { in main() 151 outfile = fopen(outname, "w"); in main() 153 perror(outname); in main()
|
/external/bison/src/ |
D | scan-skel.l | 62 char *outname = NULL; variable 79 "@ofile@" QPUTS (outname); 95 if (outname) 97 free (outname); 127 &outname, &out_lineno);
|
D | scan-skel.c | 900 char *outname = NULL; variable 1054 QPUTS (outname); 1087 if (outname) 1089 free (outname); 1146 &outname, &out_lineno);
|
/external/v8/tools/ |
D | android-run.py | 50 (fd_out, outname) = tempfile.mkstemp() 61 output = file(outname).read() 63 os.unlink(outname)
|
D | nacl-run.py | 45 (fd_out, outname) = tempfile.mkstemp() 56 output = file(outname).read() 58 os.unlink(outname)
|
/external/libpng/contrib/gregbook/ |
D | wpng.c | 163 char *inname = NULL, outname[256]; in main() local 368 strcpy(outname, inname); in main() 369 strcpy(outname+len, ".png"); in main() 372 strncpy(outname, inname, len); in main() 373 strcpy(outname+len, ".png"); in main() 376 if ((wpng_info.outfile = fopen(outname, "rb")) != NULL) { in main() 378 outname); in main() 381 } else if (!(wpng_info.outfile = fopen(outname, "wb"))) { in main() 383 outname); in main()
|
/external/vboot_reference/futility/ |
D | cmd_dump_fmap.c | 40 char *outname = 0; in dump_fmap() local 82 outname = NULL; in dump_fmap() 86 outname = extract_names[j]; in dump_fmap() 114 if (!outname) { in dump_fmap() 118 outname = buf; in dump_fmap() 120 FILE *fp = fopen(outname, "wb"); in dump_fmap() 123 progname, outname, strerror(errno)); in dump_fmap() 141 printf("saved as \"%s\"\n", outname); in dump_fmap()
|
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/test/ |
D | test_iSACfixfloat.c | 93 char inname[50], outname[50], bottleneck_file[50], bitfilename[60], bitending[10]="_bits.pcm"; in main() local 271 sscanf(argv[argc-1], "%s", outname); in main() 277 if ((outp = fopen(outname,"wb")) == NULL) { in main() 278 printf(" iSAC: Cannot write file %s.\n", outname); in main() 281 printf("\nInput:%s\nOutput:%s\n", inname, outname); in main() 284 while (outname[i]!='\0') { in main() 285 bitfilename[i]=outname[i]; in main()
|
D | kenny.c | 96 char inname[100], outname[100], outbitsname[100], bottleneck_file[100]; in main() local 419 sscanf(argv[argc-1], "%s", outname); in main() 422 while ((int)outname[h] != 0) { in main() 423 outbitsname[h] = outname[h]; in main() 434 if ((outp = fopen(outname,"wb")) == NULL) { in main() 435 printf(" iSAC: Cannot write file %s\n", outname); in main() 443 printf("\nInput:%s\nOutput:%s\n\n", inname, outname); in main()
|
/external/v8/tools/testrunner/local/ |
D | commands.py | 133 (fd_out, outname) = tempfile.mkstemp() 147 out = file(outname).read() 149 CheckedUnlink(outname)
|
/external/libpng/ |
D | pngtest.c | 829 test_one_file(PNG_CONST char *inname, PNG_CONST char *outname) in test_one_file() argument 861 if ((fpout = fopen(outname, "wb")) == NULL) in test_one_file() 863 fprintf(STDERR, "Could not open output file %s\n", outname); in test_one_file() 910 fprintf(STDERR, "%s -> %s: libpng read error\n", inname, outname); in test_one_file() 928 fprintf(STDERR, "%s -> %s: libpng write error\n", inname, outname); in test_one_file() 1594 if ((fpout = fopen(outname, "rb")) == NULL) in test_one_file() 1596 fprintf(STDERR, "Could not find file %s\n", outname); in test_one_file() 1616 inname, outname); in test_one_file() 1647 outname); in test_one_file() 1689 static PNG_CONST char *outname = "pngout/png"; variable [all …]
|
/external/libogg/ |
D | depcomp | 226 outname="$stripped.o" 230 sed -e "s,^$outname:,$object :," < "$tmpdepfile" > "$depfile" 231 sed -e "s,^$outname: \(.*\)$,\1:," < "$tmpdepfile" >> "$depfile"
|
/external/libvorbis/ |
D | depcomp | 226 outname="$stripped.o" 230 sed -e "s,^$outname:,$object :," < "$tmpdepfile" > "$depfile" 231 sed -e "s,^$outname: \(.*\)$,\1:," < "$tmpdepfile" >> "$depfile"
|
/external/cmockery/cmockery_0_1_2/ |
D | depcomp | 226 outname="$stripped.o" 230 sed -e "s,^$outname:,$object :," < "$tmpdepfile" > "$depfile" 231 sed -e "s,^$outname: \(.*\)$,\1:," < "$tmpdepfile" >> "$depfile"
|
/external/libusb/ |
D | depcomp | 240 outname="$stripped.o" 244 sed -e "s,^$outname:,$object :," < "$tmpdepfile" > "$depfile" 245 sed -e "s,^$outname: \(.*\)$,\1:," < "$tmpdepfile" >> "$depfile"
|
/external/e2fsprogs/debugfs/ |
D | dump.c | 103 int preserve, char *outname) in dump_file() argument 144 fix_perms("dump_file", &inode, fd, outname); in dump_file()
|