HomeSort by relevance Sort by last modified time
    Searched refs:outname (Results 1 - 25 of 47) sorted by null

1 2

  /toolchain/binutils/binutils-2.25/libiberty/
pex-one.c 25 const char *pname, const char *outname, const char *errname,
32 errmsg = pex_run (obj, flags, executable, argv, outname, errname, err);
pex-common.c 159 char *outname; local
168 outname = (char *) orig_outname;
221 if (outname == NULL)
225 outname = concat (obj->tempbase, outname, NULL);
232 outname = temp_file (obj, flags, outname);
233 if (! outname)
240 if (outname != orig_outname)
245 pex_add_remove (obj, outname, outname_allocated)
    [all...]
  /external/valgrind/coregrind/
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/zlib/src/examples/
gun.c 540 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)
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/webrtc/webrtc/modules/audio_coding/codecs/g711/test/
testG711.cc 36 char inname[80], outname[40], bitname[40]; local
93 sscanf(argv[4], "%s", outname);
106 if ((outp = fopen(outname, "wb")) == NULL) {
107 printf(" G.711: Cannot write file %s.\n", outname);
110 printf("\nInput: %s\nOutput: %s\n", inname, outname);
  /external/webrtc/webrtc/modules/audio_coding/codecs/g722/test/
testG722.cc 43 char inname[60], outbit[40], outname[40]; local
90 sscanf(argv[4], "%s", outname);
100 if ((outp = fopen(outname,"wb")) == NULL) {
101 printf(" G.722: Cannot write file %s.\n", outname);
104 printf("\nInput:%s\nOutput bitstream:%s\nOutput:%s\n", inname, outbit, outname);
  /external/selinux/policycoreutils/semodule_expand/
semodule_expand.c 40 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/
semodule_link.c 80 char *basename, *outname = NULL; local
96 outname = optarg;
150 if (outname) {
151 outfile = fopen(outname, "w");
153 perror(outname);
  /external/bison/src/
scan-skel.l 62 char *outname = NULL;
79 "@ofile@" QPUTS (outname);
95 if (outname)
97 free (outname);
127 &outname, &out_lineno);
  /external/v8/tools/
android-run.py 50 (fd_out, outname) = tempfile.mkstemp()
61 output = file(outname).read()
63 os.unlink(outname)
nacl-run.py 46 (fd_out, outname) = tempfile.mkstemp()
57 output = file(outname).read()
59 os.unlink(outname)
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/test/
simpleKenny.c 56 char outname[500]; local
161 sscanf(argv[2], "%s", outname);
211 if ((outp = fopen(outname, "wb")) == NULL) {
212 printf(" iSAC: Cannot write file %s.\n", outname);
217 _splitpath(outname, outDrive, outPath, outPrefix, outSuffix);
226 printf("Output................... %s\n", outname);
518 strcpy(newOutName, outname);
533 rename(outname, newOutName);
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/test/
test_iSACfixfloat.c 83 char inname[50], outname[50], bottleneck_file[50], bitfilename[60], local
243 sscanf(argv[argc - 1], "%s", outname);
249 if ((outp = fopen(outname, "wb")) == NULL) {
250 printf(" iSAC: Cannot write file %s.\n", outname);
253 printf("\nInput:%s\nOutput:%s\n", inname, outname);
256 while (outname[i] != '\0') {
257 bitfilename[i] = outname[i];
kenny.cc 98 char inname[100], outname[100], outbitsname[100], bottleneck_file[100]; local
414 sscanf(argv[argc-1], "%s", outname);
417 while ((int)outname[h] != 0) {
418 outbitsname[h] = outname[h];
429 if ((outp = fopen(outname,"wb")) == NULL) {
430 printf(" iSAC: Cannot write file %s\n", outname);
438 printf("\nInput:%s\nOutput:%s\n\n", inname, outname);
  /external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
CodeMangler.java 90 String outname = null; local
102 outname = args[++i];
203 if (outname == null) {
204 outname = inname;
205 } else if (!(outname.startsWith("\\") || outname.startsWith("/"))) {
206 outname = username + File.separator + outname;
208 outdir = new File(outname);
    [all...]
  /external/libpng/contrib/gregbook/
wpng.c 163 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, "wb")))
    [all...]
  /external/netperf/
depcomp 201 outname="$stripped.o"
205 sed -e "s,^$outname:,$object :," < "$tmpdepfile" > "$depfile"
206 sed -e "s,^$outname: \(.*\)$,\1:," < "$tmpdepfile" >> "$depfile"
  /external/vboot_reference/futility/
cmd_dump_fmap.c 40 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/chromium-trace/catapult/third_party/gsutil/third_party/rsa/rsa/
cli.py 184 def write_outfile(self, outdata, outname):
187 if outname:
188 print('Writing output to %s' % outname, file=sys.stderr)
189 with open(outname, 'wb') as outfile:
327 def get_outfile(self, outname):
330 if outname:
331 print('Will write output to %s' % outname, file=sys.stderr)
332 fobj = open(outname, 'wb')
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
libiberty.h 407 OUTNAME, or, if OUTNAME is NULL, to standard output of caller. Do
416 /* OUTNAME is a suffix. */
458 OUTNAME Sets the output file name as follows:
460 PEX_SUFFIX set (OUTNAME may not be NULL):
463 and OUTNAME.
466 OUTNAME.
468 OUTNAME not NULL:
469 Output file name is OUTNAME.
470 OUTNAME NULL, TEMPBASE not NULL
    [all...]
  /toolchain/binutils/binutils-2.25/include/
libiberty.h 410 OUTNAME, or, if OUTNAME is NULL, to standard output of caller. Do
419 /* OUTNAME is a suffix. */
466 OUTNAME Sets the output file name as follows:
468 PEX_SUFFIX set (OUTNAME may not be NULL):
471 and OUTNAME.
474 OUTNAME.
476 OUTNAME not NULL:
477 Output file name is OUTNAME.
478 OUTNAME NULL, TEMPBASE not NULL
    [all...]
  /external/libpng/
pngtest.c 861 test_one_file(PNG_CONST char *inname, PNG_CONST char *outname)
896 if ((fpout = fopen(outname, "wb")) == NULL)
898 fprintf(STDERR, "Could not open output file %s\n", outname);
945 fprintf(STDERR, "%s -> %s: libpng read error\n", inname, outname);
963 fprintf(STDERR, "%s -> %s: libpng write error\n", inname, outname);
1761 static PNG_CONST char *outname = "pngout\/png"; variable
1764 static PNG_CONST char *outname = "pngout.png"; variable
    [all...]
  /external/c-ares/
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/
depcomp 226 outname="$stripped.o"
230 sed -e "s,^$outname:,$object :," < "$tmpdepfile" > "$depfile"
231 sed -e "s,^$outname: \(.*\)$,\1:," < "$tmpdepfile" >> "$depfile"
  /external/libogg/
depcomp 226 outname="$stripped.o"
230 sed -e "s,^$outname:,$object :," < "$tmpdepfile" > "$depfile"
231 sed -e "s,^$outname: \(.*\)$,\1:," < "$tmpdepfile" >> "$depfile"

Completed in 895 milliseconds

1 2