Searched refs:infile (Results 1 - 25 of 40) sorted by relevance

12

/barrelfish-2018-10-04/lib/multiboot/
H A Dgrubmenu.c11 skip_line(FILE *infile) { argument
15 c= fgetc(infile);
23 skip_whitespace(FILE *infile, int multiline) { argument
26 c = fgetc(infile);
30 ungetc(c, infile);
45 read_token(FILE *infile, char *buf) { argument
46 int c= peek(infile);
51 skip_whitespace(infile, 1);
52 if(c == '#') skip_line(infile);
53 c= peek(infile);
75 read_line(FILE *infile, char *buf) argument
119 FILE *infile= fopen(path, "r"); local
[all...]
/barrelfish-2018-10-04/lib/openssl-1.0.0d/apps/
H A Dnseq.c72 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 Dpkeyparam.c71 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 DCA.pl175 my ($infile, $outfile, $bound) = @_;
176 open IN, $infile;
H A Ddsa.c107 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,
H A Dsess_id.c96 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) argument
291 if (infile == NULL)
295 if (BIO_read_filename(in,infile) <= 0)
297 perror(infile);
H A Dpkey.c72 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 Dcrl2p7.c91 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 Ddh.c95 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 Dec.c96 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);
H A Dpkcs7.c89 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 Dpkcs8.c73 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,
H A Dcrl.c109 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) argument
417 if (infile == NULL)
421 if (BIO_read_filename(in,infile) <= 0)
423 perror(infile);
H A Ddhparam.c159 char *infile,*outfile,*prog; local
175 infile=NULL;
198 infile= *(++argv);
350 if (infile == NULL)
354 if (BIO_read_filename(in,infile) <= 0)
356 perror(infile);
H A Ddsaparam.c118 char *infile,*outfile,*prog,*inrand=NULL; local
137 infile=NULL;
160 infile= *(++argv);
217 BIO_printf(bio_err,"%s [options] [bits] <infile >outfile\n",prog);
248 if (infile == NULL)
252 if (BIO_read_filename(in,infile) <= 0)
254 perror(infile);
H A DCA.pl.bak175 my ($infile, $outfile, $bound) = @_;
176 open IN, $infile;
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,
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/rc4/
H A Drc4.c77 char *infile=NULL,*outfile=NULL,*keystr=NULL; local
91 infile= *(++argv);
121 if (infile == NULL)
125 in=fopen(infile,"r");
/barrelfish-2018-10-04/tools/harness/
H A Dstats.py48 infile = open(sys.argv[1])
53 infile = sys.stdin
55 for line in infile:
/barrelfish-2018-10-04/tools/fastmodels/
H A Dtest_mkmb.c55 const char *infile= argv[1]; local
67 printf("Loading multiboot image \"%s\" at 0x%lx\n", infile, load_addr);
71 void *mb_data= load_file(infile, &mb_len);
/barrelfish-2018-10-04/lib/openssl-1.0.0d/util/
H A Dbat.sh3 $infile="/home/eay/ssl/SSLeay/MINFO";
5 open(IN,"<$infile") || die "unable to open $infile:$!\n";

Completed in 331 milliseconds

12