Searched refs:ftp (Results 1 - 20 of 20) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/FTP/
H A Ddataconn.pm24 my $ftp = ${*$data}{'net_ftp_cmd'};
43 $ftp->abort; # this will close me
49 my $ftp = ${*$data}{'net_ftp_cmd'};
53 delete ${*$ftp}{'net_ftp_dataconn'}
54 if exists ${*$ftp}{'net_ftp_dataconn'} &&
55 $data == ${*$ftp}{'net_ftp_dataconn'};
61 my $ftp = ${*$data}{'net_ftp_cmd'};
71 $ftp->response() == CMD_OK &&
72 $ftp->message =~ /unique file name:\s*(\S*)\s*\)/ &&
73 (${*$ftp}{'net_ftp_uniqu
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/demos/
H A Dftp16 $ftp = Net::FTP->new($host, @firewall, Debug => $opt_debug ? 1 : 0);
17 $ftp->login();
18 print $ftp->pwd,"\n";
19 $ftp->quit;
/osnet-11/usr/src/lib/libdtrace/sparc/
H A Ddt_isadep.c54 fasttrap_probe_spec_t *ftp, const GElf_Sym *symp)
56 ftp->ftps_type = DTFTP_ENTRY;
57 ftp->ftps_pc = (uintptr_t)symp->st_value;
58 ftp->ftps_size = (size_t)symp->st_size;
59 ftp->ftps_noffs = 1;
60 ftp->ftps_offs[0] = 0;
62 if (ioctl(dtp->dt_ftfd, FASTTRAPIOC_MAKEPROBE, ftp) != 0) {
73 fasttrap_probe_spec_t *ftp, const GElf_Sym *symp, uint64_t *stret)
97 ftp->ftps_type = DTFTP_RETURN;
98 ftp
53 dt_pid_create_entry_probe(struct ps_prochandle *P, dtrace_hdl_t *dtp, fasttrap_probe_spec_t *ftp, const GElf_Sym *symp) argument
72 dt_pid_create_return_probe(struct ps_prochandle *P, dtrace_hdl_t *dtp, fasttrap_probe_spec_t *ftp, const GElf_Sym *symp, uint64_t *stret) argument
278 dt_pid_create_offset_probe(struct ps_prochandle *P, dtrace_hdl_t *dtp, fasttrap_probe_spec_t *ftp, const GElf_Sym *symp, ulong_t off) argument
301 dt_pid_create_glob_offset_probes(struct ps_prochandle *P, dtrace_hdl_t *dtp, fasttrap_probe_spec_t *ftp, const GElf_Sym *symp, const char *pattern) argument
[all...]
/osnet-11/usr/src/lib/libdtrace/i386/
H A Ddt_isadep.c58 fasttrap_probe_spec_t *ftp, const GElf_Sym *symp)
60 ftp->ftps_type = DTFTP_ENTRY;
61 ftp->ftps_pc = (uintptr_t)symp->st_value;
62 ftp->ftps_size = (size_t)symp->st_size;
63 ftp->ftps_noffs = 1;
64 ftp->ftps_offs[0] = 0;
66 if (ioctl(dtp->dt_ftfd, FASTTRAPIOC_MAKEPROBE, ftp) != 0) {
77 uint8_t *text, fasttrap_probe_spec_t *ftp, const GElf_Sym *symp)
89 for (i = 0; i < ftp->ftps_size; i += size) {
110 ftp
57 dt_pid_create_entry_probe(struct ps_prochandle *P, dtrace_hdl_t *dtp, fasttrap_probe_spec_t *ftp, const GElf_Sym *symp) argument
76 dt_pid_has_jump_table(struct ps_prochandle *P, dtrace_hdl_t *dtp, uint8_t *text, fasttrap_probe_spec_t *ftp, const GElf_Sym *symp) argument
120 dt_pid_create_return_probe(struct ps_prochandle *P, dtrace_hdl_t *dtp, fasttrap_probe_spec_t *ftp, const GElf_Sym *symp, uint64_t *stret) argument
264 dt_pid_create_offset_probe(struct ps_prochandle *P, dtrace_hdl_t *dtp, fasttrap_probe_spec_t *ftp, const GElf_Sym *symp, ulong_t off) argument
346 dt_pid_create_glob_offset_probes(struct ps_prochandle *P, dtrace_hdl_t *dtp, fasttrap_probe_spec_t *ftp, const GElf_Sym *symp, const char *pattern) argument
[all...]
/osnet-11/usr/src/lib/lvm/libmeta/common/
H A Dsdssc_bind.c136 func_table_p ftp; local
173 for (ftp = dl_table; ftp->fptr != (void *)0; ftp++) {
174 if ((*ftp->fptr = dlsym(dp, ftp->fname)) == NULL) {
180 if (strcmp(ftp->fname,
182 *ftp->fptr = (void *)&not_bound_error;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A DFTP.pm78 my $ftp = $pkg->SUPER::new(PeerAddr => $peer,
79 PeerPort => $arg{Port} || 'ftp(21)',
87 ${*$ftp}{'net_ftp_host'} = $host; # Remote hostname
88 ${*$ftp}{'net_ftp_type'} = 'A'; # ASCII/binary/etc mode
89 ${*$ftp}{'net_ftp_blksize'} = abs($arg{'BlockSize'} || 10240);
91 ${*$ftp}{'net_ftp_localaddr'} = $arg{'LocalAddr'};
93 ${*$ftp}{'net_ftp_firewall'} = $fire
95 ${*$ftp}{'net_ftp_firewall_type'} = $fire_type
98 ${*$ftp}{'net_ftp_passive'} = int
107 $ftp
[all...]
H A DNetrc.pm217 used as by the ftp program.
219 C<Net::Netrc> also implements security checks just like the ftp program,
273 with I<ftp>.
H A DConfig.pm203 There are many different ftp firewall products available. But unfortunately
211 remote.host The hostname of the remote ftp server
/osnet-11/usr/src/lib/libdtrace/common/
H A Ddt_pid.c74 fasttrap_probe_spec_t *ftp, dt_errtag_t tag, const char *fmt, ...)
79 if (ftp != NULL)
80 dt_free(dtp, ftp);
105 fasttrap_probe_spec_t *ftp; local
120 (symp->st_size - 1) * sizeof (ftp->ftps_offs[0]));
122 if ((ftp = dt_alloc(dtp, sz)) == NULL) {
127 ftp->ftps_pid = pid;
128 (void) strncpy(ftp->ftps_func, func, sizeof (ftp->ftps_func));
130 dt_pid_objname(ftp
73 dt_pid_error(dtrace_hdl_t *dtp, dt_pcb_t *pcb, dt_proc_t *dpr, fasttrap_probe_spec_t *ftp, dt_errtag_t tag, const char *fmt, ...) argument
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/I18N/
H A DLangTags.pm764 * RFC 3066, C<ftp://ftp.isi.edu/in-notes/rfc3066.txt>, "Tags for the
767 * RFC 2277, C<ftp://ftp.isi.edu/in-notes/rfc2277.txt>, "IETF Policy on
770 * RFC 2231, C<ftp://ftp.isi.edu/in-notes/rfc2231.txt>, "MIME Parameter
774 * RFC 2482, C<ftp://ftp.isi.edu/in-notes/rfc2482.txt>,
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Sys/Syslog/
H A DSyslog.pm1566 - L<ftp://ftp.tpc.int/tpc/server/UNIX/>
1567 - L<ftp://ftp-usa.tpc.int/pub/tpc/server/UNIX/>
1582 - L<ftp://ftp.kiae.su/pub/unix/fido/>
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/utils/
H A Dlibnetcfg.PL57 ftp_testhost ftp.funet.fi
527 Do you have a firewall/ftp proxy between your machine and the internet
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DCPAN.pm56 $CPAN::Defaultsite ||= "ftp://ftp.perl.org/pub/CPAN";
1320 o conf urllist unshift ftp://ftp.foo.bar/
2251 my $ftp = Net::FTP->new($host);
2252 return 0 unless defined $ftp;
2253 $ftp->debug(1) if $CPAN::DEBUG{'FTP'} & $CPAN::DEBUG;
2255 unless ( $ftp->login("anonymous",$Config::Config{'cf_email'}) ){
2259 unless ( $ftp->cwd($dir) ){
2263 $ftp
[all...]
H A DCGI.pm5317 You should always use full URLs (including the http: or ftp: part) in
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CPAN/
H A DFirstTime.pm295 for $progname (qw/gzip tar unzip make lynx wget ncftpget ncftp ftp gpg/){
628 Finally, you will be prompted for any extra URLs -- file:, ftp:, or
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DParseUtils.pm360 elsif(m!^((?:http|ftp|mailto|news):.+)$!i) {
374 elsif(m!^(.*?)\s*[|]\s*((?:http|ftp|mailto|news):.+)$!) {
H A DPlainText.pm399 if (/^(?:https?|ftp|news):/) {
H A DHtml.pm1338 ftp
1827 # for other kinds of links, like file:, ftp:, etc.
/osnet-11/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex34 % ftp://tug.org/tex/texinfo.tex
6381 it from ftp://tug.org/tex/epsf.tex.}
/osnet-11/usr/src/grub/grub2/docs/
H A Dtexinfo.tex32 % ftp://tug.org/tex/texinfo.tex
7394 it from ftp://tug.org/tex/epsf.tex.}

Completed in 100 milliseconds