Searched refs:host (Results 251 - 275 of 1702) sorted by relevance

<<11121314151617181920>>

/macosx-10.9.5/bash-92/bash-3.2/lib/intl/
H A Dconfig.charset111 # The first argument passed to this file is the canonical host specification,
116 host="$1"
117 os=`echo "$host" | sed -e 's/^[^-]*-[^-]*-\(.*\)$/\1/'`
/macosx-10.9.5/cxxfilt-11/cxxfilt/config/
H A Dmulti.m457 host="$host"
/macosx-10.9.5/emacs-92/emacs/lisp/url/
H A Durl-nfs.el46 (defun url-nfs-unescape (format host port user pass file)
57 (?h (insert host))
65 (let* ((host (url-host url))
72 host port user pass file))))
/macosx-10.9.5/postfix-252/postfix/src/smtp/
H A Dsmtp_addr.c23 /* DNS lookups are disabled, host address lookup is done with
31 /* is updated when the local MTA is MX host for the specified
41 /* host. The host can be specified as a numerical Internet network
42 /* address, or as a symbolic host name.
113 msg_info("pref %4d host %s/%s",
121 /* smtp_addr_one - address lookup for one host name */
123 static DNS_RR *smtp_addr_one(DNS_RR *addr_list, const char *host, argument
136 msg_info("%s: host %s", myname, host);
477 smtp_host_addr(const char *host, int misc_flags, DSN_BUF *why) argument
[all...]
/macosx-10.9.5/ruby-104/ruby/sample/openssl/
H A Dwget.rb13 prx_host = prx_uri.host
17 h = Net::HTTP.new(uri.host, uri.port, prx_host, prx_port)
/macosx-10.9.5/securityd-55199.3/src/
H A Dauthhost.h41 AuthHostInstance(Session &session, AuthHostType host);
/macosx-10.9.5/xnu-2422.115.4/osfmk/kern/
H A Dtask_swap.h98 #include <kern/host.h>
128 host_priv_t, /* host */
/macosx-10.9.5/Heimdal-323.92.1/appl/kx/
H A Dcontext.c43 context_set (kx_context *kc, const char *host, const char *user, int port, argument
48 kc->host = host;
H A Dkx.c112 error = getaddrinfo (kc->host, portstr, &hints, &ai);
114 warnx ("%s: %s", kc->host, gai_strerror(error));
123 warn ("connect(%s)", kc->host);
138 err(1, "getsockname(%s)", kc->host);
212 const char *host = kc->host; local
235 err (1, "write to %s", host);
241 host);
246 errx (1, "%s: %.*s", host, (int)tmp, p);
248 errx (1, "%s: strange msg %d", host, *
357 const char *host = kc->host; local
577 doit_v5(const char *host, int port, const char *user, int passive_flag, int debug_flag, int keepalive_flag, int tcp_flag) argument
652 char *host = NULL; local
[all...]
/macosx-10.9.5/Heimdal-323.92.1/lib/krb5/
H A Dget_host_realm.c38 /* To automagically find the correct realm of a host (without
45 * hosts. To find the realm of host a.b.c, it first tries
135 * Try to figure out what realms host in `domain' belong to from the
156 * This function assumes that `host' is a FQDN (and doesn't handle the
157 * special case of host == NULL either).
164 const char *host,
174 for (p = host; p != NULL; p = strchr (p + 1, '.')) {
178 for (q = host; q != NULL; q = strchr(q + 1, '.'))
190 p = strchr(host, '.');
210 N_("unable to find realm of host
163 _krb5_get_host_realm_int(krb5_context context, const char *host, krb5_boolean use_dns, krb5_realm **realms) argument
232 const char *host; member in struct:host_domain_ctx
287 krb5_get_host_realm(krb5_context context, const char *host, krb5_realm **realms) argument
[all...]
/macosx-10.9.5/Heimdal-323.92.1/tests/gss/
H A Dcheck-gssmask.in53 gssmaskn1="${gssmask} -p 8889 --spn=host/n1.test.h5l.se@${R} --logfile=n1.log"
54 gssmaskn2="${gssmask} -p 8890 --spn=host/n2.test.h5l.se@${R} --logfile=n2.log"
55 gssmaskn3="${gssmask} -p 8891 --spn=host/n3.test.h5l.se@${R} --logfile=n3.log"
75 ${kadmin} add -p p1 --use-defaults host/n1.test.h5l.se@${R} || exit 1
76 ${kadmin} add -p p2 --use-defaults host/n2.test.h5l.se@${R} || exit 1
77 ${kadmin} add -p p3 --use-defaults host/n3.test.h5l.se@${R} || exit 1
78 ${kadmin} ext -k ${keytab} host/n1.test.h5l.se@${R} || exit 1
79 ${kadmin} ext -k ${keytab} host/n2.test.h5l.se@${R} || exit 1
80 ${kadmin} ext -k ${keytab} host/n3.test.h5l.se@${R} || exit 1
/macosx-10.9.5/Security-55471.14.18/include/security_codesigning/
H A DCode.h51 SecCode(SecCode *host);
57 SecCode *host() const;
58 bool isRoot() const { return host() == NULL; }
82 CFRef<CFDataRef> mCDHash; // (dynamic) CodeDirectory hash as per host
/macosx-10.9.5/Security-55471.14.18/libsecurity_codesigning/lib/
H A DCode.h51 SecCode(SecCode *host);
57 SecCode *host() const;
58 bool isRoot() const { return host() == NULL; }
82 CFRef<CFDataRef> mCDHash; // (dynamic) CodeDirectory hash as per host
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DWebURLProtectionSpace.h50 virtual HRESULT STDMETHODCALLTYPE host(
54 /* [in] */ BSTR host,
61 /* [in] */ BSTR host,
/macosx-10.9.5/WebKit2-7537.78.2/Shared/API/c/
H A DWKSecurityOrigin.cpp51 WKSecurityOriginRef WKSecurityOriginCreate(WKStringRef protocol, WKStringRef host, int port) argument
53 RefPtr<WebSecurityOrigin> securityOrigin = WebSecurityOrigin::create(toImpl(protocol)->string(), toImpl(host)->string(), port);
74 return toCopiedAPI(toImpl(securityOrigin)->host());
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/ApplicationCache/
H A DWebApplicationCacheManager.cpp70 originData.host = origin->host();
81 RefPtr<SecurityOrigin> origin = SecurityOrigin::create(originData.protocol, originData.host, originData.port);
/macosx-10.9.5/bootp-268.1/bootplib/
H A Dtftplib.c59 tftp_get(char * host, char * remote_file, off_t * len_p, int t) argument
79 fprintf(f, "connect %s\n", host);
85 host, remote_file, filename);
101 fprintf(stderr, "usage: %s <host> <remote>\n", argv[0]);
/macosx-10.9.5/lukemftp-13.92.1/tnftp/libnetbsd/
H A Dgetnameinfo.c91 char *host, size_t hostlen, char *serv, size_t servlen, int flags)
189 if (host == NULL || hostlen == 0) {
193 * "||" here: RFC2553 says that host == NULL OR hostlen == 0
209 if ((error = ip6_parsenumeric(sa, addr, host,
222 strcpy(host, numaddr);
231 * commented out, since "for local host" is not
244 strcpy(host, hp->h_name);
254 if ((error = ip6_parsenumeric(sa, addr, host,
262 if (inet_ntop(afd->a_af, addr, host,
274 ip6_parsenumeric(const struct sockaddr *sa, const char *addr, char *host, argument
90 getnameinfo(const struct sockaddr *sa, socklen_t salen, char *host, size_t hostlen, char *serv, size_t servlen, int flags) argument
[all...]
/macosx-10.9.5/ppp-727.90.1/Family/
H A Dppp_if.h47 void *host; /* first client structure */ member in struct:ppp_if
95 int ppp_if_attachclient(u_short unit, void *host, ifnet_t *ifp);
96 void ppp_if_detachclient(ifnet_t ifp, void *host);
/macosx-10.9.5/remote_cmds-41.90.1/logger.tproj/
H A Dlogger.c94 char *tag, *host, buf[1024]; local
98 host = NULL;
128 host = optarg;
170 logmessage(pri, host, svcname, buf);
178 logmessage(pri, host, svcname, *argv++);
191 logmessage(pri, host, svcname, buf);
198 logmessage(pri, host, svcname, buf);
205 * Send the message to syslog, either on the local host, or on a remote host
208 logmessage(int pri, const char *host, cons argument
[all...]
/macosx-10.9.5/ruby-104/ruby/test/uri/
H A Dtest_ftp.rb12 url = URI.parse('ftp://user:pass@host.com/abc/def')
17 'user:pass', 'host.com', URI::FTP.default_port,
21 url.scheme, url.userinfo, url.host, url.port,
55 assert_equal(['ftp', 'a.b.c', 21], URI.parse('ftp://a.b.c/').select(:scheme, :host, :port))
60 u.select(:scheme, :host, :not_exist, :port)
/macosx-10.9.5/xnu-2422.115.4/tools/tests/libMicro/
H A Dgetsockname.c68 struct hostent *host; local
82 if ((host = gethostbyname("localhost")) == NULL) {
92 (void) memcpy(&adds.sin_addr.s_addr, host->h_addr_list[0],
H A Dlisten.c71 struct hostent *host; local
85 if ((host = gethostbyname("localhost")) == NULL) {
95 (void) memcpy(&adds.sin_addr.s_addr, host->h_addr_list[0],
/macosx-10.9.5/tcl-102/tcl_ext/sdx/sdx/lib/uri/
H A Duri.tcl76 variable host "(${hostname}|${hostnumber})"
79 variable hostOrPort "${host}(:${port})?"
200 # //<user>:<password>@<host>:<port>/<cwd1>/.../<cwdN>/<name>;type=<typecode>
207 # "//" [ <user> [":" <password> ] "@"] <host> [":" <port>] "/"
212 array set parts {user {} pwd {} host {} port {} path {} type {}}
227 # Handle user, password, host and port
243 user {} pwd {} host {} port {}
263 return ftp://${userPwd}$components(host)${port}/[string trimleft $components(path) /]$type
277 # //<host>:<port>/<path>?<searchpart>
279 # where <host> an
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/uri/
H A Duri.tcl76 variable host "(${hostname}|${hostnumber})"
79 variable hostOrPort "${host}(:${port})?"
200 # //<user>:<password>@<host>:<port>/<cwd1>/.../<cwdN>/<name>;type=<typecode>
207 # "//" [ <user> [":" <password> ] "@"] <host> [":" <port>] "/"
212 array set parts {user {} pwd {} host {} port {} path {} type {}}
227 # Handle user, password, host and port
243 user {} pwd {} host {} port {}
263 return ftp://${userPwd}$components(host)${port}/[string trimleft $components(path) /]$type
277 # //<host>:<port>/<path>?<searchpart>
279 # where <host> an
[all...]

Completed in 298 milliseconds

<<11121314151617181920>>