Searched refs:outname (Results 1 - 19 of 19) sorted by relevance

/external/valgrind/coregrind/
H A 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/zlib/src/examples/
H A Dgun.c540 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) argument
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...]
/external/v8/tools/
H A Dandroid-run.py50 (fd_out, outname) = tempfile.mkstemp()
61 output = file(outname).read()
63 os.unlink(outname)
H A Dnacl-run.py45 (fd_out, outname) = tempfile.mkstemp()
56 output = file(outname).read()
58 os.unlink(outname)
/external/selinux/policycoreutils/semodule_expand/
H A Dsemodule_expand.c40 char *basename, *outname; local
107 outname = argv[optind];
169 outfile = fopen(outname, "w");
171 perror(outname);
180 argv[0], outname);
/external/selinux/policycoreutils/semodule_link/
H A Dsemodule_link.c80 char *basename, *outname = NULL; local
96 outname = optarg;
150 if (outname) {
151 outfile = fopen(outname, "w");
153 perror(outname);
/external/bison/src/
H A Dscan-skel.l62 char *outname = NULL;
79 "@ofile@" QPUTS (outname);
95 if (outname)
97 free (outname);
127 &outname, &out_lineno);
H A Dscan-skel.c900 char *outname = NULL; variable
1054 QPUTS (outname);
1087 if (outname)
1089 free (outname);
1146 &outname, &out_lineno);
/external/v8/tools/testrunner/local/
H A Dcommands.py133 (fd_out, outname) = tempfile.mkstemp()
147 out = file(outname).read()
149 CheckedUnlink(outname)
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/test/
H A Dtest_iSACfixfloat.c93 char inname[50], outname[50], bottleneck_file[50], bitfilename[60], bitending[10]="_bits.pcm"; local
271 sscanf(argv[argc-1], "%s", outname);
277 if ((outp = fopen(outname,"wb")) == NULL) {
278 printf(" iSAC: Cannot write file %s.\n", outname);
281 printf("\nInput:%s\nOutput:%s\n", inname, outname);
284 while (outname[i]!='\0') {
285 bitfilename[i]=outname[i];
H A Dkenny.c96 char inname[100], outname[100], outbitsname[100], bottleneck_file[100]; local
419 sscanf(argv[argc-1], "%s", outname);
422 while ((int)outname[h] != 0) {
423 outbitsname[h] = outname[h];
434 if ((outp = fopen(outname,"wb")) == NULL) {
435 printf(" iSAC: Cannot write file %s\n", outname);
443 printf("\nInput:%s\nOutput:%s\n\n", inname, outname);
/external/libpng/contrib/gregbook/
H A Dwpng.c163 char *inname = NULL, outname[256]; local
364 /* make outname from inname */
368 strcpy(outname, inname);
369 strcpy(outname+len, ".png");
372 strncpy(outname, inname, len);
373 strcpy(outname+len, ".png");
375 /* check if outname already exists; if not, open */
376 if ((wpng_info.outfile = fopen(outname, "rb")) != NULL) {
378 outname);
381 } else if (!(wpng_info.outfile = fopen(outname, "w
[all...]
/external/vboot_reference/futility/
H A Dcmd_dump_fmap.c40 char *outname = 0; local
82 outname = NULL;
86 outname = extract_names[j];
114 if (!outname) {
118 outname = buf;
120 FILE *fp = fopen(outname, "wb");
123 progname, outname, strerror(errno));
141 printf("saved as \"%s\"\n", outname);
/external/libpng/
H A Dpngtest.c829 test_one_file(PNG_CONST char *inname, PNG_CONST char *outname) argument
861 if ((fpout = fopen(outname, "wb")) == NULL)
863 fprintf(STDERR, "Could not open output file %s\n", outname);
910 fprintf(STDERR, "%s -> %s: libpng read error\n", inname, outname);
928 fprintf(STDERR, "%s -> %s: libpng write error\n", inname, outname);
1594 if ((fpout = fopen(outname, "rb")) == NULL)
1596 fprintf(STDERR, "Could not find file %s\n", outname);
1616 inname, outname);
1647 outname);
1689 static PNG_CONST char *outname variable
1692 static PNG_CONST char *outname = "pngout.png"; variable
[all...]
/external/cmockery/cmockery_0_1_2/
H A Ddepcomp226 outname="$stripped.o"
230 sed -e "s,^$outname:,$object :," < "$tmpdepfile" > "$depfile"
231 sed -e "s,^$outname: \(.*\)$,\1:," < "$tmpdepfile" >> "$depfile"
/external/libogg/
H A Ddepcomp226 outname="$stripped.o"
230 sed -e "s,^$outname:,$object :," < "$tmpdepfile" > "$depfile"
231 sed -e "s,^$outname: \(.*\)$,\1:," < "$tmpdepfile" >> "$depfile"
/external/libusb/
H A Ddepcomp240 outname="$stripped.o"
244 sed -e "s,^$outname:,$object :," < "$tmpdepfile" > "$depfile"
245 sed -e "s,^$outname: \(.*\)$,\1:," < "$tmpdepfile" >> "$depfile"
/external/libvorbis/
H A Ddepcomp226 outname="$stripped.o"
230 sed -e "s,^$outname:,$object :," < "$tmpdepfile" > "$depfile"
231 sed -e "s,^$outname: \(.*\)$,\1:," < "$tmpdepfile" >> "$depfile"
/external/e2fsprogs/debugfs/
H A Ddump.c103 int preserve, char *outname)
144 fix_perms("dump_file", &inode, fd, outname);
102 dump_file(const char *cmdname, ext2_ino_t ino, int fd, int preserve, char *outname) argument

Completed in 624 milliseconds