HomeSort by relevance Sort by last modified time
    Searched refs:outfile (Results 51 - 75 of 87) sorted by null

1 23 4

  /external/openssl/apps/
dsaparam.c 121 char *infile,*outfile,*prog,*inrand=NULL; local
141 outfile=NULL;
168 outfile= *(++argv);
220 BIO_printf(bio_err,"%s [options] [bits] <infile >outfile\n",prog);
261 if (outfile == NULL)
273 if (BIO_write_filename(out,outfile) <= 0)
275 perror(outfile);
421 BIO_printf(bio_err,"bad output format specified for outfile\n");
443 BIO_printf(bio_err,"bad output format specified for outfile\n");
CA.pl 175 my ($infile, $outfile, $bound) = @_;
177 open OUT, ">$outfile";
CA.pl.in 175 my ($infile, $outfile, $bound) = @_;
177 open OUT, ">$outfile";
rsautl.c 89 char *infile = NULL, *outfile = NULL; local
130 outfile= *(++argv);
242 if(outfile) {
243 if(!(out = BIO_new_file(outfile, "wb"))) {
dgst.c 98 const char *outfile = NULL, *keyfile = NULL; local
146 outfile=*(++argv);
327 if(outfile) {
329 out = BIO_new_file(outfile, "wb");
330 else out = BIO_new_file(outfile, "w");
343 outfile ? outfile : "(stdout)");
crl.c 109 char *infile=NULL,*outfile=NULL; local
175 outfile= *(++argv);
354 if (outfile == NULL)
366 if (BIO_write_filename(out,outfile) <= 0)
368 perror(outfile);
387 BIO_printf(bio_err,"bad output format specified for outfile\n");
ecparam.c 129 char *infile = NULL, *outfile = NULL, *prog; local
176 outfile= *(++argv);
253 BIO_printf(bio_err, "%s [options] <infile >outfile\n",prog);
323 if (outfile == NULL)
335 if (BIO_write_filename(out,outfile) <= 0)
337 perror(outfile);
623 " outfile\n");
668 "for outfile\n");
smime.c 91 char *infile = NULL, *outfile = NULL; local
365 outfile = *args;
618 if (outfile)
620 if (!(out = BIO_new_file(outfile, outmode)))
623 "Can't open output file %s\n", outfile);
pkcs12.c 103 char *infile=NULL, *outfile=NULL, *keyname = NULL; local
262 outfile = *args;
315 BIO_printf (bio_err, "-out outfile output filename\n");
415 if (!outfile) {
423 } else out = BIO_new_file(outfile, "wb");
426 outfile ? outfile : "<stdout>");
427 perror (outfile);
req.c 181 char *infile,*outfile,*prog,*keyfile=NULL,*template=NULL,*keyout=NULL; local
214 outfile=NULL;
271 outfile= *(++argv);
498 BIO_printf(bio_err,"%s [options] <infile >outfile\n",prog);
1060 if (outfile == NULL)
1072 if ((keyout != NULL) && (strcmp(outfile,keyout) == 0))
1073 i=(int)BIO_append_filename(out,outfile);
1075 i=(int)BIO_write_filename(out,outfile);
1078 perror(outfile);
1145 BIO_printf(bio_err,"bad output format specified for outfile\n")
    [all...]
cms.c 106 char *infile = NULL, *outfile = NULL, *rctfile = NULL; local
492 outfile = *++args;
852 if (outfile)
854 if (!(out = BIO_new_file(outfile, outmode)))
857 "Can't open output file %s\n", outfile);
    [all...]
x509.c 176 char *infile=NULL,*outfile=NULL,*keyfile=NULL,*CAfile=NULL; local
298 outfile= *(++argv);
656 if (outfile == NULL)
668 if (BIO_write_filename(out,outfile) <= 0)
670 perror(outfile);
1055 BIO_printf(bio_err,"bad output format specified for outfile\n");
    [all...]
  /external/srec/tools/grxmlcompile/
