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

1234567891011>>

/macosx-10.10.1/JavaScriptCore-7600.1.17/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.10.1/apache-793/httpd/modules/lua/test/htdocs/
H A Dheaders.lua2 local host = r.headers_in['host']
3 r:debug(host)
4 r:puts(host)
/macosx-10.10.1/bash-94.1.2/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.10.1/xnu-2782.1.97/osfmk/mach/
H A Dhost_special_ports.h61 * Defines codes for access to host-wide special ports.
108 * In the get call, the host parameter can be any host, but will generally
109 * be the local node host port. In the set call, the host must the per-node
110 * host port for the node being affected.
112 #define host_get_host_port(host, port) \
113 (host_get_special_port((host), \
115 #define host_set_host_port(host, port) (KERN_INVALID_ARGUMENT)
117 #define host_get_host_priv_port(host, por
[all...]
H A Dmach_host.defs63 * Mach host operations support. Includes processor allocation and
83 * References to host objects are returned by:
88 * Return information about this host.
91 host : host_t;
99 host : host_t;
103 * Get host page size
112 host : host_t;
121 host :host_t;
130 * Get processor info for all the processors on this host.
134 host
[all...]
/macosx-10.10.1/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.10.1/ruby-106/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.10.1/WebInspectorUI-7600.1.17/UserInterface/Models/
H A DCookieStorageObject.js26 WebInspector.CookieStorageObject = function(host)
28 this._host = host;
32 WebInspector.CookieStorageObject.CookieHostCookieKey = "cookie-storage-host";
37 get host()
44 cookie[WebInspector.CookieStorageObject.CookieHostCookieKey] = this.host;
46 // FIXME: This class will need to look up cookies that are set for this host.
/macosx-10.10.1/curl-83.1.2/curl/lib/
H A Dnetrc.h25 /* returns -1 on failure, 0 if the host is found, 1 is the host isn't found */
26 int Curl_parsenetrc(const char *host,
30 /* Assume: (*passwordp)[0]=0, host[0] != 0.
/macosx-10.10.1/postfix-255/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.10.1/tcl-105/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.10.1/ntp-92/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.10.1/ruby-106/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.10.1/libiconv-42/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.10.1/ruby-106/ruby/benchmark/
H A Dbm_app_uri.rb6 uri.host
/macosx-10.10.1/tcl-105/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.10.1/curl-83.1.2/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.10.1/Heimdal-398.1.2/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
900 struct host *host; local
[all...]
/macosx-10.10.1/Libc-1044.1.2/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.10.1/ruby-106/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.10.1/ruby-106/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)
/macosx-10.10.1/xnu-2782.1.97/osfmk/kern/
H A Dhost.h58 * kern/host.h
60 * Definitions for host data structures.
79 struct host { struct
85 typedef struct host host_data_t;
89 #define host_lock(host) lck_mtx_lock(&(host)->lock)
90 #define host_unlock(host) lck_mtx_unlock(&(host)->lock)

Completed in 199 milliseconds

1234567891011>>