Searched refs:outf (Results 1 - 14 of 14) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/zlib-1.2.3/contrib/iostream3/
H A Dtest.cc13 gzofstream outf; local
17 outf.open("test1.txt.gz");
18 outf << "The quick brown fox sidestepped the lazy canine\n"
20 outf.close();
32 outf.rdbuf()->pubsetbuf(0,0);
33 outf.open("test2.txt.gz");
34 outf << setcompression(Z_NO_COMPRESSION)
37 outf.close();
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/zlib-1.2.3/contrib/iostream3/
H A Dtest.cc13 gzofstream outf; local
17 outf.open("test1.txt.gz");
18 outf << "The quick brown fox sidestepped the lazy canine\n"
20 outf.close();
32 outf.rdbuf()->pubsetbuf(0,0);
33 outf.open("test2.txt.gz");
34 outf << setcompression(Z_NO_COMPRESSION)
37 outf.close();
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/docs/examples/
H A Dfopen.c437 FILE *outf; local
449 outf=fopen("fgets.test","w+");
450 if(!outf) {
458 fclose(outf);
464 fwrite(buffer,1,strlen(buffer),outf);
469 fclose(outf);
473 outf=fopen("fread.test","w+");
474 if(!outf) {
482 fclose(outf);
488 fwrite(buffer,1,nread,outf);
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/demos/
H A Db64.c91 char *inf=NULL,*outf=NULL; local
118 outf= *(++argv);
212 if (outf == NULL)
216 if (BIO_write_filename(out,outf) <= 0)
218 perror(outf);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/demos/
H A Db64.c91 char *inf=NULL,*outf=NULL; local
118 outf= *(++argv);
212 if (outf == NULL)
216 if (BIO_write_filename(out,outf) <= 0)
218 perror(outf);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dtest004.tcl121 set outf [open $t1 w]
141 puts $outf $k
149 close $outf
H A Dparallel.tcl357 set outf ALL.OUT.$i
358 fileremove -f $outf
363 $test $args" >& $outf &]
H A Dtestutils.tcl218 set outf [open $outfile w]
228 puts $outf $k
230 # puts $outf "$k $d2"
232 close $outf
255 set outf [open $outfile w]
280 puts $outf $data
281 flush $outf
283 close $outf
293 set outf [open $outfile w]
308 puts $outf
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Denc.c122 char *inf=NULL,*outf=NULL; local
166 outf= *(++argv);
425 if (outf == NULL)
439 if (BIO_write_filename(out,outf) <= 0)
441 perror(outf);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/apps/
H A Denc.c122 char *inf=NULL,*outf=NULL; local
167 outf= *(++argv);
427 if (outf == NULL)
439 if (BIO_write_filename(out,outf) <= 0)
441 perror(outf);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/zlib-1.2.3/contrib/blast/
H A Dblast.c422 local int outf(void *how, unsigned char *buf, unsigned len) function
433 ret = blast(inf, stdin, outf, stdout);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/zlib-1.2.3/contrib/blast/
H A Dblast.c422 local int outf(void *how, unsigned char *buf, unsigned len) function
433 ret = blast(inf, stdin, outf, stdout);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-c++-kde/admin/
H A Dconfig.pl182 my ($outf, $infiles, $identline) = @_;
219 open(CF, "> $outf") || die "can't create $outf: $!";
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/
H A Dppp_generic.c625 goto outf;
628 goto outf;
631 outf:
1081 goto outf;
1090 goto outf;
1093 goto outf;
1103 goto outf;
1119 outf:

Completed in 283 milliseconds