Searched refs:infile (Results 76 - 100 of 135) sorted by relevance

123456

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libvorbis-1.2.3/
H A Dmissing295 infile=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'`
296 file=`sed -n '/^@setfilename/ { s/.* \([^ ]*\) *$/\1/; p; q; }' $infile`
298 test -z "$file" && file=`echo "$infile" | sed 's,.*/,,;s,.[^.]*$,,'`.info
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/sqlite-3.6.22/
H A Dmissing295 infile=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'`
296 file=`sed -n '/^@setfilename/ { s/.* \([^ ]*\) *$/\1/; p; q; }' $infile`
298 test -z "$file" && file=`echo "$infile" | sed 's,.*/,,;s,.[^.]*$,,'`.info
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/
H A Dmissing297 infile=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'`
303 }' $infile`
305 test -z "$file" && file=`echo "$infile" | sed 's,.*/,,;s,.[^.]*$,,'`.info
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/
H A Dmissing297 infile=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'`
303 }' $infile`
305 test -z "$file" && file=`echo "$infile" | sed 's,.*/,,;s,.[^.]*$,,'`.info
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/
H A Dmissing305 infile=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'`
311 }' $infile`
313 test -z "$file" && file=`echo "$infile" | sed 's,.*/,,;s,.[^.]*$,,'`.info
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/apps/
H A DCA.pl.in168 my ($infile, $outfile, $bound) = @_;
169 open IN, $infile;
H A Drsautl.c87 char *infile = NULL, *outfile = NULL; local
121 infile= *(++argv);
219 if(infile) {
220 if(!(in = BIO_new_file(infile, "rb"))) {
H A Dspkac.c88 char *infile = NULL,*outfile = NULL,*prog; local
114 infile= *(++argv);
232 if (infile) in = BIO_new_file(infile, "r");
H A Denc.c216 FILE *infile; local
221 infile=fopen(file,"r");
222 if (infile == NULL)
229 fgets(buf,sizeof buf,infile);
230 fclose(infile);
H A Dpasswd.c63 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)
H A Dsmime.c88 char *infile = NULL, *outfile = NULL; local
250 infile = *args;
450 if (infile) {
451 if (!(in = BIO_new_file(infile, inmode))) {
453 "Can't open input file %s\n", infile);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A DCA.pl.in175 my ($infile, $outfile, $bound) = @_;
176 open IN, $infile;
H A Drsautl.c89 char *infile = NULL, *outfile = NULL; local
123 infile= *(++argv);
222 if(infile) {
223 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 Decparam.c129 char *infile = NULL, *outfile = NULL, *prog; local
171 infile= *(++argv);
253 BIO_printf(bio_err, "%s [options] <infile >outfile\n",prog);
313 if (infile == NULL)
317 if (BIO_read_filename(in,infile) <= 0)
319 perror(infile);
H A Denc.c215 FILE *infile; local
220 infile=fopen(file,"r");
221 if (infile == NULL)
228 fgets(buf,sizeof buf,infile);
229 fclose(infile);
H A Dpasswd.c63 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)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/jpeg-7/
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);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/util/
H A Dbat.sh3 $infile="/home/eay/ssl/SSLeay/MINFO";
5 open(IN,"<$infile") || die "unable to open $infile:$!\n";
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/util/
H A Dbat.sh3 $infile="/home/eay/ssl/SSLeay/MINFO";
5 open(IN,"<$infile") || die "unable to open $infile:$!\n";
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/Documentation/dvb/
H A Dget_dvb_firmware410 my ($infile, $offset, $length, $outfile) = @_;
413 open INFILE, "<$infile";
431 my ($FH, $infile) = @_;
434 open INFILE, "<$infile";
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/utils/
H A Dlog2pcaphex.c222 const char *infile, *outfile; local
239 poptSetOtherOptionHelp(pc, "[<infile> [<outfile>]]");
249 infile = poptGetArg(pc);
251 if(infile) {
252 in = fopen(infile, "r");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/docs/examples/
H A Dcurlx.c265 char * infile = NULL ; local
302 infile=*(++args);
354 } else if (infile == NULL)
356 else if (BIO_read_filename(in,infile) <= 0) {
357 BIO_printf(p.errorbio, "Error opening input file %s\n", infile);

Completed in 297 milliseconds

123456