HomeSort by relevance Sort by last modified time
    Searched refs:infile (Results 76 - 100 of 129) sorted by null

1 2 34 5 6

  /frameworks/compile/libbcc/include/bcinfo/Wrap/
bitcode_wrapperer.h 53 BitcodeWrapperer(WrapperInput* infile, WrapperOutput* outfile);
103 // Returns the number of bytes in infile.
133 // Parse the bitcode wrapper header in the infile, if any. Return true
153 // Copies size bytes of infile to outfile, using the buffer.
156 // Discards the old infile and replaces it with the given file.
  /external/zlib/test/
minigzip.c 492 char *infile, *outfile; local
505 infile = file;
510 infile = buf;
511 strcat(infile, GZ_SUFFIX);
513 in = gzopen(infile, "rb");
515 fprintf(stderr, "%s: can't gzopen %s\n", prog, infile);
526 unlink(infile);
  /external/jpeg/
wrjpgcom.c 75 static FILE * infile; /* input JPEG file */ variable
78 #define NEXTBYTE() getc(infile)
485 if ((infile = fopen(argv[argn], READ_BINARY)) == NULL) {
495 if ((infile = fdopen(fileno(stdin), READ_BINARY)) == NULL) {
500 infile = stdin;
rdtarga.c 91 register FILE *infile = sinfo->pub.input_file; local
94 if ((c = getc(infile)) == EOF)
126 register FILE *infile = sinfo->pub.input_file; local
130 sinfo->tga_pixel[i] = (U_CHAR) getc(infile);
139 register FILE *infile = sinfo->pub.input_file; local
161 sinfo->tga_pixel[i] = (U_CHAR) getc(infile);
cjpeg.c 80 select_file_type (j_compress_ptr cinfo, FILE * infile)
92 if ((c = getc(infile)) == EOF)
94 if (ungetc(c, infile) == EOF)
rdbmp.c 71 register FILE *infile = sinfo->pub.input_file; local
74 if ((c = getc(infile)) == EOF)
190 register FILE *infile = source->pub.input_file; local
210 if ((c = getc(infile)) == EOF)
  /external/openssl/apps/
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);
rsa.c 110 char *infile,*outfile,*prog; local
129 infile=NULL;
152 infile= *(++argv);
213 BIO_printf(bio_err,"%s [options] <infile >outfile\n",prog);
286 pkey = load_pubkey(bio_err, infile, tmpformat, 1,
290 pkey = load_key(bio_err, infile,
CA.sh 33 infile=$1
37 exec <$infile;
ecparam.c 129 char *infile = NULL, *outfile = NULL, *prog; local
168 infile= *(++argv);
250 BIO_printf(bio_err, "%s [options] <infile >outfile\n",prog);
310 if (infile == NULL)
314 if (BIO_read_filename(in,infile) <= 0)
316 perror(infile);
passwd.c 63 char *infile = NULL; local
120 infile = argv[++i];
191 if ((infile != NULL) || in_stdin)
196 if (infile != NULL)
199 if (BIO_read_filename(in, infile) <= 0)
pkcs12.c 98 char *infile=NULL, *outfile=NULL, *keyname = NULL; local
231 infile = *args;
282 BIO_printf (bio_err, "-inkey file private key if not infile\n");
288 BIO_printf (bio_err, "-in infile input filename\n");
378 if (!infile) in = BIO_new_fp(stdin, BIO_NOCLOSE);
379 else in = BIO_new_file(infile, "rb");
382 infile ? infile : "<stdin>");
383 perror (infile);
444 key = load_key(bio_err, keyname ? keyname : infile,
    [all...]
pkeyutl.c 91 char *infile = NULL, *outfile = NULL, *sigfile = NULL; local
122 else infile= *(++argv);
255 if(infile)
257 if(!(in = BIO_new_file(infile, "rb")))
ca.c 199 static int certify(X509 **xret, char *infile,EVP_PKEY *pkey,X509 *x509,
206 static int certify_cert(X509 **xret, char *infile,EVP_PKEY *pkey,X509 *x509,
214 static int certify_spkac(X509 **xret, char *infile,EVP_PKEY *pkey,X509 *x509,
272 char *infile=NULL; local
430 infile= *(++argv);
501 infile= *(++argv);
    [all...]
  /external/qemu/distrib/jpeg-6b/
wrjpgcom.c 75 static FILE * infile; /* input JPEG file */ variable
78 #define NEXTBYTE() getc(infile)
485 if ((infile = fopen(argv[argn], READ_BINARY)) == NULL) {
495 if ((infile = fdopen(fileno(stdin), READ_BINARY)) == NULL) {
500 infile = stdin;
rdtarga.c 91 register FILE *infile = sinfo->pub.input_file; local
94 if ((c = getc(infile)) == EOF)
126 register FILE *infile = sinfo->pub.input_file; local
130 sinfo->tga_pixel[i] = (U_CHAR) getc(infile);
139 register FILE *infile = sinfo->pub.input_file; local
161 sinfo->tga_pixel[i] = (U_CHAR) getc(infile);
cjpeg.c 80 select_file_type (j_compress_ptr cinfo, FILE * infile)
92 if ((c = getc(infile)) == EOF)
94 if (ungetc(c, infile) == EOF)
rdbmp.c 71 register FILE *infile = sinfo->pub.input_file; local
74 if ((c = getc(infile)) == EOF)
190 register FILE *infile = source->pub.input_file; local
210 if ((c = getc(infile)) == EOF)
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/tests/
JPEGTest.c 178 int ReadJpegSections (HANDLE infile,
181 int ReadJpegSections (FILE * infile,
190 lSize = GetFileSize(infile, NULL );
191 SetFilePointer(infile, 0, NULL, FILE_BEGIN);
193 fseek (infile , 0 , SEEK_END);
194 lSize = ftell (infile);
195 rewind (infile);
203 ReadFile(infile, &a, 1, &got, NULL);
205 a = fgetc(infile);
209 ReadFile(infile, &b, 1, &got, NULL)
    [all...]
  /external/libpng/contrib/gregbook/
rpng-x.c 126 static FILE *infile; variable
198 infile = fopen("/etc/config/system.glGammaVal", "r");
199 if (infile) {
202 fgets(tmpline, 80, infile);
203 fclose(infile);
295 if (!(infile = fopen(filename, "rb"))) {
299 if ((rc = readpng_init(infile, &image_width, &image_height)) != 0) {
329 fclose(infile);
387 fclose(infile);
rpng2-win.c 155 static FILE *infile; variable
301 infile = fopen("/etc/config/system.glGammaVal", "r");
302 if (infile) {
305 fgets(tmpline, 80, infile);
306 fclose(infile);
467 if (!(infile = fopen(filename, "rb"))) {
471 incount = fread(inbuf, 1, INBUFSIZE, infile);
494 fclose(infile);
561 } else if (ferror(infile)) {
565 } else if (feof(infile)) {
    [all...]
  /external/icu4c/tools/gendraft/
genheaders.pl 104 ($infile,$outfile,$destDir, $symbolAppend, $symbolDef, $exclude) = @_;
111 $inFH = IO::File->new($infile,"r")
112 or die "could not open the file $infile for reading: $! \n";
  /external/clang/docs/tools/
Makefile 70 --podpath=. --infile=$< --outfile=$@ --title=$*
  /external/llvm/docs/CommandGuide/
Makefile 62 --podpath=. --noindex --infile=$< --outfile=$@ --title=$*
  /external/icu4c/extra/uconv/
uconv.cpp 590 FILE *infile; local
621 infile = fopen(infilestr, "rb");
622 if (infile == 0) {
633 infile = stdin;
738 rd = fread(buf, 1, bufsz, infile);
739 if (ferror(infile) != 0) {
    [all...]

Completed in 973 milliseconds

1 2 34 5 6