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

1 2 3

  /external/dropbear/
dropbearconvert.c 33 static int do_convert(int intype, const char* infile, int outtype,
62 const char* infile; local
99 infile = argv[3];
102 return do_convert(intype, infile, outtype, outfile);
110 static int do_convert(int intype, const char* infile, int outtype,
117 key = import_read(infile, NULL, intype);
120 infile);
  /bootable/recovery/tools/ota/
convert-to-bmp.py 10 infile = sys.argv[1] variable
16 im = Image.open(infile)
  /external/bluetooth/glib/tests/
unicode-caseconv.c 12 FILE *infile; local
28 infile = fopen (filename, "r");
29 if (!infile)
35 while (fgets (buffer, sizeof(buffer), infile))
93 fclose (infile);
98 infile = fopen (filename, "r");
99 if (!infile)
106 while (fgets (buffer, sizeof(buffer), infile))
128 fclose (infile);
  /external/icu4c/test/iotest/
trnstst.c 120 FILE *infile; local
186 infile = fopen(STANDARD_TEST_FILE, "rb");
187 if(infile == NULL)
193 len=fread(ubuf, sizeof(UChar), u_strlen(compare), infile);
215 fclose(infile);
  /external/jpeg/
example.c 296 FILE * infile; /* source file */ local
306 if ((infile = fopen(filename, "rb")) == NULL) {
322 fclose(infile);
330 jpeg_stdio_src(&cinfo, infile);
399 fclose(infile);
jdatasrc.c 28 FILE * infile; /* source stream */ member in struct:__anon6942
95 nbytes = JFREAD(src->infile, src->buffer, INPUT_BUF_SIZE);
182 jpeg_stdio_src (j_decompress_ptr cinfo, FILE * infile)
209 src->infile = infile;
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/openssl/apps/
nseq.c 72 char **args, *infile = NULL, *outfile = NULL; local
87 infile = *args;
108 if (infile) {
109 if (!(in = BIO_new_file (infile, "r"))) {
111 "Can't open input file %s\n", infile);
139 BIO_printf (bio_err, "Error reading certs file %s\n", infile);
149 BIO_printf (bio_err, "Error reading sequence file %s\n", infile);
pkeyparam.c 71 char **args, *infile = NULL, *outfile = NULL; local
97 infile = *args;
146 if (infile)
148 if (!(in = BIO_new_file (infile, "r")))
151 "Can't open input file %s\n", infile);
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 96 char *infile=NULL,*outfile=NULL,*context=NULL; local
127 infile= *(++argv);
164 x=load_sess_id(infile,informat);
279 static SSL_SESSION *load_sess_id(char *infile, int format)
291 if (infile == NULL)
295 if (BIO_read_filename(in,infile) <= 0)
297 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);
350 if (infile == NULL)
354 if (BIO_read_filename(in,infile) <= 0)
356 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);
  /external/openssl/crypto/rc4/
rc4.c 77 char *infile=NULL,*outfile=NULL,*keystr=NULL; local
91 infile= *(++argv);
121 if (infile == NULL)
125 in=fopen(infile,"r");
  /frameworks/compile/slang/
slang-data.c 8 fprintf(stderr, "Usage: %s PREFIX OUTFILE INFILE\n", argv[0]);
17 FILE *infile = fopen(infile_name, "rb"); local
19 if (!infile) {
28 fclose(infile);
50 size_t nread = fread(buf, sizeof(char), sizeof(buf), infile);
99 fclose(infile);
  /external/dropbear/libtomcrypt/demos/
encrypt.c 18 printf("Usage: %s [-d](ecrypt) cipher infile outfile\nCiphers:\n", name);
103 char *infile, *outfile, *cipher; local
117 infile = argv[3];
122 infile = argv[2];
127 fdin = fopen(infile,"rb");
  /external/libvpx/examples/
decoder_tmpl.c 46 FILE *infile, *outfile; local
58 if(!(infile = fopen(argv[1], "rb")))
64 if(!(fread(file_hdr, 1, IVF_FILE_HDR_SZ, infile) == IVF_FILE_HDR_SZ
73 while(fread(frame_hdr, 1, IVF_FRAME_HDR_SZ, infile) == IVF_FRAME_HDR_SZ) {
82 if(fread(frame, 1, frame_sz, infile) != frame_sz)
99 fclose(infile); variable
encoder_tmpl.c 110 FILE *infile, *outfile; local
148 if(!(infile = fopen(argv[3], "rb")))
177 fclose(infile);

Completed in 2820 milliseconds

1 2 3