HomeSort by relevance Sort by last modified time
    Searched refs:outfile (Results 101 - 125 of 329) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/chromium_org/third_party/openssl/openssl/apps/
pkey.c 72 char **args, *infile = NULL, *outfile = NULL; local
149 outfile = *args;
210 if (outfile)
212 if (!(out = BIO_new_file (outfile, "wb")))
215 "Can't open output file %s\n", outfile);
rand.c 82 char *outfile = NULL; local
107 if ((argv[i+1] != NULL) && (outfile == NULL))
108 outfile = argv[++i];
189 if (outfile != NULL)
190 r = BIO_write_filename(out, outfile);
dsa.c 107 char *infile,*outfile,*prog; local
130 outfile=NULL;
157 outfile= *(++argv);
205 BIO_printf(bio_err,"%s [options] <infile >outfile\n",prog);
293 if (outfile == NULL)
305 if (BIO_write_filename(out,outfile) <= 0)
307 perror(outfile);
315 perror(outfile);
351 BIO_printf(bio_err,"bad output format specified for outfile\n");
ec.c 96 char *infile, *outfile, *prog, *engine; local
115 outfile = NULL;
142 outfile= *(++argv);
210 BIO_printf(bio_err, "%s [options] <infile >outfile\n", prog);
311 if (outfile == NULL)
323 if (BIO_write_filename(out, outfile) <= 0)
325 perror(outfile);
341 perror(outfile);
375 "outfile\n");
CA.sh 34 outfile=$2
42 echo $line >>$outfile
45 echo $line >>$outfile
51 echo $line >$outfile
crl2p7.c 91 char *infile,*outfile,*prog,*certfile; local
107 outfile=NULL;
138 outfile= *(++argv);
159 BIO_printf(bio_err,"%s [options] <infile >outfile\n",prog);
241 if (outfile == NULL)
253 if (BIO_write_filename(out,outfile) <= 0)
255 perror(outfile);
265 BIO_printf(bio_err,"bad output format specified for outfile\n");
dh.c 95 char *infile,*outfile,*prog; local
113 outfile=NULL;
140 outfile= *(++argv);
170 BIO_printf(bio_err,"%s [options] <infile >outfile\n",prog);
210 if (outfile == NULL)
222 if (BIO_write_filename(out,outfile) <= 0)
224 perror(outfile);
331 BIO_printf(bio_err,"bad output format specified for outfile\n");
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
genmodule.c 60 char *outfile; local
63 fprintf(stderr, "Usage: %s <module.in> <Makefile[.am]> <outfile>\n", argv[0]);
67 outfile = argv[3];
171 out = fopen(outfile, "wt");
174 fprintf(stderr, "Could not open `%s'.\n", outfile);
185 remove(outfile);
  /external/openssl/apps/
gendh.c 95 char *outfile=NULL; local
120 outfile= *(++argv);
173 if (outfile == NULL)
185 if (BIO_write_filename(out,outfile) <= 0)
187 perror(outfile);
pkey.c 72 char **args, *infile = NULL, *outfile = NULL; local
149 outfile = *args;
210 if (outfile)
212 if (!(out = BIO_new_file (outfile, "wb")))
215 "Can't open output file %s\n", outfile);
rand.c 82 char *outfile = NULL; local
107 if ((argv[i+1] != NULL) && (outfile == NULL))
108 outfile = argv[++i];
189 if (outfile != NULL)
190 r = BIO_write_filename(out, outfile);
dsa.c 107 char *infile,*outfile,*prog; local
130 outfile=NULL;
157 outfile= *(++argv);
205 BIO_printf(bio_err,"%s [options] <infile >outfile\n",prog);
293 if (outfile == NULL)
305 if (BIO_write_filename(out,outfile) <= 0)
307 perror(outfile);
315 perror(outfile);
351 BIO_printf(bio_err,"bad output format specified for outfile\n");
ec.c 96 char *infile, *outfile, *prog, *engine; local
115 outfile = NULL;
142 outfile= *(++argv);
210 BIO_printf(bio_err, "%s [options] <infile >outfile\n", prog);
311 if (outfile == NULL)
323 if (BIO_write_filename(out, outfile) <= 0)
325 perror(outfile);
341 perror(outfile);
375 "outfile\n");
CA.sh 34 outfile=$2
42 echo $line >>$outfile
45 echo $line >>$outfile
51 echo $line >$outfile
  /external/zlib/src/contrib/untgz/
