HomeSort by relevance Sort by last modified time
    Searched defs:outfile (Results 1 - 25 of 55) sorted by null

1 2 3

  /external/dropbear/
dropbearconvert.c 34 const char* outfile);
63 const char* outfile; local
100 outfile = argv[4];
102 return do_convert(intype, infile, outtype, outfile);
111 const char* outfile) {
137 if (import_write(outfile, key, NULL, outtype) != 1) {
138 fprintf(stderr, "Error writing key to '%s'\n", outfile);
140 fprintf(stderr, "Wrote key to '%s'\n", outfile);
  /bootable/recovery/tools/ota/
convert-to-bmp.py 11 outfile = sys.argv[2] variable
13 if not outfile.endswith(".bmp"):
18 im.save(outfile)
67 f = open(outfile, "wb")
  /external/jpeg/
example.c 91 FILE * outfile; /* target file */ local
114 if ((outfile = fopen(filename, "wb")) == NULL) {
118 jpeg_stdio_dest(&cinfo, outfile);
169 fclose(outfile);
jdatadst.c 28 FILE * outfile; /* target stream */ member in struct:__anon2717
85 if (JFWRITE(dest->outfile, dest->buffer, OUTPUT_BUF_SIZE) !=
113 if (JFWRITE(dest->outfile, dest->buffer, datacount) != datacount)
116 fflush(dest->outfile);
118 if (ferror(dest->outfile))
130 jpeg_stdio_dest (j_compress_ptr cinfo, FILE * outfile)
150 dest->outfile = outfile;
wrtarga.c 171 FILE *outfile; local
189 outfile = dest->pub.output_file;
191 putc(GETJSAMPLE(cinfo->colormap[2][i]), outfile);
192 putc(GETJSAMPLE(cinfo->colormap[1][i]), outfile);
193 putc(GETJSAMPLE(cinfo->colormap[0][i]), outfile);
ckconfig.c 294 FILE *outfile; local
297 if ((outfile = fopen("jconfig.h", "w")) == NULL) {
303 fprintf(outfile, "/* jconfig.h --- generated by ckconfig.c */\n");
304 fprintf(outfile, "/* see jconfig.doc for explanations */\n\n");
306 fprintf(outfile, "#define HAVE_PROTOTYPES\n");
308 fprintf(outfile, "#undef HAVE_PROTOTYPES\n");
311 fprintf(outfile, "#define HAVE_UNSIGNED_CHAR\n");
313 fprintf(outfile, "#undef HAVE_UNSIGNED_CHAR\n");
316 fprintf(outfile, "#define HAVE_UNSIGNED_SHORT\n");
318 fprintf(outfile, "#undef HAVE_UNSIGNED_SHORT\n")
    [all...]
wrbmp.c 297 FILE * outfile = dest->pub.output_file; local
304 putc(GETJSAMPLE(colormap[2][i]), outfile); local
305 putc(GETJSAMPLE(colormap[1][i]), outfile); local
306 putc(GETJSAMPLE(colormap[0][i]), outfile); local
308 putc(0, outfile);
313 putc(GETJSAMPLE(colormap[0][i]), outfile); local
314 putc(GETJSAMPLE(colormap[0][i]), outfile); local
315 putc(GETJSAMPLE(colormap[0][i]), outfile); local
317 putc(0, outfile);
323 putc(i, outfile);
347 register FILE * outfile = dest->pub.output_file; local
    [all...]
  /external/openssl/apps/
nseq.c 72 char **args, *infile = NULL, *outfile = NULL; local
92 outfile = *args;
116 if (outfile) {
117 if (!(out = BIO_new_file (outfile, "w"))) {
119 "Can't open output file %s\n", outfile);
gendh.c 98 char *outfile=NULL; local
123 outfile= *(++argv);
176 if (outfile == NULL)
188 if (BIO_write_filename(out,outfile) <= 0)
190 perror(outfile);
gendsa.c 86 char *outfile=NULL; local
112 outfile= *(++argv);
236 if (outfile == NULL)
248 if (BIO_write_filename(out,outfile) <= 0)
250 perror(outfile);
rand.c 85 char *outfile = NULL; local
110 if ((argv[i+1] != NULL) && (outfile == NULL))
111 outfile = argv[++i];
192 if (outfile != NULL)
193 r = BIO_write_filename(out, outfile);
crl2p7.c 92 char *infile,*outfile,*prog,*certfile; local
108 outfile=NULL;
139 outfile= *(++argv);
160 BIO_printf(bio_err,"%s [options] <infile >outfile\n",prog);
242 if (outfile == NULL)
254 if (BIO_write_filename(out,outfile) <= 0)
256 perror(outfile);
266 BIO_printf(bio_err,"bad output format specified for outfile\n");
dh.c 98 char *infile,*outfile,*prog; local
116 outfile=NULL;
143 outfile= *(++argv);
173 BIO_printf(bio_err,"%s [options] <infile >outfile\n",prog);
213 if (outfile == NULL)
225 if (BIO_write_filename(out,outfile) <= 0)
227 perror(outfile);
334 BIO_printf(bio_err,"bad output format specified for outfile\n");
dsa.c 107 char *infile,*outfile,*prog; local
128 outfile=NULL;
155 outfile= *(++argv);
197 BIO_printf(bio_err,"%s [options] <infile >outfile\n",prog);
269 if (outfile == NULL)
281 if (BIO_write_filename(out,outfile) <= 0)
283 perror(outfile);
291 perror(outfile);
314 BIO_printf(bio_err,"bad output format specified for outfile\n");
genrsa.c 101 char *outfile=NULL; local
136 outfile= *(++argv);
241 if (outfile == NULL)
253 if (BIO_write_filename(out,outfile) <= 0)
255 perror(outfile);
306 cb_data.prompt_info = outfile;
pkcs7.c 92 char *infile,*outfile,*prog; local
109 outfile=NULL;
136 outfile= *(++argv);
164 BIO_printf(bio_err,"%s [options] <infile >outfile\n",prog);
222 if (outfile == NULL)
234 if (BIO_write_filename(out,outfile) <= 0)
236 perror(outfile);
300 BIO_printf(bio_err,"bad output format specified for outfile\n");
pkcs8.c 73 char **args, *infile = NULL, *outfile = NULL; local
198 outfile = *args;
256 if (outfile)
258 if (!(out = BIO_new_file (outfile, "wb")))
261 "Can't open output file %s\n", outfile);
sess_id.c 96 char *infile=NULL,*outfile=NULL,*context=NULL; local
132 outfile= *(++argv);
208 if (outfile == NULL)
220 if (BIO_write_filename(out,outfile) <= 0)
222 perror(outfile);
248 BIO_printf(bio_err,"bad output format specified for outfile\n");
263 BIO_printf(bio_err,"bad output format specified for outfile\n");
spkac.c 88 char *infile = NULL,*outfile = NULL,*prog; local
120 outfile= *(++argv);
209 if (outfile) out = BIO_new_file(outfile, "w");
267 if (outfile) out = BIO_new_file(outfile, "w");
dhparam.c 162 char *infile,*outfile,*prog; local
179 outfile=NULL;
206 outfile= *(++argv);
420 if (outfile == NULL)
432 if (BIO_write_filename(out,outfile) <= 0)
434 perror(outfile);
521 BIO_printf(bio_err,"bad output format specified for outfile\n");
  /external/openssl/crypto/rc4/
rc4.c 77 char *infile=NULL,*outfile=NULL,*keystr=NULL; local
96 outfile= *(++argv);
133 if (outfile == NULL)
137 out=fopen(outfile,"w");
  /external/srec/tools/grxmlcompile/
hashmap.cpp 158 ofstream outfile; local
159 outfile.open ( fileName.c_str() );
162 outfile << pos->first << " " << pos->second << std::endl;
164 outfile.close();
netw_dump.cpp 49 std::ofstream outfile; local
57 outfile.open ( fileName.c_str() );
63 outfile << arc[loc]->fromId << std::endl;
66 outfile << arc[loc]->fromId << separator << arc[loc]->toId << separator << Eps << std::endl;
84 outfile << arc[loc]->fromId << separator << arc[loc]->toId << separator << inLabel.c_str() << std::endl;
90 outfile.close();
107 std::ofstream outfile; local
110 outfile.open ( fileName.c_str() );
172 outfile << arc[loc]->fromId << std::endl;
174 outfile << arc[loc]->fromId << Separator << arc[loc]->toId << Separator << inLabel.c_str() << Separator < (…)
192 std::ofstream outfile; local
272 std::ofstream outfile; local
    [all...]
  /external/dropbear/libtomcrypt/demos/
encrypt.c 18 printf("Usage: %s [-d](ecrypt) cipher infile outfile\nCiphers:\n", name);
103 char *infile, *outfile, *cipher; local
118 outfile = argv[4];
123 outfile = argv[3];
133 fdout = fopen(outfile,"wb");
  /external/e2fsprogs/debugfs/
util.c 80 FILE *outfile = 0; local
91 ((outfile = popen(pager, "w")) == 0))
93 return outfile;

Completed in 647 milliseconds

1 2 3