HomeSort by relevance Sort by last modified time
    Searched defs:infile (Results 26 - 50 of 112) sorted by null

12 3 4 5

  /external/openssl/apps/
crl2p7.c 91 char *infile,*outfile,*prog,*certfile; local
106 infile=NULL;
129 infile= *(++argv);
159 BIO_printf(bio_err,"%s [options] <infile >outfile\n",prog);
184 if (infile == NULL)
188 if (BIO_read_filename(in,infile) <= 0)
190 perror(infile);
dh.c 95 char *infile,*outfile,*prog; local
112 infile=NULL;
135 infile= *(++argv);
170 BIO_printf(bio_err,"%s [options] <infile >outfile\n",prog);
200 if (infile == NULL)
204 if (BIO_read_filename(in,infile) <= 0)
206 perror(infile);
pkcs7.c 89 char *infile,*outfile,*prog; local
105 infile=NULL;
128 infile= *(++argv);
163 BIO_printf(bio_err,"%s [options] <infile >outfile\n",prog);
193 if (infile == NULL)
197 if (BIO_read_filename(in,infile) <= 0)
200 perror(infile);
pkey.c 72 char **args, *infile = NULL, *outfile = NULL; local
140 infile = *args;
231 pkey = load_pubkey(bio_err, infile, informat, 1,
234 pkey = load_key(bio_err, infile, informat, 1,
sess_id.c 97 char *infile=NULL,*outfile=NULL,*context=NULL; local
128 infile= *(++argv);
165 x=load_sess_id(infile,informat);
281 static SSL_SESSION *load_sess_id(char *infile, int format)
293 if (infile == NULL)
297 if (BIO_read_filename(in,infile) <= 0)
299 perror(infile);
spkac.c 88 char *infile = NULL,*outfile = NULL,*prog; local
115 infile= *(++argv);
233 if (infile) in = BIO_new_file(infile, "r");
asn1pars.c 94 char *infile=NULL,*str=NULL,*prog,*oidfile=NULL, *derfile=NULL; local
131 infile= *(++argv);
197 BIO_printf(bio_err,"%s [options] <infile\n",prog);
245 if (infile == NULL)
249 if (BIO_read_filename(in,infile) <= 0)
251 perror(infile);
dhparam.c 159 char *infile,*outfile,*prog; local
175 infile=NULL;
198 infile= *(++argv);
349 if (infile == NULL)
353 if (BIO_read_filename(in,infile) <= 0)
355 perror(infile);
dsa.c 107 char *infile,*outfile,*prog; local
129 infile=NULL;
152 infile= *(++argv);
205 BIO_printf(bio_err,"%s [options] <infile >outfile\n",prog);
257 if (infile == NULL)
261 if (BIO_read_filename(in,infile) <= 0)
263 perror(infile);
274 pkey = load_pubkey(bio_err, infile, informat, 1,
277 pkey = load_key(bio_err, infile, informat, 1,
dsaparam.c 118 char *infile,*outfile,*prog,*inrand=NULL; local
137 infile=NULL;
160 infile= *(++argv);
217 BIO_printf(bio_err,"%s [options] [bits] <infile >outfile\n",prog);
248 if (infile == NULL)
252 if (BIO_read_filename(in,infile) <= 0)
254 perror(infile);
ec.c 96 char *infile, *outfile, *prog, *engine; local
114 infile = NULL;
137 infile= *(++argv);
210 BIO_printf(bio_err, "%s [options] <infile >outfile\n", prog);
271 if (infile == NULL)
275 if (BIO_read_filename(in, infile) <= 0)
277 perror(infile);
pkcs8.c 73 char **args, *infile = NULL, *outfile = NULL; local
190 infile = *args;
245 if (infile)
247 if (!(in = BIO_new_file(infile, "rb")))
250 "Can't open input file %s\n", infile);
278 pkey = load_key(bio_err, infile, informat, 1,
rsa.c 110 char *infile,*outfile,*prog; local
129 infile=NULL;
152 infile= *(++argv);
213 BIO_printf(bio_err,"%s [options] <infile >outfile\n",prog);
286 pkey = load_pubkey(bio_err, infile, tmpformat, 1,
290 pkey = load_key(bio_err, infile,
  /external/chromium_org/third_party/openssl/openssl/apps/
asn1pars.c 94 char *infile=NULL,*str=NULL,*prog,*oidfile=NULL, *derfile=NULL; local
131 infile= *(++argv);
197 BIO_printf(bio_err,"%s [options] <infile\n",prog);
245 if (infile == NULL)
249 if (BIO_read_filename(in,infile) <= 0)
251 perror(infile);
dhparam.c 159 char *infile,*outfile,*prog; local
175 infile=NULL;
198 infile= *(++argv);
349 if (infile == NULL)
353 if (BIO_read_filename(in,infile) <= 0)
355 perror(infile);
dsa.c 107 char *infile,*outfile,*prog; local
129 infile=NULL;
152 infile= *(++argv);
205 BIO_printf(bio_err,"%s [options] <infile >outfile\n",prog);
257 if (infile == NULL)
261 if (BIO_read_filename(in,infile) <= 0)
263 perror(infile);
274 pkey = load_pubkey(bio_err, infile, informat, 1,
277 pkey = load_key(bio_err, infile, informat, 1,
dsaparam.c 118 char *infile,*outfile,*prog,*inrand=NULL; local
137 infile=NULL;
160 infile= *(++argv);
217 BIO_printf(bio_err,"%s [options] [bits] <infile >outfile\n",prog);
248 if (infile == NULL)
252 if (BIO_read_filename(in,infile) <= 0)
254 perror(infile);
ec.c 96 char *infile, *outfile, *prog, *engine; local
114 infile = NULL;
137 infile= *(++argv);
210 BIO_printf(bio_err, "%s [options] <infile >outfile\n", prog);
271 if (infile == NULL)
275 if (BIO_read_filename(in, infile) <= 0)
277 perror(infile);
pkcs8.c 73 char **args, *infile = NULL, *outfile = NULL; local
190 infile = *args;
245 if (infile)
247 if (!(in = BIO_new_file(infile, "rb")))
250 "Can't open input file %s\n", infile);
278 pkey = load_key(bio_err, infile, informat, 1,
rsa.c 110 char *infile,*outfile,*prog; local
129 infile=NULL;
152 infile= *(++argv);
213 BIO_printf(bio_err,"%s [options] <infile >outfile\n",prog);
286 pkey = load_pubkey(bio_err, infile, tmpformat, 1,
290 pkey = load_key(bio_err, infile,
  /external/jpeg/
rdppm.c 84 pbm_getc (FILE * infile)
90 ch = getc(infile);
93 ch = getc(infile);
101 read_pbm_integer (j_compress_ptr cinfo, FILE * infile)
112 ch = pbm_getc(infile);
121 while ((ch = pbm_getc(infile)) >= '0' && ch <= '9') {
145 FILE * infile = source->pub.input_file; local
152 *ptr++ = rescale[read_pbm_integer(cinfo, infile)];
163 FILE * infile = source->pub.input_file; local
170 *ptr++ = rescale[read_pbm_integer(cinfo, infile)];
    [all...]
  /external/libvpx/libvpx/examples/
encoder_tmpl.c 110 FILE *infile, *outfile; local
146 if(!(infile = fopen(argv[3], "rb")))
175 fclose(infile);
  /external/qemu/distrib/jpeg-6b/
rdppm.c 84 pbm_getc (FILE * infile)
90 ch = getc(infile);
93 ch = getc(infile);
101 read_pbm_integer (j_compress_ptr cinfo, FILE * infile)
112 ch = pbm_getc(infile);
121 while ((ch = pbm_getc(infile)) >= '0' && ch <= '9') {
145 FILE * infile = source->pub.input_file; local
152 *ptr++ = rescale[read_pbm_integer(cinfo, infile)];
163 FILE * infile = source->pub.input_file; local
170 *ptr++ = rescale[read_pbm_integer(cinfo, infile)];
    [all...]
  /frameworks/av/media/libstagefright/codecs/aacenc/SampleCode/
AAC_E_SAMPLES.c 124 int ReadFile2Buf(FILE* infile,unsigned char* dest,int readSize)
127 readBytes = fread(dest, 1, readSize, infile);
135 FILE *infile, *outfile; local
167 infile = fopen(infileName, "rb");
168 if (!infile) {
221 bytesLeft = ReadFile2Buf(infile,inData.Buffer,READ_SIZE);
261 nRead = ReadFile2Buf(infile, inBuf,READ_SIZE);
264 if (feof(infile))
274 fclose(infile);
  /development/tools/yuv420sp2rgb/
yuv420sp2rgb.c 191 static void convert(const char *infile,
229 INFO("Opening input file %s\n", infile);
230 ifd = open(infile, O_RDONLY);
232 infile, strerror(errno), errno);
239 INFO("Memory-mapping input file %s\n", infile);
272 char *infile, *outfile, *type; local
311 infile = argv[first];
313 INFO("input file: [%s]\n", infile);
332 convert(infile, outfile,

Completed in 1862 milliseconds

12 3 4 5