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

12 3 4 5

  /external/openssl/apps/
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,
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);
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,
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 98 char *infile,*outfile,*prog; local
115 infile=NULL;
138 infile= *(++argv);
173 BIO_printf(bio_err,"%s [options] <infile >outfile\n",prog);
203 if (infile == NULL)
207 if (BIO_read_filename(in,infile) <= 0)
209 perror(infile);
ec.c 99 char *infile, *outfile, *prog, *engine; local
117 infile = NULL;
140 infile= *(++argv);
213 BIO_printf(bio_err, "%s [options] <infile >outfile\n", prog);
274 if (infile == NULL)
278 if (BIO_read_filename(in, infile) <= 0)
280 perror(infile);
pkcs7.c 92 char *infile,*outfile,*prog; local
108 infile=NULL;
131 infile= *(++argv);
166 BIO_printf(bio_err,"%s [options] <infile >outfile\n",prog);
196 if (infile == NULL)
200 if (BIO_read_filename(in,infile) <= 0)
203 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,
  /external/zlib/examples/
gun.c 81 int infile; member in struct:ind
102 ret = (int)read(me->infile, next, ret);
370 /* Decompress a gzip file from infile to outfile. strm is assumed to have been
382 local int gunpipe(z_stream *strm, int infile, int outfile)
391 ind.infile = infile;
550 int infile, outfile; local
555 infile = 0; /* stdin */
558 infile = open(inname, O_RDONLY, 0);
559 if (infile == -1)
    [all...]
  /external/chromium/net/
net_resources.scons 282 for infile in input_files:
283 if (type(infile) == type('')
284 and not os.path.isabs(infile)
285 and not infile[0] == '$'):
286 infile = '$SRC_DIR/net/' + infile variable
287 if str(infile).endswith('.grd'):
288 _generated = env.grit(infile)
291 _processed_input_files.append(infile)
293 _processed_input_files.append(infile)
    [all...]
