Searched refs:infile (Results 126 - 150 of 465) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/apps/
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,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/test/
H A Dfop001.tcl212 set infile 0
218 set infile 1
222 set infile 0
226 } elseif { $infile != 0 } {
227 incr infile
234 if { $infile == 3 } {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openvpn/
H A Dmissing295 infile=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'`
301 }' $infile`
303 test -z "$file" && file=`echo "$infile" | sed 's,.*/,,;s,.[^.]*$,,'`.info
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/test/
H A Dfop001.tcl212 set infile 0
218 set infile 1
222 set infile 0
226 } elseif { $infile != 0 } {
227 incr infile
234 if { $infile == 3 } {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/netatalk-3.0.5/
H A Dmissing296 infile=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'`
302 }' $infile`
304 test -z "$file" && file=`echo "$infile" | sed 's,.*/,,;s,.[^.]*$,,'`.info
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/apps/
H A Dcrl2p7.c94 char *infile, *outfile, *prog, *certfile; local
109 infile = NULL;
129 infile = *(++argv);
158 BIO_printf(bio_err, "%s [options] <infile >outfile\n", prog);
183 if (infile == NULL)
186 if (BIO_read_filename(in, infile) <= 0) {
187 perror(infile);
H A Ddh.c96 char *infile, *outfile, *prog; local
113 infile = NULL;
133 infile = *(++argv);
165 BIO_printf(bio_err, "%s [options] <infile >outfile\n", prog);
197 if (infile == NULL)
200 if (BIO_read_filename(in, infile) <= 0) {
201 perror(infile);
H A Dec.c97 char *infile, *outfile, *prog, *engine; local
115 infile = NULL;
135 infile = *(++argv);
197 BIO_printf(bio_err, "%s [options] <infile >outfile\n", prog);
254 if (infile == NULL)
257 if (BIO_read_filename(in, infile) <= 0) {
258 perror(infile);
H A Dpkcs8.c74 char **args, *infile = NULL, *outfile = NULL; local
180 infile = *args;
238 if (infile) {
239 if (!(in = BIO_new_file(infile, "rb"))) {
240 BIO_printf(bio_err, "Can't open input file %s\n", infile);
261 pkey = load_key(bio_err, infile, informat, 1, passin, e, "key");
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/netatalk-3.0.5/
H A Dmissing296 infile=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'`
302 }' $infile`
304 test -z "$file" && file=`echo "$infile" | sed 's,.*/,,;s,.[^.]*$,,'`.info
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/apps/
H A Dcrl2p7.c94 char *infile, *outfile, *prog, *certfile; local
109 infile = NULL;
129 infile = *(++argv);
158 BIO_printf(bio_err, "%s [options] <infile >outfile\n", prog);
183 if (infile == NULL)
186 if (BIO_read_filename(in, infile) <= 0) {
187 perror(infile);
H A Ddh.c96 char *infile, *outfile, *prog; local
113 infile = NULL;
133 infile = *(++argv);
165 BIO_printf(bio_err, "%s [options] <infile >outfile\n", prog);
197 if (infile == NULL)
200 if (BIO_read_filename(in, infile) <= 0) {
201 perror(infile);
H A Dec.c97 char *infile, *outfile, *prog, *engine; local
115 infile = NULL;
135 infile = *(++argv);
197 BIO_printf(bio_err, "%s [options] <infile >outfile\n", prog);
254 if (infile == NULL)
257 if (BIO_read_filename(in, infile) <= 0) {
258 perror(infile);
H A Dpkcs8.c74 char **args, *infile = NULL, *outfile = NULL; local
180 infile = *args;
238 if (infile) {
239 if (!(in = BIO_new_file(infile, "rb"))) {
240 BIO_printf(bio_err, "Can't open input file %s\n", infile);
261 pkey = load_key(bio_err, infile, informat, 1, passin, e, "key");
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/apps/
H A Dcrl2p7.c91 char *infile,*outfile,*prog,*certfile; local
106 infile=NULL;
129 infile= *(++argv);
165 BIO_printf(bio_err,"%s [options] <infile >outfile\n",prog);
190 if (infile == NULL)
194 if (BIO_read_filename(in,infile) <= 0)
196 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,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openvpn/
H A Dmissing295 infile=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'`
301 }' $infile`
303 test -z "$file" && file=`echo "$infile" | sed 's,.*/,,;s,.[^.]*$,,'`.info
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/netatalk-3.0.5/
H A Dmissing296 infile=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'`
302 }' $infile`
304 test -z "$file" && file=`echo "$infile" | sed 's,.*/,,;s,.[^.]*$,,'`.info
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/apps/
H A Dcrl2p7.c94 char *infile, *outfile, *prog, *certfile; local
109 infile = NULL;
129 infile = *(++argv);
158 BIO_printf(bio_err, "%s [options] <infile >outfile\n", prog);
183 if (infile == NULL)
186 if (BIO_read_filename(in, infile) <= 0) {
187 perror(infile);

Completed in 290 milliseconds

1234567891011>>