Home
last modified time | relevance | path

Searched refs:outname (Results 1 – 25 of 27) sorted by relevance

12

/external/zlib/src/examples/
Dgun.c548 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/
Dlink_tool_exe_darwin.in113 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/
DtestG722.cc48 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/
DtestG711.cc42 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/
Dscan-skel.l62 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/
DsimpleKenny.c56 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/
Dandroid-run.py50 (fd_out, outname) = tempfile.mkstemp()
61 output = file(outname).read()
63 os.unlink(outname)
Dnacl-run.py45 (fd_out, outname) = tempfile.mkstemp()
56 output = file(outname).read()
58 os.unlink(outname)
/external/chromium_org/v8/tools/testrunner/local/
Dcommands.py133 (fd_out, outname) = tempfile.mkstemp()
147 out = file(outname).read()
149 CheckedUnlink(outname)
/external/libpng/contrib/gregbook/
Dwpng.c163 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/
Dtest_iSACfixfloat.c93 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()
Dkenny.cc97 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/
Dtest_iSACfixfloat.c93 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()
Dkenny.c96 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/
Dmt_rx_tx_test.cc105 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()
Dnormal_test.h68 VCMNTDecodeCompleCallback(std::string outname): // or should it get a name? in VCMNTDecodeCompleCallback() argument
70 _outname(outname), in VCMNTDecodeCompleCallback()
/external/libpng/
Dpngtest.c829 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/
Ddepcomp226 outname="$stripped.o"
230 sed -e "s,^$outname:,$object :," < "$tmpdepfile" > "$depfile"
231 sed -e "s,^$outname: \(.*\)$,\1:," < "$tmpdepfile" >> "$depfile"
/external/libvorbis/
Ddepcomp226 outname="$stripped.o"
230 sed -e "s,^$outname:,$object :," < "$tmpdepfile" > "$depfile"
231 sed -e "s,^$outname: \(.*\)$,\1:," < "$tmpdepfile" >> "$depfile"
/external/genext2fs/
Ddepcomp226 outname="$stripped.o"
230 sed -e "s,^$outname:,$object :," < "$tmpdepfile" > "$depfile"
231 sed -e "s,^$outname: \(.*\)$,\1:," < "$tmpdepfile" >> "$depfile"
/external/libogg/
Ddepcomp226 outname="$stripped.o"
230 sed -e "s,^$outname:,$object :," < "$tmpdepfile" > "$depfile"
231 sed -e "s,^$outname: \(.*\)$,\1:," < "$tmpdepfile" >> "$depfile"
/external/libusb/
Ddepcomp240 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/
DReleaseTest-API.cc46 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/
Dimport_openssl.sh245 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/
Ddump.c103 int preserve, char *outname) in dump_file() argument
144 fix_perms("dump_file", &inode, fd, outname); in dump_file()

12