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

12 3 4 5

  /external/openssl/apps/
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 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);
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);
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);
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,
crl.c 109 char *infile=NULL,*outfile=NULL; local
170 infile= *(++argv);
236 x=load_crl(infile,informat);
405 static X509_CRL *load_crl(char *infile, int format)
417 if (infile == NULL)
421 if (BIO_read_filename(in,infile) <= 0)
423 perror(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,
  /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...]
rdjpgcom.c 61 static FILE * infile; /* input JPEG file */ variable
64 #define NEXTBYTE() getc(infile)
471 if ((infile = fopen(argv[argn], READ_BINARY)) == NULL) {
481 if ((infile = fdopen(fileno(stdin), READ_BINARY)) == NULL) {
486 infile = stdin;
  /external/jhead/
jpgfile.c 129 int ReadJpegSections (FILE * infile, ReadMode_t ReadMode)
134 a = fgetc(infile);
136 if (a != 0xff || fgetc(infile) != M_SOI){
148 marker = fgetc(infile);
161 lh = fgetc(infile);
162 ll = fgetc(infile);
186 got = fread(Data+2, 1, itemlen-2, infile); // Read the whole section.
202 cp = ftell(infile);
203 fseek(infile, 0, SEEK_END);
204 ep = ftell(infile);
522 FILE * infile; 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
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
  /external/libvpx/
vpxdec.c 208 FILE *infile; member in struct:input_ctx
225 FILE *infile = input->infile; local
261 ? IVF_FRAME_HDR_SZ : RAW_FRAME_HDR_SZ, 1, infile) != 1)
263 if (!feof(infile))
304 if (fread(*buf, 1, *buf_sz, infile) != *buf_sz)
380 unsigned int file_is_ivf(FILE *infile,
390 if (fread(raw_hdr, 1, 32, infile) == 32)
432 rewind(infile);
438 unsigned int file_is_raw(FILE *infile,
702 FILE *infile; local
    [all...]
  /external/libpng/contrib/gregbook/
wpng.c 177 wpng_info.infile = NULL;
311 if ((wpng_info.infile = fdopen(fileno(stdin), "rb")) == NULL) {
319 fclose(wpng_info.infile);
328 } else if (!(wpng_info.infile = fopen(inname, "rb"))) {
334 fgets(pnmline, 256, wpng_info.infile);
347 fgets(pnmline, 256, wpng_info.infile); /* lose any comments */
351 fgets(pnmline, 256, wpng_info.infile); /* more comment lines */
389 fclose(wpng_info.infile);
390 wpng_info.infile = NULL;
717 bytes = fread(wpng_info.image_data, 1, image_bytes, wpng_info.infile);
    [all...]
rpng-win.c 118 static FILE *infile; variable
184 infile = fopen("/etc/config/system.glGammaVal", "r");
185 if (infile) {
188 fgets(tmpline, 80, infile);
189 fclose(infile);
305 if (!(infile = fopen(filename, "rb"))) {
309 if ((rc = readpng_init(infile, &image_width, &image_height)) != 0) {
331 fclose(infile);
399 fclose(infile);
readpng.c 87 int readpng_init(FILE *infile, ulg *pWidth, ulg *pHeight)
95 fread(sig, 1, 8, infile);
127 png_init_io(png_ptr, infile);
  /external/zlib/
minigzip.c 301 char *infile, *outfile; local
314 infile = file;
319 infile = buf;
320 strcat(infile, GZ_SUFFIX);
322 in = gzopen(infile, "rb");
324 fprintf(stderr, "%s: can't gzopen %s\n", prog, infile);
335 unlink(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/libvpx/examples/
encoder_tmpl.c 110 FILE *infile, *outfile; local
148 if(!(infile = fopen(argv[3], "rb")))
177 fclose(infile);
  /external/bison/build-aux/
missing 295 infile=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'`
296 file=`sed -n '/^@setfilename/ { s/.* \([^ ]*\) *$/\1/; p; q; }' $infile`
298 test -z "$file" && file=`echo "$infile" | sed 's,.*/,,;s,.[^.]*$,,'`.info
  /external/chromium/sdch/open-vcdiff/
missing 297 infile=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'`
303 }' $infile`
305 test -z "$file" && file=`echo "$infile" | sed 's,.*/,,;s,.[^.]*$,,'`.info
  /external/genext2fs/
missing 295 infile=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'`
296 file=`sed -n '/^@setfilename/ { s/.* \([^ ]*\) *$/\1/; p; q; }' $infile`
298 test -z "$file" && file=`echo "$infile" | sed 's,.*/,,;s,.[^.]*$,,'`.info
  /external/libpng/
missing 305 infile=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'`
311 }' $infile`
313 test -z "$file" && file=`echo "$infile" | sed 's,.*/,,;s,.[^.]*$,,'`.info

Completed in 356 milliseconds

12 3 4 5