untgz.c 393 FILE *outfile = NULL; local
482 outfile = fopen(fname,"wb");
483 if (outfile == NULL) {
490 outfile = fopen(fname,"wb");
493 if (outfile != NULL)
499 outfile = NULL;
531 if (outfile != NULL)
533 if (fwrite(&buffer,sizeof(char),bytes,outfile) != bytes)
537 fclose(outfile);
538 outfile = NULL
    [all...]
  /external/chromium_org/native_client_sdk/src/build_tools/
dsc2gyp.py 233 def ProcessDSC(filename, outfile=None):
242 if not outfile:
243 outfile = desc['NAME'] + '.gyp'
244 outfile = os.path.join(os.path.dirname(filename), outfile)
357 print('Writing: ' + outfile)
358 open(outfile, 'w').write(output.getvalue())
  /external/chromium_org/third_party/icu/source/tools/gendraft/
genheaders.pl 104 ($infile,$outfile,$destDir, $symbolAppend, $symbolDef, $exclude) = @_;
106 my $outFileName = $outfile;
107 $headerDef = getHeaderDef($outfile);
109 $outfile = $destDir."/".$outfile;
113 $outFH = IO::File->new($outfile,"w")
114 or die "could not open the file $outfile for writing: $! \n";
116 #print "$headerDef>>> $outfile\n";
  /external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/
picoloadphones.lua 30 local outfile = io.open(arg[2], "wb")
31 if not outfile then
160 if specid[i] == 0 then outfile:write("\0")
161 else outfile:write(string.format("%c", specid[i]))
166 if nr == 0 then outfile:write("\0")
167 else outfile:write(string.format("%c", nr))
175 outfile:close()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pipes.py 45 sts = t.copy(infile, outfile)
46 If infile or outfile are the empty string, standard input is read or
182 def copy(self, infile, outfile):
183 return os.system(self.makepipeline(infile, outfile))
185 def makepipeline(self, infile, outfile):
186 cmd = makepipeline(infile, self.steps, outfile)
193 def makepipeline(infile, steps, outfile):
214 if kind[1] == 'f' and not outfile:
216 list[-1][-1] = outfile
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pipes.py 45 sts = t.copy(infile, outfile)
46 If infile or outfile are the empty string, standard input is read or
182 def copy(self, infile, outfile):
183 return os.system(self.makepipeline(infile, outfile))
185 def makepipeline(self, infile, outfile):
186 cmd = makepipeline(infile, self.steps, outfile)
193 def makepipeline(infile, steps, outfile):
214 if kind[1] == 'f' and not outfile:
216 list[-1][-1] = outfile
  /external/chromium_org/tools/grit/grit/tool/
build.py 213 def ProcessNode(node, output_node, outfile):
220 outfile: open filehandle
226 outfile.writelines(formatted)
279 outfile = self.fo_create(output.GetOutputFilename() + '.tmp', 'wb')
282 outfile = util.WrapOutputStream(outfile, encoding)
286 with outfile:
287 self.ProcessNode(self.res, output, outfile)
360 outfile = self.fo_create(depfile, 'wb')
361 outfile.writelines(depfile_contents
    [all...]
  /external/chromium_org/ppapi/
generate_ppapi_include_tests.py 89 outfile = open(filename, 'w')
91 outfile.write(line)
92 outfile.write('\n')
  /hardware/qcom/media/mm-video-v4l2/vidc/venc/inc/
omx_video_common.h 91 FILE *outfile; member in struct:venc_debug_cap
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
trace-event-scripting.c 67 const char *outfile
131 const char *outfile __maybe_unused)
  /external/chromium_org/third_party/libvpx/source/libvpx/test/
resize_test.cc 38 int frame_cnt, FILE *const outfile) {
55 (void)fwrite(header, 1, 32, outfile);
58 static void write_ivf_frame_size(FILE *const outfile, const size_t size) {
61 (void)fwrite(header, 1, 4, outfile);
65 FILE *const outfile) {
77 (void)fwrite(header, 1, 12, outfile);

Completed in 740 milliseconds

1 2 3 45 6 7 8 91011>>