/bootable/recovery/tools/ota/ |
convert-to-bmp.py | 10 infile = sys.argv[1] variable 16 im = Image.open(infile)
|
/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 | 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);
|
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);
|
/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...] |
/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/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...] |
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);
|
/ndk/sources/host-tools/nawk-20071023/ |
lib.c | 35 FILE *infile = NULL; variable 99 infile = stdin; /* no filenames, so use stdin */ 123 while (argno < *ARGC || infile == stdin) { 125 if (infile == NULL) { /* have to open a new file */ 139 infile = stdin; 140 else if ((infile = fopen(file, "r")) == NULL) 144 c = readrec(&buf, &bufsize, infile); 163 if (infile != stdin) 164 fclose(infile); 165 infile = NULL [all...] |
/external/antlr/antlr-3.4/runtime/C/src/ |
antlr3filestream.c | 355 ANTLR3_FDSC infile; local 360 infile = antlr3Fopen(fileName, "rb"); 364 if (infile == NULL) 388 antlr3Fread(infile, fSize, input->data); 392 antlr3Fclose(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);
|