/openbsd/gnu/usr.bin/perl/cpan/libnet/lib/Net/ |
H A D | libnetFAQ.pod | 77 =head1 Using Net::FTP 87 use Net::FTP; 154 Net::FTP=GLOB(0x82196d8)>>> CWD / 269 use Net::FTP; 277 Net::FTP: Net::FTP(2.22) 278 Net::FTP: Exporter 279 Net::FTP: Net::Cmd(2.0801) 280 Net::FTP: IO::Socket::INET 281 Net::FTP: IO::Socket(1.1603) 282 Net::FTP: IO::Handle(1.1504) [all …]
|
/openbsd/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/FTP/ |
H A D | netrc.pm | 1 package CPAN::FTP::netrc; 4 $CPAN::FTP::netrc::VERSION = $CPAN::FTP::netrc::VERSION = "1.01";
|
/openbsd/gnu/usr.bin/perl/cpan/libnet/lib/Net/FTP/ |
H A D | dataconn.pm | 5 package Net::FTP::dataconn; 18 $Net::FTP::IOCLASS or die "please load Net::FTP before Net::FTP::dataconn"; 19 our @ISA = $Net::FTP::IOCLASS;
|
H A D | E.pm | 1 package Net::FTP::E; 8 use Net::FTP::I;
|
H A D | L.pm | 1 package Net::FTP::L; 8 use Net::FTP::I;
|
H A D | I.pm | 5 package Net::FTP::I; 13 use Net::FTP::dataconn;
|
H A D | A.pm | 5 package Net::FTP::A; 13 use Net::FTP::dataconn;
|
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/ |
H A D | CheckSecuritySyntaxOnly.cpp | 859 const FunctionProtoType *FTP = FD->getType()->getAs<FunctionProtoType>(); in checkCall_rand() local 860 if (!FTP) in checkCall_rand() 863 if (FTP->getNumParams() == 1) { in checkCall_rand() 866 const PointerType *PT = FTP->getParamType(0)->getAs<PointerType>(); in checkCall_rand() 872 } else if (FTP->getNumParams() != 0) in checkCall_rand() 903 if (!FTP) in checkCall_random() 907 if (FTP->getNumParams() != 0) in checkCall_random() 1026 if (!FTP) in checkUncheckedReturnValue() 1031 if (FTP->getNumParams() != (identifierid < 4 ? 1 : 2)) in checkUncheckedReturnValue() 1035 for (unsigned i = 0; i < FTP->getNumParams(); i++) in checkUncheckedReturnValue() [all …]
|
/openbsd/regress/usr.bin/ftp/ |
H A D | redirect.sh | 4 : ${FTP:=ftp} 28 ${FTP} -4 -o/dev/null -v $req1 2>&1 | tee redirect.log
|
H A D | dasho.sh | 4 : ${FTP:=ftp} 25 echo "Testing ${FTP} $1"
|
/openbsd/gnu/usr.bin/perl/cpan/libnet/t/ |
H A D | ftp.t | 18 use Net::FTP; 33 my $ftp = Net::FTP->new($NetConfig{ftp_testhost})
|
H A D | require.t | 23 eval { require Net::FTP; } || print "not "; print "ok ",$i++,"\n";
|
/openbsd/gnu/llvm/clang/lib/CodeGen/ |
H A D | CodeGenABITypes.cpp | 57 const FunctionProtoType *FTP, in arrangeCXXMethodType() argument 59 return CGM.getTypes().arrangeCXXMethodType(RD, FTP, MD); in arrangeCXXMethodType()
|
/openbsd/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/ |
H A D | Author.pm | 153 CPAN::FTP->localize 164 CPAN::FTP->localize
|
H A D | FTP.pm | 3 package CPAN::FTP; 10 use CPAN::FTP::netrc; 13 @CPAN::FTP::ISA = qw(CPAN::Debug); 118 $stats->{end} = CPAN::FTP::_mytime(); 254 my $ftp = Net::FTP->new($host); 910 if (CPAN::FTP->ftp_get($host,$dir,$getfile,$aslocal)) { 917 if (CPAN::FTP->ftp_get($host, 1147 my($netrc) = CPAN::FTP::netrc->new;
|
H A D | Index.pm | 126 my $start = CPAN::FTP::_mytime(); 196 my $took = CPAN::FTP::_mytime() - $start; 226 return CPAN::FTP->localize($wanted,$abs_wanted,$force);
|
H A D | HandleConfig.pm | 202 undef $CPAN::FTP::Thesite; 203 undef $CPAN::FTP::Themethod;
|
/openbsd/gnu/usr.bin/perl/cpan/Sys-Syslog/win32/ |
H A D | PerlLog.mc | 121 FTP 124 FTP 412 FTP daemon message: %1 415 Message du daemon FTP : %1
|
/openbsd/gnu/usr.bin/gcc/gcc/doc/ |
H A D | contribute.texi | 12 also available for FTP; see @uref{http://gcc.gnu.org/snapshots.html}.
|
/openbsd/gnu/gcc/gcc/doc/ |
H A D | contribute.texi | 12 also available for FTP; see @uref{http://gcc.gnu.org/snapshots.html}.
|
/openbsd/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Compress/ |
H A D | FAQ.pod | 457 =head2 Compressed files and Net::FTP 459 The C<Net::FTP> module provides two low-level methods called C<stor> and 462 from or written to an FTP Server on the fly, without having to create a 466 read from the FTP Server. 468 use Net::FTP; 471 my $ftp = Net::FTP->new( ... ) 477 and this to compress a file as it is written to the FTP Server 479 use Net::FTP;
|
/openbsd/gnu/llvm/clang/include/clang/CodeGen/ |
H A D | CodeGenABITypes.h | 74 const FunctionProtoType *FTP,
|
/openbsd/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/tml-world/ |
H A D | Vanilla-Perl.tml | 81 - name: Net::FTP 201 name => 'Net::FTP',
|
/openbsd/usr.bin/file/magdir/ |
H A D | os2 | 22 #>4 string >\ (FTP) <ftp:%s>
|
/openbsd/gnu/usr.bin/perl/cpan/CPAN/lib/App/ |
H A D | Cpan.pm | 838 …eval { CPAN::FTP->localize('MIRRORED.BY',File::Spec->catfile($CPAN::Config->{keep_source_where},'M… 975 require CPAN::FTP; 976 CPAN::FTP->localize( $file, $local_path, 3, 1 );
|