Searched refs:host (Results 176 - 200 of 1504) sorted by relevance

1234567891011>>

/macosx-10.10.1/emacs-93/emacs/lisp/erc/
H A Derc-xdcc.el81 (defun erc-xdcc (proc nick login host to query)
85 (format "XDCC %s (%s@%s) sends %S" nick login host query)))
89 (funcall handler proc nick login host (cdr args))
95 (defun erc-xdcc-help (proc nick login host args)
103 (defun erc-xdcc-list (proc nick login host args)
116 (defun erc-xdcc-send (proc nick login host args)
/macosx-10.10.1/procmail-14/procmail/src/
H A Dcomsat.c72 if(!chad||!*chad) /* no host */
82 { const struct hostent*host; /* what host? paranoid checks */ local
83 if(!(host=gethostbyname(chad))||!host->h_0addr_list)
85 newvalid=0; /* host can't be found, too bad */
88 { newaddr.sin_family=host->h_addrtype; /* address number found */
89 tmemmove(&newaddr.sin_addr,host->h_0addr_list,host->h_length);
/macosx-10.10.1/remote_cmds-47/revnetgroup.tproj/
H A Drevnetgroup.c78 char *host, *user, *domain; local
149 while(__getnetgrent(&host, &user, &domain) != 0) {
151 if (!(host && !strcmp(host,"-"))) {
153 host ? host : "*",
/macosx-10.10.1/system_cmds-643.1.1/hostinfo.tproj/
H A Dhostinfo.c36 * Display information about the host this program is
61 host_name_port_t host; local
65 host = mach_host_self();
66 ret = host_kernel_version(host, version);
73 ret = host_info(host, HOST_BASIC_INFO, (host_info_t)&hi, &size);
79 ret = processor_set_default(host, &default_pset);
87 &host, (processor_set_info_t)&basic_info, &count);
/macosx-10.10.1/tcl-105/tcl_ext/xotcl/xotcl/apps/comm/
H A Dget-regression-nb.xotcl4 # ./get-regression-nb.xotcl -host swt -parallel 0
5 # ./get-regression-nb.xotcl -host swt -sequential 0
87 set host localhost
97 -host {set host $val}
130 puts stderr "invalid output on client on host $rhost"
145 append cmd "[pwd]/$::argv0 -host $::host " \
264 http://$host$port/test/file500.html \
265 http://$host
[all...]
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Controllers/
H A DStorageManager.js73 domStorageWasAdded: function(id, host, isLocalStorage)
75 var domStorage = new WebInspector.DOMStorageObject(id, host, isLocalStorage);
81 databaseWasAdded: function(id, host, name, version)
83 var database = new WebInspector.DatabaseObject(id, host, name, version);
199 // Add the host of the frame that changed the main resource to the list of hosts there could be cookies for.
200 var host = parseURL(event.target.url).host; variable
201 if (!host)
204 if (this._cookieStorageObjects[host])
207 this._cookieStorageObjects[host]
[all...]
/macosx-10.10.1/Libinfo-459/lookup.subproj/
H A Dmdns_module.c162 struct hostent host; member in struct:__anon2860
304 if (h->host.h_name && string_equal(h->host.h_name, name)) {
309 if (string_equal(h->host.h_aliases[i], name)) {
316 h->host.h_aliases = (char **)reallocf(h->host.h_aliases, (h->alias_count+2) * sizeof(char *));
317 if (h->host.h_aliases == NULL) {
322 h->host.h_aliases[h->alias_count] = name;
324 h->host.h_aliases[h->alias_count] = NULL;
342 h->host
997 mdns_hostent_t *host; member in struct:__anon2863
[all...]
/macosx-10.10.1/CPANInternal-159.1/Crypt-SSLeay-0.64/eg/
H A Dnet-ssl-test76 my($host, $port, $path);
78 $host = shift || die("need host, run like ./$basename HEAD yourhost.com.foo");
80 $host = shift || "www.nodeworks.com";
82 if($host =~ m|^(https://)?([^/:]+)(:(\d+))?(/.*)?$|) {
83 ($host, $port, $path) = ($2, $4, $5);
128 PeerAddr => $host,
135 $error && die("Can't connect to $host:$port; $error; $!");
138 $out .= "WEB SITE : $host:$port\n";
/macosx-10.10.1/Security-57031.1.35/Security/include/security_codesigning/
H A DSecCodeHost.h35 are unique and valid only in the context of their specific host.
38 They cannot be used to (directly) interrogate another host.
86 is incompatible with dynamic host mode as established by a call to SecHostSetHostingPort.
88 @param host Pass kSecNoGuest to create a guest of the process itself.
90 of the guest to act as the new guest's host. If host has a dedicated guest,
91 it will be deemed to be be the actual host, recursively.
113 @constant kSecCSDedicatedHost Declares dedicated hosting for the given host.
114 In dedicated hosting, the host has exactly one guest (the one this call is
115 introducing), and the host wil
[all...]
H A DSecCodeHostLib.h55 This function declares a code host, engages hosting proxy services for it,
61 OSStatus SecHostLibCreateGuest(SecGuestRef host,
65 OSStatus SecHostLibCreateGuest2(SecGuestRef host,
92 OSStatus SecHostRemoveGuest(SecGuestRef host, SecGuestRef guest, SecCSFlags flags);
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_codesigning/lib/
H A DSecCodeHost.h35 are unique and valid only in the context of their specific host.
38 They cannot be used to (directly) interrogate another host.
86 is incompatible with dynamic host mode as established by a call to SecHostSetHostingPort.
88 @param host Pass kSecNoGuest to create a guest of the process itself.
90 of the guest to act as the new guest's host. If host has a dedicated guest,
91 it will be deemed to be be the actual host, recursively.
113 @constant kSecCSDedicatedHost Declares dedicated hosting for the given host.
114 In dedicated hosting, the host has exactly one guest (the one this call is
115 introducing), and the host wil
[all...]
H A DSecCodeHostLib.h55 This function declares a code host, engages hosting proxy services for it,
61 OSStatus SecHostLibCreateGuest(SecGuestRef host,
65 OSStatus SecHostLibCreateGuest2(SecGuestRef host,
92 OSStatus SecHostRemoveGuest(SecGuestRef host, SecGuestRef guest, SecCSFlags flags);
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Models/
H A DIndexedDatabase.js32 this._host = parseSecurityOrigin(securityOrigin).host;
42 WebInspector.IndexedDatabase.HostCookieKey = "indexed-database-host";
60 get host()
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DDOMStorageTreeElement.js35 WebInspector.StorageTreeElement.call(this, className, WebInspector.displayNameForHost(representedObject.host), representedObject);
48 return WebInspector.displayNameForHost(this.representedObject.host);
H A DSourceMapResourceTreeElement.js49 // Show the host as the subtitle if it is different from the originalSourceCode's host.
50 var sourceMapHost = this.resource.urlComponents.host;
51 var originalHost = this.resource.sourceMap.originalSourceCode.urlComponents.host;
/macosx-10.10.1/WebKit2-7600.1.25/Shared/
H A DWebSecurityOrigin.h42 static PassRefPtr<WebSecurityOrigin> create(const String& protocol, const String& host, int port) argument
44 return create(WebCore::SecurityOrigin::create(protocol, host, port));
H A DWebUserContentURLPattern.h44 const String& host() const { return m_pattern.host(); } function in class:WebKit::WebUserContentURLPattern
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/API/efl/
H A Dewk_security_origin.cpp48 const char* EwkSecurityOrigin::host() const function in class:EwkSecurityOrigin
67 return impl->host();
/macosx-10.10.1/bind9-45.101/bind9/bin/tests/system/tkey/ns1/
H A Dsetup.sh22 keyname=`$KEYGEN -T KEY -a DH -b 768 -n host -r $RANDFILE server`
/macosx-10.10.1/libiconv-42/libiconv/build-aux/
H A Dconfig.libpath28 # The first argument passed to this file is the canonical host specification,
36 host="$1"
37 host_cpu=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
38 host_vendor=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
39 host_os=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
/macosx-10.10.1/libiconv-42/libiconv/libcharset/build-aux/
H A Dconfig.libpath28 # The first argument passed to this file is the canonical host specification,
36 host="$1"
37 host_cpu=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
38 host_vendor=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
39 host_os=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
/macosx-10.10.1/libutil-38/
H A Dlibutil.h62 int realhostname(char *host, size_t hsize, const struct in_addr *ip);
63 int realhostname_sa(char *host, size_t hsize, struct sockaddr *addr,
/macosx-10.10.1/postfix-255/postfix/src/global/
H A Down_inet_addr.c83 char *host; local
146 while ((host = mystrtok(&bufp, sep)) != 0)
147 if (inet_addr_host(addr_list, host) == 0)
148 msg_fatal("config variable %s: host not found: %s",
149 VAR_INET_INTERFACES, host);
232 char *host; local
242 while ((host = mystrtok(&bufp, sep)) != 0)
243 if (inet_addr_host(addr_list, host) == 0)
244 msg_fatal("config variable %s: host not found: %s",
245 VAR_PROXY_INTERFACES, host);
[all...]
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-framework-CFNetwork/PyObjCTest/
H A Dtest_cfhost.py61 def callback(host, typeinfo, error, ctx):
62 lst.append([host, typeinfo, error, ctx])
64 host = CFHostCreateWithName(None, u"www.python.org")
65 CFHostSetClient(host, callback, ctx)
68 CFHostScheduleWithRunLoop(host, rl, kCFRunLoopDefaultMode)
70 ok, err = CFHostStartInfoResolution(host, kCFHostAddresses, None)
77 CFHostUnscheduleFromRunLoop(host, rl, kCFRunLoopDefaultMode)
86 lst, ok = CFHostGetAddressing(host, None)
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-CFNetwork/PyObjCTest/
H A Dtest_cfhost.py74 def callback(host, typeinfo, error, ctx):
75 lst.append([host, typeinfo, error, ctx])
77 host = CFHostCreateWithName(None, u"localhost")
78 CFHostSetClient(host, callback, ctx)
81 CFHostScheduleWithRunLoop(host, rl, kCFRunLoopDefaultMode)
83 ok, err = CFHostStartInfoResolution(host, kCFHostAddresses, None)
90 CFHostUnscheduleFromRunLoop(host, rl, kCFRunLoopDefaultMode)
99 lst, ok = CFHostGetAddressing(host, None)

Completed in 311 milliseconds

1234567891011>>