/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/chromium_org/third_party/webrtc/modules/audio_coding/codecs/g722/test/ |
D | testG722.cc | 48 char inname[60], outbit[40], outname[40]; in main() local 90 sscanf(argv[4], "%s", outname); in main() 100 if ((outp = fopen(outname,"wb")) == NULL) { in main() 101 printf(" G.722: Cannot write file %s.\n", outname); in main() 104 printf("\nInput:%s\nOutput bitstream:%s\nOutput:%s\n", inname, outbit, outname); in main()
|
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/g711/test/ |
D | testG711.cc | 42 char inname[80], outname[40], bitname[40]; in main() local 95 sscanf(argv[4], "%s", outname); in main() 108 if ((outp = fopen(outname, "wb")) == NULL) { in main() 109 printf(" G.711: Cannot write file %s.\n", outname); in main() 112 printf("\nInput: %s\nOutput: %s\n", inname, 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);
|
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/test/ |
D | simpleKenny.c | 56 char outname[500]; in main() local 165 sscanf(argv[2], "%s", outname); in main() 228 if ((outp = fopen(outname,"wb")) == NULL) { in main() 229 printf(" iSAC: Cannot write file %s.\n", outname); in main() 234 _splitpath(outname, outDrive, outPath, outPrefix, outSuffix); in main() 243 printf("Output................... %s\n", outname); in main() 584 strcpy(newOutName, outname); in main() 602 rename(outname, newOutName); in main()
|
/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/chromium_org/v8/tools/testrunner/local/ |
D | commands.py | 133 (fd_out, outname) = tempfile.mkstemp() 147 out = file(outname).read() 149 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/chromium_org/third_party/webrtc/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.cc | 97 char inname[100], outname[100], outbitsname[100], bottleneck_file[100]; in main() local 410 sscanf(argv[argc-1], "%s", outname); in main() 413 while ((int)outname[h] != 0) { in main() 414 outbitsname[h] = outname[h]; in main() 425 if ((outp = fopen(outname,"wb")) == NULL) { in main() 426 printf(" iSAC: Cannot write file %s\n", outname); in main() 434 printf("\nInput:%s\nOutput:%s\n\n", inname, 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/chromium_org/third_party/webrtc/modules/video_coding/main/test/ |
D | mt_rx_tx_test.cc | 105 std::string outname; in MTRxTxTest() local 107 outname = test::OutputPath() + "MTRxTxTest_decoded.yuv"; in MTRxTxTest() 109 outname = args.outputFile; in MTRxTxTest() 143 if ((decodedFile = fopen(outname.c_str(), "wb")) == NULL) in MTRxTxTest() 145 printf("Cannot read file %s.\n", outname.c_str()); in MTRxTxTest()
|
D | normal_test.h | 68 VCMNTDecodeCompleCallback(std::string outname): // or should it get a name? in VCMNTDecodeCompleCallback() argument 70 _outname(outname), in VCMNTDecodeCompleCallback()
|
/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/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/libvorbis/ |
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/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/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/test/ReleaseTest-API/ |
D | ReleaseTest-API.cc | 46 char inname[100], outname[100], bottleneck_file[100], vadfile[100]; in main() local 437 sscanf(argv[argc-1], "%s", outname); in main() 439 printf("Output file: %s\n\n", outname); in main() 447 if((outp = fopen(outname,"wb")) == NULL) in main() 449 printf(" Error iSAC Cannot write file %s.\n", outname); in main()
|
/external/openssl/ |
D | import_openssl.sh | 245 local outname=$1 248 outname="static-$1" 258 mv -f crypto/opensslconf.h crypto/opensslconf-$outname.h 259 cp -f crypto/opensslconf-$outname.h include/openssl/opensslconf-$outname.h
|
/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()
|