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

1 2 3 4

  /external/elfutils/libcpu/
i386_gendis.c 45 FILE *outfile; variable
50 outfile = stdout;
  /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:__anon7573
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);
  /external/openssl/apps/
gendsa.c 83 char *outfile=NULL; local
109 outfile= *(++argv);
233 if (outfile == NULL)
245 if (BIO_write_filename(out,outfile) <= 0)
247 perror(outfile);
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);
pkeyparam.c 71 char **args, *infile = NULL, *outfile = NULL; local
106 outfile = *args;
158 if (outfile)
160 if (!(out = BIO_new_file (outfile, "w")))
163 "Can't open output file %s\n", outfile);
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);
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);
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");
genrsa.c 100 char *outfile=NULL; local
135 outfile= *(++argv);
238 if (outfile == NULL)
250 if (BIO_write_filename(out,outfile) <= 0)
252 perror(outfile);
296 cb_data.prompt_info = outfile;
pkcs7.c 89 char *infile,*outfile,*prog; local
106 outfile=NULL;
133 outfile= *(++argv);
163 BIO_printf(bio_err,"%s [options] <infile >outfile\n",prog);
221 if (outfile == NULL)
233 if (BIO_write_filename(out,outfile) <= 0)
235 perror(outfile);
302 BIO_printf(bio_err,"bad output format specified for outfile\n");
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);
sess_id.c 97 char *infile=NULL,*outfile=NULL,*context=NULL; local
133 outfile= *(++argv);
210 if (outfile == NULL)
222 if (BIO_write_filename(out,outfile) <= 0)
224 perror(outfile);
250 BIO_printf(bio_err,"bad output format specified for outfile\n");
265 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/qemu/distrib/jpeg-6b/
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:__anon10625
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;
  /frameworks/compile/slang/
slang-data.c 8 fprintf(stderr, "Usage: %s PREFIX OUTFILE INFILE\n", argv[0]);
24 FILE *outfile = fopen(outfile_name, "w"); local
26 if (!outfile) {
34 fprintf(outfile, "#ifndef %s_data_pack_h\n", prefix);
35 fprintf(outfile, "#define %s_data_pack_h\n\n", prefix);
39 fprintf(outfile, "#include <stddef.h>\n\n");
43 fprintf(outfile, "static const char %s_data[] =\n", prefix);
57 fprintf(outfile,
71 fprintf(outfile, "\"");
74 fprintf(outfile, "\\x%02x", buf[i])
    [all...]
  /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();
  /external/checkpolicy/
checkmodule.c 162 char *file = txtfile, *outfile = NULL; local
183 outfile = optarg;
292 if (outfile &&
293 write_binary_policy(&modpolicydb, outfile, argv[0]) == -1) {
  /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/libvpx/examples/
decoder_tmpl.c 46 FILE *infile, *outfile; local
60 if(!(outfile = fopen(argv[2], "wb")))
98 fclose(outfile);

Completed in 1224 milliseconds

1 2 3 4