Searched refs:host (Results 1 - 25 of 1702) sorted by relevance

1234567891011>>

/macosx-10.9.5/JavaScriptCore-7537.78.1/tests/mozilla/js1_5/Regress/
H A Dregress-89443.js45 function FindProxyForURL(url, host)
48 if (isPlainHostName(host)
49 || dnsDomainIs(host, ".hennepin.lib.mn.us")
50 || dnsDomainIs(host, ".hclib.org")
53 else if (isPlainHostName(host)
57 || dnsDomainIs(host, ".asahi.com")
58 || dnsDomainIs(host, ".2facts.com")
59 || dnsDomainIs(host, ".oclc.org")
60 || dnsDomainIs(host, ".collegesource.com")
61 || dnsDomainIs(host, "
[all...]
/macosx-10.9.5/bash-92/bash-3.2/examples/functions/
H A Dgethtml11 local host port
18 host="$1"
21 exec 3<> /dev/tcp/$host/$port || {
22 echo "$FUNCNAME: $host/$port: cannot connect" >&2
/macosx-10.9.5/xnu-2422.115.4/osfmk/mach/
H A Dhost_special_ports.h61 * Defines codes for access to host-wide special ports.
106 * In the get call, the host parameter can be any host, but will generally
107 * be the local node host port. In the set call, the host must the per-node
108 * host port for the node being affected.
110 #define host_get_host_port(host, port) \
111 (host_get_special_port((host), \
113 #define host_set_host_port(host, port) (KERN_INVALID_ARGUMENT)
115 #define host_get_host_priv_port(host, por
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/java/src/com/sleepycat/db/
H A DReplicationHostAddress.java13 a host in a replication group.
31 public String host; field in class:ReplicationHostAddress
37 host: localhost and port 0.
48 Create a ReplicationHostAddress with user defined host and port information.
50 public ReplicationHostAddress(String host, int port) argument
53 this.host = host;
58 return host + ":" + port;
/macosx-10.9.5/bootp-268.1/bootplib/
H A Dtftplib.h24 char * tftp_get(char * host, char * remote_file, off_t * len_p, int t);
/macosx-10.9.5/ruby-104/ruby/sample/
H A Dclnt.rb2 # usage: ruby clnt.rb [host] port
7 host = ARGV.shift
9 host = "localhost"
11 print("Trying ", host, " ...")
13 s = TCPSocket.open(host, ARGV.shift)
H A Ddualstack-fetch.rb19 # split URL into host, port and path
23 host = $1
26 host = hostport
29 if host =~ /^\[(.*)\]$/
30 host = $1
34 #STDERR.print "host=<#{host}>\n"
38 STDERR.print "conntecting to #{host} port #{port}\n"
39 c = TCPSocket.new(host, port)
44 c.print "Host: #{host}\
[all...]
/macosx-10.9.5/postfix-252/postfix/src/util/
H A Dget_domainname.c50 const char *host; local
58 host = get_hostname();
59 if ((dot = strchr(host, '.')) == 0 || strchr(dot + 1, '.') == 0) {
60 my_domain_name = mystrdup(host);
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/examples/transfer/
H A Dtransmit.tcl11 set host [lindex $argv 1]
12 if {$host eq {}} { set host localhost }
24 transfer::transmitter stream file $file $host 6789 \
H A Dstransmit.tcl19 set host [lindex $argv 1]
20 if {$host eq {}} { set host localhost }
35 transfer::transmitter stream file $file $host 6789 \
/macosx-10.9.5/ntp-88/scripts/
H A Dntp-groper3 # ntpgroper host ...
7 # the host is named "dumbo.hp.com":
31 for host in $*
33 # echo "Trying $host."
35 gethost $host > /dev/null 2>&1
38 echo "$host not registered in DNS"
42 ping $host 64 1 > /dev/null 2>&1
45 echo "$host not responding to ping"
53 ntpq -c "ntpversion $version" -p $host > $ntpqlog 2>&1
57 echo "$host refuse
[all...]
/macosx-10.9.5/ruby-104/ruby/lib/
H A Dresolv-replace.rb8 def getaddress(host)
10 return Resolv.getaddress(host).to_s
12 raise SocketError, "Hostname not known: #{host}"
21 def initialize(host, serv, *rest)
23 original_resolv_initialize(IPSocket.getaddress(host), serv, *rest)
31 def bind(host, port)
32 host = IPSocket.getaddress(host) if host != ""
33 original_resolv_bind(host, por
[all...]
/macosx-10.9.5/WebCore-7537.78.1/page/
H A DOriginAccessEntry.cpp38 OriginAccessEntry::OriginAccessEntry(const String& protocol, const String& host, SubdomainSetting subdomainSetting) argument
40 , m_host(host.lower())
45 // Assume that any host that ends with a digit is trying to be an IP address.
51 ASSERT(origin.host() == origin.host().lower());
57 // Special case: Include subdomains and empty host means "all hosts, including ip addresses".
62 if (m_host == origin.host())
74 if (origin.host().length() > m_host.length() && origin.host()[origin.host()
[all...]
/macosx-10.9.5/libiconv-41/libiconv/libcharset/tools/
H A Dall-locales7 host=`/bin/sh ../build-aux/config.guess`
8 host_cpu=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
9 host_vendor=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
10 host_os=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
/macosx-10.9.5/ruby-104/ruby/benchmark/
H A Dbm_app_uri.rb6 uri.host
/macosx-10.9.5/tcl-102/tcl_ext/expect/expect/example/
H A Dvrfy4 # separate address into user and host
5 regexp (.*)@(.*) $argv ignore user host
10 # host might be an mx record, convert to a real host via nslookup
15 send "$host\r"
19 set host $expect_out(1,string)
23 spawn telnet $host smtp
/macosx-10.9.5/curl-78.94.1/curl/docs/examples/
H A Dresolve.c29 struct curl_slist *host = NULL; local
36 host = curl_slist_append(NULL, "example.com:80:127.0.0.1");
40 curl_easy_setopt(curl, CURLOPT_RESOLVE, host);
48 curl_slist_free_all(host);
/macosx-10.9.5/curl-78.94.1/curl/lib/
H A Dnetrc.h29 /* returns -1 on failure, 0 if the host is found, 1 is the host isn't found */
30 int Curl_parsenetrc(const char *host,
34 /* Assume: password[0]=0, host[0] != 0.
/macosx-10.9.5/WebCore-7537.78.1/platform/network/blackberry/
H A DDNSBlackBerry.cpp44 void prefetchDNS(const String& host) argument
46 if (host.isEmpty())
48 BlackBerry::Platform::prefetchDNS(host);
/macosx-10.9.5/WebCore-7537.78.1/dom/
H A DTemplateContentDocumentFragment.h38 static PassRefPtr<TemplateContentDocumentFragment> create(Document* document, const Element* host) argument
40 return adoptRef(new TemplateContentDocumentFragment(document, host));
43 const Element* host() const { return m_host; } function in class:WebCore::FINAL
46 TemplateContentDocumentFragment(Document* document, const Element* host) argument
48 , m_host(host)
/macosx-10.9.5/Heimdal-323.92.1/lib/krb5/
H A Dsend_to_kdc.c290 struct host;
293 krb5_error_code (*prepare)(krb5_context, struct host *, const krb5_data *);
294 krb5_error_code (*send)(krb5_context, struct host *);
295 krb5_error_code (*recv)(krb5_context, struct host *, krb5_data *);
299 struct host { struct
315 debug_host(krb5_context context, int level, struct host *host, const char *fmt, ...)
319 debug_host(krb5_context context, int level, struct host *host, const char *fmt, ...) argument
336 if (host
362 struct host *host = ptr; local
372 host_dead(krb5_context context, struct host *host, const char *msg) argument
381 send_stream(krb5_context context, struct host *host) argument
400 recv_stream(krb5_context context, struct host *host) argument
443 send_kkdcp(krb5_context context, struct host *host) argument
511 host_next_timeout(krb5_context context, struct host *host) argument
525 host_connected(krb5_context context, krb5_sendto_ctx ctx, struct host *host) argument
561 host_connect(krb5_context context, krb5_sendto_ctx ctx, struct host *host) argument
587 prepare_http(krb5_context context, struct host *host, const krb5_data *data) argument
614 recv_http(krb5_context context, struct host *host, krb5_data *data) argument
658 prepare_tcp(krb5_context context, struct host *host, const krb5_data *data) argument
681 recv_tcp(krb5_context context, struct host *host, krb5_data *data) argument
712 prepare_udp(krb5_context context, struct host *host, const krb5_data *data) argument
718 send_udp(krb5_context context, struct host *host) argument
726 recv_udp(krb5_context context, struct host *host, krb5_data *data) argument
793 eval_host_state(krb5_context context, krb5_sendto_ctx ctx, struct host *host, int readable, int writeable) argument
849 struct host *host; local
902 struct host *host; local
[all...]
/macosx-10.9.5/Libc-997.90.3/net/FreeBSD/
H A Dinet_makeaddr.c45 * Formulate an Internet address from network + host. Used in
49 inet_makeaddr(net, host)
50 in_addr_t net, host;
55 a.s_addr = (net << IN_CLASSA_NSHIFT) | (host & IN_CLASSA_HOST);
57 a.s_addr = (net << IN_CLASSB_NSHIFT) | (host & IN_CLASSB_HOST);
59 a.s_addr = (net << IN_CLASSC_NSHIFT) | (host & IN_CLASSC_HOST);
61 a.s_addr = net | host;
/macosx-10.9.5/ruby-104/ruby/lib/rake/contrib/
H A Dpublisher.rb6 # Configuration information about an upload host system.
7 # name :: Name of host system.
11 # pkgdir :: Directory on the host system where packages can be
37 def initialize(host, remote_dir, local_dir)
38 @host = host
44 run %{scp -rq #{@local_dir}/* #{@host}:#{@remote_dir}}
51 run %{ssh #{@host} rm -rf #{@remote_dir}} rescue nil
52 run %{ssh #{@host} mkdir #{@remote_dir}}
59 # Create a publisher using the give host informatio
[all...]
H A Dsshpublisher.rb11 def initialize(host, remote_dir, local_dir)
12 @host = host
18 sh %{scp -rq #{@local_dir}/* #{@host}:#{@remote_dir}}
25 sh %{ssh #{@host} rm -rf #{@remote_dir}} rescue nil
26 sh %{ssh #{@host} mkdir #{@remote_dir}}
35 # Create a publisher using the give host information.
36 def initialize(host, remote_dir, local_dir, *files)
37 @host = host
[all...]
/macosx-10.9.5/ruby-104/ruby/test/socket/
H A Dtest_udp.rb18 host = Object.new
19 class << host; self end.send(:define_method, :to_str) {
24 s.connect(host, 1)
30 host = Object.new
31 class << host; self end.send(:define_method, :to_str) {
36 s.bind(host, 2000)

Completed in 271 milliseconds

1234567891011>>