Searched refs:host (Results 26 - 50 of 1504) sorted by relevance

1234567891011>>

/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DDatabaseHostTreeElement.js26 WebInspector.DatabaseHostTreeElement = function(host)
28 WebInspector.StorageTreeElement.call(this, WebInspector.FolderTreeElement.FolderIconStyleClassName, WebInspector.displayNameForHost(host), null);
30 this._host = host;
H A DIndexedDatabaseHostTreeElement.js26 WebInspector.IndexedDatabaseHostTreeElement = function(host)
28 WebInspector.StorageTreeElement.call(this, WebInspector.FolderTreeElement.FolderIconStyleClassName, WebInspector.displayNameForHost(host), null);
30 this._host = host;
/macosx-10.10.1/emacs-93/emacs/lisp/url/
H A Durl-irc.el50 (defun url-irc-zenirc (host port channel user password)
51 (let ((zenirc-buffer-name (if (and user host port)
52 (format "%s@%s:%d" user host port)
53 (format "%s:%d" host port)))
56 (list host port password nil user))))
64 (defun url-irc-rcirc (host port channel user password)
66 (rcirc-connect host port user nil nil (when chan (list chan)))
68 (switch-to-buffer (concat chan "@" host)))))
70 (defun url-irc-erc (host port channel user password)
71 (erc-handle-irc-url host por
[all...]
/macosx-10.10.1/postfix-255/postfix/src/util/
H A Dhost_port.c5 /* split string into host and port, destroy string
9 /* const char *host_port(string, host, def_host, port, def_service)
11 /* char **host;
16 /* host_port() splits a string into substrings with the host
25 /* [host]:port, [host]:, [host]
27 /* host:port, host:, host
112 host_port(char *buf, char **host, char *def_host, char **port, char *def_service) argument
177 char *host; local
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/expect/expect/example/
H A Dxpstat28 set host $expect_out(1,string)
30 regsub -all . $host _ host
32 set host [string tolower $host]
33 lappend hosts $host
41 set world($host) "$worldtmp by $author"
47 set max($host) 0
48 display $host
57 set db($host,
[all...]
/macosx-10.10.1/OpenSSH-189/openssh/
H A Dauth-sia.c57 const char *host; local
59 host = get_canonical_hostname(options.use_dns);
64 if (sia_ses_init(&ent, saved_argc, saved_argv, host, authctxt->user,
70 authctxt->user, host);
86 const char *host; local
88 host = get_canonical_hostname(options.use_dns);
90 if (sia_ses_init(&ent, saved_argc, saved_argv, host, pw->pw_name,
102 pw->pw_name, host);
106 pw->pw_name, host);
/macosx-10.10.1/apache-793/httpd/docs/conf/extra/
H A Dhttpd-info.conf.in16 Require host .example.com
34 Require host .example.com
/macosx-10.10.1/autofs-246/automountd/
H A Dreplica.h42 char *host; member in struct:replica
/macosx-10.10.1/bind9-45.101/bind9/bin/tests/system/
H A Dsend.pl28 @ARGV == 2 or die "usage: send.pl host port [file ...]\n";
30 my $host = shift @ARGV;
33 my $sock = IO::Socket::INET->new(PeerAddr => $host, PeerPort => $port,
/macosx-10.10.1/bind9-45.101/bind9/lib/dns/rdata/generic/
H A Drt_21.h30 dns_name_t host; member in struct:dns_rdata_rt
/macosx-10.10.1/cups-408/cups/backend/
H A Dtestsupplies.c36 http_addrlist_t *host; /* Host addresses */ local
48 if ((host = httpAddrGetList(argv[1], AF_UNSPEC, "9100")) == NULL)
54 if ((snmp_fd = _cupsSNMPOpen(host->addr.addr.sa_family)) < 0)
64 if (backendSNMPSupplies(snmp_fd, &(host->addr), &page_count,
/macosx-10.10.1/ksh-23/ksh/src/cmd/INIT/
H A Dhurl.sh95 host=$url
96 path=/${host#*/}
97 host=${host%%/*}
98 case $host in
100 port=${host##*:}
101 host=${host%:*}
106 test 0 != $verbose && echo "$command: prot=$prot host=$host por
[all...]
/macosx-10.10.1/adv_cmds-158/whois/
H A Dwhois.c94 static struct addrinfo *gethostinfo(char const *host, int exit_on_error);
106 const char *country, *host; local
114 country = host = qnichost = NULL;
119 host = ANICHOST;
122 host = PNICHOST;
125 host = ABUSEHOST;
131 host = DNICHOST;
134 host = GNICHOST;
137 host = optarg;
140 host
240 gethostinfo(char const *host, int exit_on_error) argument
280 char *buf, *host, *nhost, *p; local
[all...]
/macosx-10.10.1/ruby-106/ruby/lib/rubygems/commands/
H A Dpush_command.rb23 super 'push', description, :host => self.host
28 add_option('--host HOST',
29 'Push to another gemcutter-compatible host') do |value, options|
30 options[:host] = value
33 @host = nil
37 @host = options[:host]
39 sign_in @host
66 unless @host the
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/xotcl/xotcl/apps/actiweb/
H A DAgentClient.xotcl37 set host [::set ::receiverHost]
38 my clone $host "" [list [self] class-cloned]
64 set host [::set ::receiverHost]
67 puts stderr "Result: [my syncInvoke $host $invokeAgent $invokeMethod]"
70 set host [::set ::receiverHost]
72 set result [my syncMigrate $host computeXXX]
76 set host [::set ::receiverHost]
78 set result [my syncClone $host computeXXX]
82 set host [::set ::receiverHost]
85 my invoke [list resultPrinter printResult my INVOKE] $host
[all...]
/macosx-10.10.1/BerkeleyDB-21/db/examples_cxx/excxx_repquote/
H A DRepConfigInfo.h10 // Chainable struct used to store host information.
12 char* host; member in struct:RepHostInfoObj
23 void addOtherHost(char* host, int port, bool peer);
/macosx-10.10.1/BerkeleyDB-21/db/examples_java/src/db/repquote/
H A DRepQuoteEnvironment.java22 public RepQuoteEnvironment(final java.io.File host, argument
26 super(host, config);
/macosx-10.10.1/Heimdal-398.1.2/lib/gssapi/gssapi/
H A DGSSPrivate.h6 GSSRuleGetMatch(CFDictionaryRef rules, CFStringRef host);
9 GSSRuleAddMatch(CFMutableDictionaryRef rules, CFStringRef host, CFStringRef value);
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_codesigning/req/
H A Dcfm.ireqs4 host => anchor apple and identifier com.apple.LaunchCFMApp // CFM runner tool
/macosx-10.10.1/bind9-45.101/bind9/contrib/query-loc-0.4.0/
H A Dquery-loc.c18 char *host; local
57 host = argv[0];
60 if ((addr.s_addr = inet_addr (host)) == INADDR_NONE)
63 printf ("%s is a name\n", host);
64 loc = getlocbyname (host, FALSE);
69 printf ("%s is an IP address ", host);
88 printf ("No LOCation found for %s\n", host);
94 printf ("LOCation for %s is ", host);
/macosx-10.10.1/ppp-786.1.1/Family/
H A Dppp_link.h32 int ppp_link_attachclient(u_short index, void *host, struct ppp_link **link);
33 int ppp_link_detachclient(struct ppp_link *link, void *host);
/macosx-10.10.1/WebKit2-7600.1.25/Shared/
H A DSecurityOriginData.cpp43 securityOriginData.host = securityOrigin->host();
51 return SecurityOrigin::create(protocol, host, port);
57 encoder << host; local
65 if (!decoder.decode(securityOriginData.host))
78 result.host = host.isolatedCopy();
95 RefPtr<API::Object> origin = WebSecurityOrigin::create(originData.protocol, originData.host, originData.port);
110 && a.host == b.host
[all...]
/macosx-10.10.1/libiconv-42/libiconv/build-aux/
H A Dreloc-ldflags27 # The first argument passed to this file is the canonical host specification,
39 host="$1"
40 host_cpu=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
41 host_vendor=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
42 host_os=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
97 echo "relocation via rpath not supported on this system: $host" 1>&2
/macosx-10.10.1/ruby-106/ruby/test/uri/
H A Dtest_http.rb27 host = 'aBcD'
28 u1 = URI.parse('http://' + host + '/eFg?HiJ')
29 u2 = URI.parse('http://' + host.downcase + '/eFg?HiJ')
30 assert(u1.normalize.host == 'abcd')
33 assert(!u1.normalize.host.equal?(u1.host))
34 assert( u2.normalize.host.equal?(u2.host))
54 assert_equal(['http', 'a.b.c', 80], URI.parse('http://a.b.c/').select(:scheme, :host, :port))
58 u.select(:scheme, :host,
[all...]
/macosx-10.10.1/postfix-255/postfix/src/global/
H A Ddict_mysql.c21 /* on each host is identical (mirrored) and maintains one connection
225 * every so often if a host is down */
367 * This initial expansion is outside the context of any specific host
412 /* dict_mysql_check_stat - check the status of a host */
414 static int dict_mysql_check_stat(HOST *host, unsigned stat, unsigned type, argument
417 if ((host->stat & stat) && (!type || host->type & type)) {
419 if (host->stat == STATFAIL && host->ts > 0 && host
460 HOST *host; local
498 HOST *host = (HOST *) context; local
515 HOST *host; local
557 plmysql_connect_single(DICT_MYSQL *dict_mysql, HOST *host) argument
598 plmysql_close_host(HOST *host) argument
609 plmysql_down_host(HOST *host) argument
760 HOST *host = (HOST *) mymalloc(sizeof(HOST)); local
[all...]

Completed in 585 milliseconds

1234567891011>>