Searched refs:host (Results 151 - 175 of 1504) sorted by relevance

1234567891011>>

/macosx-10.10.1/Heimdal-398.1.2/appl/kx/
H A Drxtelnet.in4 usage="Usage: $0 [-l username] [-k] [-fF] [-t args_to_telnet] [-x args_to_xterm] [-K args_to_kx] [-w term_emulator] [-b telnet_binary] [-n] [-v] [-h | --help] [--version] host [port]"
33 host=$1
35 title="${title}${host}"
40 set -- `kx $kx_args $host`
68 ($term -title $title -n $title $xterm_args -e env DISPLAY=$disp XAUTHORITY=$auth $binary -D $telnet_args $host $port; test x"$pid" != xNO && kill -USR2 $pid) &
70 env DISPLAY=$disp XAUTHORITY=$auth $binary -D $telnet_args $host $port
/macosx-10.10.1/CPANInternal-159.1/Class-C3-XS-0.13/inc/Module/Install/
H A DFetch.pm16 my ($scheme, $host, $path, $file) =
22 ($scheme, $host, $path, $file) =
27 print "Fetching '$file' from $host... ";
29 unless (eval { require Socket; Socket::inet_aton($host) }) {
30 warn "'$host' resolve failed!\n";
45 my $ftp = Net::FTP->new($host, Passive => 1, Timeout => 600);
64 open $host
/macosx-10.10.1/CPANInternal-159.1/Class-Trigger-0.14/inc/Module/Install/
H A DFetch.pm16 my ($scheme, $host, $path, $file) =
22 ($scheme, $host, $path, $file) =
27 print "Fetching '$file' from $host... ";
29 unless (eval { require Socket; Socket::inet_aton($host) }) {
30 warn "'$host' resolve failed!\n";
45 my $ftp = Net::FTP->new($host, Passive => 1, Timeout => 600);
64 open $host
/macosx-10.10.1/CPANInternal-159.1/DateTime-Format-Pg-0.16007/inc/Module/Install/
H A DFetch.pm16 my ($scheme, $host, $path, $file) =
22 ($scheme, $host, $path, $file) =
27 print "Fetching '$file' from $host... ";
29 unless (eval { require Socket; Socket::inet_aton($host) }) {
30 warn "'$host' resolve failed!\n";
45 my $ftp = Net::FTP->new($host, Passive => 1, Timeout => 600);
64 open $host
/macosx-10.10.1/CPANInternal-159.1/DateTime-Format-W3CDTF-0.06/inc/Module/Install/
H A DFetch.pm16 my ($scheme, $host, $path, $file) =
22 ($scheme, $host, $path, $file) =
27 print "Fetching '$file' from $host... ";
29 unless (eval { require Socket; Socket::inet_aton($host) }) {
30 warn "'$host' resolve failed!\n";
45 my $ftp = Net::FTP->new($host, Passive => 1, Timeout => 600);
64 open $host
/macosx-10.10.1/CPANInternal-159.1/Pod-ProjectDocs-0.40/inc/Module/Install/
H A DFetch.pm16 my ($scheme, $host, $path, $file) =
22 ($scheme, $host, $path, $file) =
27 print "Fetching '$file' from $host... ";
29 unless (eval { require Socket; Socket::inet_aton($host) }) {
30 warn "'$host' resolve failed!\n";
45 my $ftp = Net::FTP->new($host, Passive => 1, Timeout => 600);
64 open $host
/macosx-10.10.1/CPANInternal-159.1/Test-use-ok-0.11/inc/Module/Install/
H A DFetch.pm16 my ($scheme, $host, $path, $file) =
22 ($scheme, $host, $path, $file) =
27 print "Fetching '$file' from $host... ";
29 unless (eval { require Socket; Socket::inet_aton($host) }) {
30 warn "'$host' resolve failed!\n";
45 my $ftp = Net::FTP->new($host, Passive => 1, Timeout => 600);
64 open $host
/macosx-10.10.1/Heimdal-398.1.2/lib/krb5/
H A Dtest_plugin.c106 char host[MAXHOSTNAMELEN]; local
130 while(krb5_krbhst_next_as_string(context, handle, host, sizeof(host)) == 0){
132 if (strcmp(host, "127.0.0.2") != 0)
133 krb5_errx(context, 1, "wrong address: %s", host);
136 krb5_errx(context, 1, "failed to find host");
/macosx-10.10.1/OpenSSH-189/openssh/regress/
H A Daddrmatch.sh10 user="$1"; addr="$2"; host="$3"; laddr="$4"; lport="$5"
13 verbose "test $descr for $user $addr $host"
15 -C user=${user},addr=${addr},host=${host},laddr=${laddr},lport=${lport} | \
25 Match Address 192.168.0.0/16,!192.168.30.0/24,10.0.0.0/8,host.example.com
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Models/
H A DDatabaseObject.js26 WebInspector.DatabaseObject = function(id, host, name, version)
29 this._host = host ? host : WebInspector.UIString("Local File");
35 WebInspector.DatabaseObject.HostCookieKey = "database-object-host";
48 get host()
65 cookie[WebInspector.DatabaseObject.HostCookieKey] = this.host;
/macosx-10.10.1/WebKit-7600.1.25/win/
H A DWebUserContentURLPattern.cpp108 HRESULT WebUserContentURLPattern::host(BSTR* host) argument
110 if (!host)
112 *host = BString(m_pattern.host()).release();
/macosx-10.10.1/postfix-255/postfix/src/util/
H A Dinet_connect.c24 /* The destination to connect to. The format is host:port. If no
25 /* host is specified, a port on the local host is assumed.
80 char *host; local
92 * Translate address information to internal form. No host defaults to
93 * the local host.
96 if ((parse_err = host_port(buf, &host, "localhost", &port, (char *) 0)) != 0)
98 if ((aierr = hostname_to_sockaddr(host, port, SOCK_STREAM, &res0)) != 0)
99 msg_fatal("host/service %s/%s not found: %s",
100 host, por
[all...]
/macosx-10.10.1/ruby-106/ruby/test/rubygems/
H A Dtest_gem_commands_push_command.rb9 Gem.host = Gem::DEFAULT_HOST
21 @host = 'https://rubygems.example'
49 @cmd.instance_variable_set :@host, @host
53 assert_match %r{Pushing gem to #{@host}...}, @ui.output
68 @fetcher.data["#{Gem.host}/api/v1/gems"] = [@response, 200, 'OK']
81 host = 'https://other.example'
86 @fetcher.data["#{host}/api/v1/gems"] = [@response, 200, 'OK']
87 @fetcher.data["#{Gem.host}/api/v1/gems"] =
90 @cmd.options[:host]
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/expect/expect/example/
H A Dgethostbyaddr14 # If the host part of the FQDN cannot be determined, the original IP address
176 set host $expect_out(1,string)
177 printhost $host nslookup 1
180 guessHost [lindex [split $host "."] 0]
188 # next telnet to host and ask it what its name is
199 set host $expect_out(1,string)
201 printhost $host.$domain smtp 1
203 # if not valid FQDN, it's likely either host or domain
205 guessDomain $host.$domain
207 guessHost $host
[all...]
/macosx-10.10.1/cxxfilt-11/cxxfilt/binutils/testsuite/binutils-all/
H A Dobjcopy.exp24 if ![is_remote host] {
33 if ![is_remote host] {
37 set tempfile [remote_download host tmpdir/bintest.o]
64 if [is_remote host] {
67 remote_upload host $tempfile $src1
68 remote_upload host ${copyfile}.o $src2
121 if [is_remote host] {
134 if [is_remote host] {
135 remote_upload host ${srecfile} tmpdir/copy.srec
345 if [is_remote host] {
[all...]
/macosx-10.10.1/Heimdal-398.1.2/appl/ftp/ftpd/
H A Dlogwtmp.c84 ftpd_logwtmp_asl(char *line, char *name, char *host) argument
98 "host %s/%s user %s%sconnected pid %d",
99 host, line, name, name[0] ? " " : "dis", (int)getpid());
107 ftpd_logwtmp_wtmp(char *line, char *name, char *host) argument
138 strncpy(ut.ut_host, host, sizeof(ut.ut_host));
146 strncpy(utx.ut_host, host, sizeof(utx.ut_host));
148 utx.ut_syslen = strlen(host) + 1;
192 ftpd_logwtmp(char *line, char *name, char *host) argument
195 ftpd_logwtmp_asl(line, name, host);
197 ftpd_logwtmp_wtmp(line, name, host);
[all...]
/macosx-10.10.1/Security-57031.1.35/securityd/src/
H A Dcsproxy.cpp81 // Given a host reference (possibly NULL for the process itself), locate
83 // guests until it find a host that either has no guests, or whose guests
88 Guest *host = findGuest(hostRef, true); local
90 if (Guest *guest = findGuest(host))
92 host = guest;
95 return host;
119 // Returns the host if the attributes can't be found (*loose* interpretation).
123 CodeSigningHost::Guest *CodeSigningHost::findGuest(Guest *host, const CssmData &attrData) argument
135 if (guest->isGuestOf(host, loose))
136 host
169 findGuest(Guest *host) argument
229 RefPointer<Guest> host = findHost(hostRef); local
284 RefPointer<Guest> host = findHost(hostRef); local
342 isGuestOf(Guest *host, GuestCheck check) const argument
389 Lock(CodeSigningHost *host) argument
440 Process::Guest *host = context()->findGuest(hostRef, true); local
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/url/
H A Durl-file.el54 (defun url-file-host-is-local-p (host)
58 (null host)
59 (string= "" host)
60 (equal (downcase host) (downcase (system-name)))
61 (and (string-match "^localhost$" host) t)
62 (and (not (string-match (regexp-quote ".") host))
63 (equal (downcase host) (if (string-match (regexp-quote ".")
83 (if (not (url-file-host-is-local-p (url-host ur
[all...]
/macosx-10.10.1/rsync-45/rsync/support/
H A Drrsync183 my $host = $ENV{SSH_CONNECTION} || 'unknown';
184 $host =~ s/ .*//; # Keep only the client's IP addr
185 $host =~ s/^::ffff://;
186 $host = gethostbyaddr(inet_aton($host),AF_INET) || $host;
187 printf LOG "%02d:%02d %-13s [%s]\n", $hh, $mm, $host, "@opts @args";
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/transfer/
H A Dreceiver.tcl24 typemethod {stream channel} {chan host port args} {
25 # Select stream configuration ( host => active, otherwise
27 if {$host eq {}} {
33 -channel $chan -host $host -port $port \
50 typemethod {stream file} {file host port args} {
54 set receiver [eval [linsert $args 0 $type stream channel $chan $host $port]]
94 delegate option -host to myconnect
H A Dtransmitter.tcl24 typemethod {stream channel} {chan host port args} {
25 # Select stream configuration ( host => active, otherwise
27 if {$host eq {}} {
33 -channel $chan -host $host -port $port \
50 typemethod {stream file} {file host port args} {
54 return [eval [linsert $args 0 $type stream channel $chan $host $port]]
81 delegate option -host to myconnect
/macosx-10.10.1/emacs-93/emacs/lisp/net/
H A Dange-ftp.el37 ;; '/user@host:name' then it will spawn an FTP process connecting to machine
38 ;; 'host' as account 'user' and perform its operation on the file 'name'.
44 ;; then ange-ftp spawns an FTP process, connect to the host 'anorman' as
51 ;; The default extended filename syntax is '/user@host:name', where the
54 ;; The `host' part has an optional suffix `#port' which may be used to
62 ;; A password is required for each host/user pair. Ange-ftp reads passwords
80 ;; The routine ange-ftp-add-dumb-unix-host can be called to tell ange-ftp to
81 ;; limit itself to the DIR command and not 'ls' for a given UNIX host. Note
85 ;; the value of ange-ftp-dumb-unix-host-regexp in your .emacs file. ange-ftp
91 ;; To do filename completion, ange-ftp needs a listing from the remote host
[all...]
/macosx-10.10.1/WebKit2-7600.1.25/NetworkProcess/ios/
H A DNetworkProcessIOS.mm41 + (void)setAllowsSpecificHTTPSCertificate:(NSArray *)certificateChain forHost:(NSString *)host;
72 void NetworkProcess::allowSpecificHTTPSCertificateForHost(const CertificateInfo& certificateInfo, const String& host)
74 [NSURLRequest setAllowsSpecificHTTPSCertificate:(NSArray *)certificateInfo.certificateChain() forHost:host];
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/API/efl/
H A Dewk_auth_request.cpp84 const char* EwkAuthRequest::host() const function in class:EwkAuthRequest
90 WKRetainPtr<WKStringRef> host(AdoptWK, WKProtectionSpaceCopyHost(protectionSpace.get()));
91 if (!host || WKStringIsEmpty(host.get()))
94 m_host = host.get();
173 return impl->host();
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/ResourceCache/
H A DWebResourceCacheManager.cpp72 CFStringRef host = static_cast<CFStringRef>(CFArrayGetValueAtIndex(cfURLHosts.get(), i));
73 origins.add(SecurityOrigin::create(httpString, host, 0));
96 originData.host = origin->host();
113 RefPtr<SecurityOrigin> origin = SecurityOrigin::create(originData.protocol, originData.host, originData.port);
122 CFArrayAppendValue(hostArray.get(), origin->host().createCFString().get());

Completed in 676 milliseconds

1234567891011>>