/external/chromium_org/third_party/icu/source/test/iotest/ |
H A D | 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/chromium_org/third_party/libvpx/source/libvpx/ |
H A D | ivfdec.c | 72 int ivf_read_frame(FILE *infile, uint8_t **buffer, argument 77 if (fread(raw_header, IVF_FRAME_HDR_SZ, 1, infile) != 1) { 78 if (!feof(infile)) 101 if (!feof(infile)) { 102 if (fread(*buffer, 1, frame_size, infile) != frame_size) {
|
/external/chromium_org/third_party/openssl/openssl/apps/ |
H A D | 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);
|
H A D | 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);
|
H A D | 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);
|
H A D | 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);
|
H A D | 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);
|
H A D | 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,
|
H A D | spkac.c | 88 char *infile = NULL,*outfile = NULL,*prog; local 115 infile= *(++argv); 233 if (infile) in = BIO_new_file(infile, "r");
|
/external/chromium_org/third_party/openssl/openssl/crypto/rc4/ |
H A D | rc4.c | 77 char *infile=NULL,*outfile=NULL,*keystr=NULL; local 91 infile= *(++argv); 121 if (infile == NULL) 125 in=fopen(infile,"r");
|
/external/icu/icu4c/source/test/iotest/ |
H A D | 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/ |
H A D | jdatasrc.c | 28 FILE * infile; /* source stream */ member in struct:__anon21885 95 nbytes = JFREAD(src->infile, src->buffer, INPUT_BUF_SIZE); 182 jpeg_stdio_src (j_decompress_ptr cinfo, FILE * infile) argument 209 src->infile = infile;
|
H A D | 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);
|
H A D | rdcolmap.c | 79 read_gif_map (j_decompress_ptr cinfo, FILE * infile) argument 88 if ((header[i] = getc(infile)) == EOF) 104 R = getc(infile); 105 G = getc(infile); 106 B = getc(infile); 121 pbm_getc (FILE * infile) argument 127 ch = getc(infile); 130 ch = getc(infile); 138 read_pbm_integer (j_decompress_ptr cinfo, FILE * infile) argument 149 ch = pbm_getc(infile); 171 read_ppm_map(j_decompress_ptr cinfo, FILE * infile) argument 231 read_color_map(j_decompress_ptr cinfo, FILE * infile) argument [all...] |
/external/libvpx/libvpx/ |
H A D | ivfdec.c | 72 int ivf_read_frame(FILE *infile, uint8_t **buffer, argument 77 if (fread(raw_header, IVF_FRAME_HDR_SZ, 1, infile) != 1) { 78 if (!feof(infile)) 101 if (!feof(infile)) { 102 if (fread(*buffer, 1, frame_size, infile) != frame_size) {
|
/external/openssl/apps/ |
H A D | 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);
|
H A D | 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);
|
H A D | 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);
|
/external/openssl/crypto/rc4/ |
H A D | rc4.c | 77 char *infile=NULL,*outfile=NULL,*keystr=NULL; local 91 infile= *(++argv); 121 if (infile == NULL) 125 in=fopen(infile,"r");
|
/external/qemu/distrib/jpeg-6b/ |
H A D | jdatasrc.c | 28 FILE * infile; /* source stream */ member in struct:__anon28406 95 nbytes = JFREAD(src->infile, src->buffer, INPUT_BUF_SIZE); 182 jpeg_stdio_src (j_decompress_ptr cinfo, FILE * infile) argument 209 src->infile = infile;
|
H A D | 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);
|
/external/antlr/antlr-3.4/runtime/C/src/ |
H A D | 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/chromium_org/third_party/libvpx/source/libvpx/examples/ |
H A D | vp8cx_set_ref.c | 63 fprintf(stderr, "Usage: %s <width> <height> <infile> <outfile> <frame>\n", 96 FILE *infile = NULL; local 157 if (!(infile = fopen(argv[3], "rb"))) 163 while (vpx_img_read(&raw, infile)) { 177 fclose(infile);
|
/external/libpng/contrib/gregbook/ |
H A D | readppm.c | 81 int readpng_init(FILE *infile, ulg *pWidth, ulg *pHeight) argument 87 saved_infile = infile; 89 fgets(ppmline, 256, infile); 107 fgets(ppmline, 256, infile); 112 fgets(ppmline, 256, infile);
|
/external/libvpx/libvpx/examples/ |
H A D | vp8cx_set_ref.c | 63 fprintf(stderr, "Usage: %s <width> <height> <infile> <outfile> <frame>\n", 96 FILE *infile = NULL; local 157 if (!(infile = fopen(argv[3], "rb"))) 163 while (vpx_img_read(&raw, infile)) { 177 fclose(infile);
|