/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/main/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/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/chromium_org/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/ |
D | pngtest.c | 96 int test_one_file PNGARG((PNG_CONST char *inname, PNG_CONST char *outname)); 687 test_one_file(PNG_CONST char *inname, PNG_CONST char *outname) in test_one_file() argument 733 MultiByteToWideChar(CP_ACP, 0, outname, -1, path, MAX_PATH); in test_one_file() 737 if ((fpout = fopen(outname, "wb")) == NULL) in test_one_file() 740 fprintf(STDERR, "Could not open output file %s\n", outname); in test_one_file() 802 fprintf(STDERR, "%s -> %s: libpng read error\n", inname, outname); in test_one_file() 826 fprintf(STDERR, "%s -> %s: libpng write error\n", inname, outname); in test_one_file() 1374 MultiByteToWideChar(CP_ACP, 0, outname, -1, path, MAX_PATH); in test_one_file() 1378 if ((fpout = fopen(outname, "rb")) == NULL) in test_one_file() 1381 fprintf(STDERR, "Could not find file %s\n", outname); in test_one_file() [all …]
|
/external/chromium_org/v8/tools/testrunner/local/ |
D | commands.py | 135 (fd_out, outname) = tempfile.mkstemp() 149 out = file(outname).read() 151 CheckedUnlink(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/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/llvm/autoconf/ |
D | depcomp | 226 outname="$stripped.o" 230 sed -e "s,^$outname:,$object :," < "$tmpdepfile" > "$depfile" 231 sed -e "s,^$outname: \(.*\)$,\1:," < "$tmpdepfile" >> "$depfile"
|
/external/grub/ |
D | depcomp | 226 outname="$stripped.o" 230 sed -e "s,^$outname:,$object :," < "$tmpdepfile" > "$depfile" 231 sed -e "s,^$outname: \(.*\)$,\1:," < "$tmpdepfile" >> "$depfile"
|
/external/genext2fs/ |
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/libogg/ |
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/libffi/ |
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 | 101 int preserve, char *outname) in dump_file() argument 135 fix_perms("dump_file", &inode, fd, outname); in dump_file()
|
/external/chromium_org/third_party/sqlite/src/tool/ |
D | lemon.c | 303 char *outname; /* Name of the current output file */ member 2756 if( lemp->outname ) free(lemp->outname); in file_open() 2757 lemp->outname = file_makename(lemp, suffix); in file_open() 2758 fp = fopen(lemp->outname,mode); in file_open() 2760 fprintf(stderr,"Can't open file \"%s\".\n",lemp->outname); in file_open() 2773 const char *fname = Strsafe(lemp->outname); in file_open() 3179 (*lineno)++; tplt_linedir(out,*lineno,lemp->outname); in tplt_print() 3222 (*lineno)++; tplt_linedir(out,*lineno,lemp->outname); in emit_destructor_code() 3406 if (!lemp->nolinenosflag) { (*lineno)++; tplt_linedir(out,*lineno,lemp->outname); } in emit_code()
|
/external/v8/tools/ |
D | test.py | 535 (fd_out, outname) = tempfile.mkstemp() 546 output = file(outname).read() 548 CheckedUnlink(outname)
|