crash_cache.scons 395 for infile in input_files:
396 if env.compilable(infile):
397 if (type(infile) == type('')
398 and (infile.startswith('$SRC_DIR/net/')
399 or not os.path.isabs(env.subst(infile)))):
402 base, ext = os.path.splitext(os.path.normpath(infile))
406 if not infile.startswith('$SRC_DIR/net/'):
407 infile = '$SRC_DIR/net/' + infile variable
408 infile = env.StaticObject(object, infile)[0 variable
410 infile = env.StaticObject(infile)[0] variable
    [all...]
fetch_client.scons 399 for infile in input_files:
400 if env.compilable(infile):
401 if (type(infile) == type('')
402 and (infile.startswith('$SRC_DIR/net/')
403 or not os.path.isabs(env.subst(infile)))):
406 base, ext = os.path.splitext(os.path.normpath(infile))
410 if not infile.startswith('$SRC_DIR/net/'):
411 infile = '$SRC_DIR/net/' + infile variable
412 infile = env.StaticObject(object, infile)[0 variable
414 infile = env.StaticObject(infile)[0] variable
    [all...]
fetch_server.scons 407 for infile in input_files:
408 if env.compilable(infile):
409 if (type(infile) == type('')
410 and (infile.startswith('$SRC_DIR/net/')
411 or not os.path.isabs(env.subst(infile)))):
414 base, ext = os.path.splitext(os.path.normpath(infile))
418 if not infile.startswith('$SRC_DIR/net/'):
419 infile = '$SRC_DIR/net/' + infile variable
420 infile = env.StaticObject(object, infile)[0 variable
422 infile = env.StaticObject(infile)[0] variable
    [all...]
net_perftests.scons 409 for infile in input_files:
410 if env.compilable(infile):
411 if (type(infile) == type('')
412 and (infile.startswith('$SRC_DIR/net/')
413 or not os.path.isabs(env.subst(infile)))):
416 base, ext = os.path.splitext(os.path.normpath(infile))
420 if not infile.startswith('$SRC_DIR/net/'):
421 infile = '$SRC_DIR/net/' + infile variable
422 infile = env.StaticObject(object, infile)[0 variable
424 infile = env.StaticObject(infile)[0] variable
    [all...]
stress_cache.scons 395 for infile in input_files:
396 if env.compilable(infile):
397 if (type(infile) == type('')
398 and (infile.startswith('$SRC_DIR/net/')
399 or not os.path.isabs(env.subst(infile)))):
402 base, ext = os.path.splitext(os.path.normpath(infile))
406 if not infile.startswith('$SRC_DIR/net/'):
407 infile = '$SRC_DIR/net/' + infile variable
408 infile = env.StaticObject(object, infile)[0 variable
410 infile = env.StaticObject(infile)[0] variable
    [all...]
tld_cleanup.scons 349 for infile in input_files:
350 if env.compilable(infile):
351 if (type(infile) == type('')
352 and (infile.startswith('$SRC_DIR/net/')
353 or not os.path.isabs(env.subst(infile)))):
356 base, ext = os.path.splitext(os.path.normpath(infile))
360 if not infile.startswith('$SRC_DIR/net/'):
361 infile = '$SRC_DIR/net/' + infile variable
362 infile = env.StaticObject(object, infile)[0 variable
364 infile = env.StaticObject(infile)[0] variable
    [all...]
  /external/libvpx/
ivfdec.c 162 static int read_frame(FILE *infile,
176 infile) != 1)
178 if (!feof(infile))
219 if (fread(*buf, 1, *buf_sz, infile) != *buf_sz)
294 unsigned int file_is_ivf(FILE *infile,
304 if (fread(raw_hdr, 1, 32, infile) == 32)
324 rewind(infile);
336 FILE *infile; local
457 infile = strcmp(fn, "-") ? fopen(fn, "rb") : stdin;
459 if (!infile)
    [all...]
  /external/chromium/base/
base_i18n.scons 297 for infile in input_files:
298 if env.compilable(infile):
299 if (type(infile) == type('')
300 and (infile.startswith('$SRC_DIR/base/')
301 or not os.path.isabs(env.subst(infile)))):
304 base, ext = os.path.splitext(os.path.normpath(infile))
308 if not infile.startswith('$SRC_DIR/base/'):
309 infile = '$SRC_DIR/base/' + infile variable
310 infile = env.StaticObject(object, infile)[0 variable
312 infile = env.StaticObject(infile)[0] variable
    [all...]
base_unittests.scons 439 for infile in input_files:
440 if env.compilable(infile):
441 if (type(infile) == type('')
442 and (infile.startswith('$SRC_DIR/base/')
443 or not os.path.isabs(env.subst(infile)))):
446 base, ext = os.path.splitext(os.path.normpath(infile))
450 if not infile.startswith('$SRC_DIR/base/'):
451 infile = '$SRC_DIR/base/' + infile variable
452 infile = env.StaticObject(object, infile)[0 variable
454 infile = env.StaticObject(infile)[0] variable
    [all...]
  /external/chromium/sdch/
sdch.scons 289 for infile in input_files:
290 if env.compilable(infile):
291 if (type(infile) == type('')
292 and (infile.startswith('$SRC_DIR/sdch/')
293 or not os.path.isabs(env.subst(infile)))):
296 base, ext = os.path.splitext(os.path.normpath(infile))
300 if not infile.startswith('$SRC_DIR/sdch/'):
301 infile = '$SRC_DIR/sdch/' + infile variable
302 infile = env.StaticObject(object, infile)[0 variable
304 infile = env.StaticObject(infile)[0] variable
    [all...]
  /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,
  /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/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/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/
symshift.pl 93 -phones <infile>,
94 -POS <infile>,
95 -accents <infile>,
96 -pb_strengths <infile> read symbol tables from <file> and shift them into
  /libcore/luni/src/test/java/org/apache/harmony/archive/tests/java/util/zip/
InflaterInputStreamTest.java 66 InputStream infile = Support_Resources
69 InflaterInputStream inflatIP = new InflaterInputStream(infile);
86 InputStream infile = Support_Resources.getStream("hyts_constru_OD.txt"); // android-changed local
88 InflaterInputStream inflatIP = new InflaterInputStream(infile,
102 InputStream infile = Support_Resources.getStream("hyts_constru_ODI.txt"); // android-changed local
104 InflaterInputStream inflatIP = new InflaterInputStream(infile,
144 InputStream infile = Support_Resources local
147 InflaterInputStream inflatIP = new InflaterInputStream(infile,
329 InputStream infile = Support_Resources local
332 InflaterInputStream inflatIP = new InflaterInputStream(infile,
    [all...]

Completed in 1639 milliseconds

12 3 4 5