grxmldoc.cpp 1027 ofstream outfile; local
1080 outfile.open ( fileName.c_str() );
1089 outfile << label << " " << index << std::endl;
1093 outfile.close();
1099 ofstream outfile; local
1102 outfile.open ( fileName.c_str() );
1104 outfile << index << " " << label << std::endl;
1107 outfile << index << " " << label << std::endl;
1109 outfile.close();
1117 ofstream outfile; local
    [all...]
hashmap.cpp 158 ofstream outfile; local
159 outfile.open ( fileName.c_str() );
162 outfile << pos->first << " " << pos->second << std::endl;
164 outfile.close();
  /external/libpng/contrib/gregbook/
writepng.h 96 FILE *outfile; member in struct:_mainprog_info
wpng.c 178 wpng_info.outfile = NULL;
316 if ((wpng_info.outfile = fdopen(fileno(stdout), "wb")) == NULL) {
376 if ((wpng_info.outfile = fopen(outname, "rb")) != NULL) {
379 fclose(wpng_info.outfile);
381 } else if (!(wpng_info.outfile = fopen(outname, "wb"))) {
392 fclose(wpng_info.outfile);
393 wpng_info.outfile = NULL;
809 if (wpng_info.outfile) {
810 fclose(wpng_info.outfile);
811 wpng_info.outfile = NULL
    [all...]
  /external/jpeg/
wrjpgcom.c 80 static FILE * outfile; /* output JPEG file */ variable
83 #define PUTBYTE(x) putc((x), outfile)
512 if ((outfile = fopen(argv[argn+1], WRITE_BINARY)) == NULL) {
527 if ((outfile = fdopen(fileno(stdout), WRITE_BINARY)) == NULL) {
532 outfile = stdout;
  /frameworks/base/tools/localize/
localize.cpp 504 do_pseudo(const string& infile, const string& outfile, bool expand)
515 err = write_to_file(outfile, xliff->ToString());
589 "usage: localize pseudo OPTIONS INFILE [OUTFILE]\n"
594 "OUTFILE is specified, the results are written there; otherwise, the results are\n"
682 string outfile; local
690 outfile = argv[index];
697 return do_xlb_export(outfile, resFiles);
701 string outfile; local
721 outfile = argv[index];
725 outfile = argv[index+1]
    [all...]
xmb.cpp 122 do_xlb_export(const string& outfile, const vector<string>& resFiles)
170 FILE* f = fopen(outfile.c_str(), "wb");
172 fprintf(stderr, "can't open outputfile: %s\n", outfile.c_str());
  /external/bison/src/
scan-skel.l 24 %option prefix="skel_" outfile="lex.yy.c"
  /external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/
symshift.pl 103 -alphabet <outfile> writes the combined set of symbols to <outfile>.
  /external/e2fsprogs/debugfs/
util.c 80 FILE *outfile = 0; local
91 ((outfile = popen(pager, "w")) == 0))
93 return outfile;
  /external/icu4c/extra/uconv/
uconv.cpp 591 FILE * outfile, int verbose);
614 FILE * outfile, int verbose)
1124 FILE *outfile; local
    [all...]
  /external/qemu/tcg/
tcg.c 785 void tcg_dump_ops(TCGContext *s, FILE *outfile)
808 fprintf(outfile, "\n");
809 fprintf(outfile, " ---- 0x%" PRIx64, pc);
823 fprintf(outfile, " %s ", def->name);
826 fprintf(outfile, "%s",
829 fprintf(outfile, ",$0x%" TCG_PRIlx,
832 fprintf(outfile, ",$%d", nb_oargs);
834 fprintf(outfile, ",");
835 fprintf(outfile, "%s",
839 fprintf(outfile, ",");
    [all...]
  /external/qemu/
savevm.c 292 FILE *outfile; member in struct:QEMUFileStdio
299 fseek(s->outfile, pos, SEEK_SET);
300 fwrite(buf, 1, size, s->outfile);
307 fseek(s->outfile, pos, SEEK_SET);
308 return fread(buf, 1, size, s->outfile);
314 fclose(s->outfile);
325 s->outfile = fopen(filename, mode);
326 if (!s->outfile)
335 if (s->outfile)
336 fclose(s->outfile);
    [all...]

Completed in 1067 milliseconds

1 23 4