Searched refs:infile (Results 101 - 125 of 189) sorted by relevance

12345678

/external/protobuf/gtest/build-aux/
H A Dmissing297 infile=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'`
303 }' $infile`
305 test -z "$file" && file=`echo "$infile" | sed 's,.*/,,;s,.[^.]*$,,'`.info
/external/protobuf/
H A Dmissing297 infile=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'`
303 }' $infile`
305 test -z "$file" && file=`echo "$infile" | sed 's,.*/,,;s,.[^.]*$,,'`.info
/external/stressapptest/
H A Dmissing297 infile=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'`
303 }' $infile`
305 test -z "$file" && file=`echo "$infile" | sed 's,.*/,,;s,.[^.]*$,,'`.info
/external/chromium_org/third_party/openssl/openssl/apps/
H A DCA.pl.in175 my ($infile, $outfile, $bound) = @_;
176 open IN, $infile;
H A Drsautl.c89 char *infile = NULL, *outfile = NULL; local
125 infile= *(++argv);
234 if(infile) {
235 if(!(in = BIO_new_file(infile, "rb"))) {
H A Dspkac.c88 char *infile = NULL,*outfile = NULL,*prog; local
115 infile= *(++argv);
233 if (infile) in = BIO_new_file(infile, "r");
H A Dasn1pars.c94 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);
H A Drsa.c110 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,
H A DCA.sh33 infile=$1
37 exec <$infile;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-trax.jar ... .io.IOException ignored java.io.File infile java.io.File outfile java.io. ...
/external/libpng/contrib/gregbook/
H A Dwritepng.h95 FILE *infile; member in struct:_mainprog_info
H A Drpng-x.c126 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);
/external/openssl/apps/
H A DCA.pl.in175 my ($infile, $outfile, $bound) = @_;
176 open IN, $infile;
H A Drsautl.c89 char *infile = NULL, *outfile = NULL; local
125 infile= *(++argv);
234 if(infile) {
235 if(!(in = BIO_new_file(infile, "rb"))) {
H A Dspkac.c88 char *infile = NULL,*outfile = NULL,*prog; local
115 infile= *(++argv);
233 if (infile) in = BIO_new_file(infile, "r");
H A Dasn1pars.c94 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);
H A Drsa.c110 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,
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/
H A Dpicoloaddbg.lua28 local infile = io.open(arg[1], "r")
29 if not infile then
48 for line in infile:lines() do
186 infile:close()
H A Dpicoloadphones.lua26 local infile = io.open(arg[1], "r")
27 if not infile then
46 for line in infile:lines() do
174 infile:close()
/external/jpeg/
H A Dwrjpgcom.c75 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;
H A Drdtarga.c91 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);
/external/qemu/distrib/jpeg-6b/
H A Dwrjpgcom.c75 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;
H A Drdtarga.c91 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);
/external/llvm/examples/Kaleidoscope/MCJIT/cached/
H A Dsplit-lib.py47 infile = open(inputname, "r")
51 for line in infile:
/external/llvm/examples/Kaleidoscope/MCJIT/complete/
H A Dsplit-lib.py47 infile = open(inputname, "r")
51 for line in infile:

Completed in 650 milliseconds

12345678