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

1234567891011>>

/macosx-10.10/postfix-255/postfix/src/util/
H A Dinet_connect.c24 /* The destination to connect to. The format is host:port. If no
25 /* host is specified, a port on the local host is assumed.
80 char *host; local
92 * Translate address information to internal form. No host defaults to
93 * the local host.
96 if ((parse_err = host_port(buf, &host, "localhost", &port, (char *) 0)) != 0)
98 if ((aierr = hostname_to_sockaddr(host, port, SOCK_STREAM, &res0)) != 0)
99 msg_fatal("host/service %s/%s not found: %s",
100 host, por
[all...]
/macosx-10.10/ruby-106/ruby/test/rubygems/
H A Dtest_gem_commands_push_command.rb9 Gem.host = Gem::DEFAULT_HOST
21 @host = 'https://rubygems.example'
49 @cmd.instance_variable_set :@host, @host
53 assert_match %r{Pushing gem to #{@host}...}, @ui.output
68 @fetcher.data["#{Gem.host}/api/v1/gems"] = [@response, 200, 'OK']
81 host = 'https://other.example'
86 @fetcher.data["#{host}/api/v1/gems"] = [@response, 200, 'OK']
87 @fetcher.data["#{Gem.host}/api/v1/gems"] =
90 @cmd.options[:host]
[all...]
/macosx-10.10/tcl-105/tcl_ext/expect/expect/example/
H A Dgethostbyaddr14 # If the host part of the FQDN cannot be determined, the original IP address
176 set host $expect_out(1,string)
177 printhost $host nslookup 1
180 guessHost [lindex [split $host "."] 0]
188 # next telnet to host and ask it what its name is
199 set host $expect_out(1,string)
201 printhost $host.$domain smtp 1
203 # if not valid FQDN, it's likely either host or domain
205 guessDomain $host.$domain
207 guessHost $host
[all...]
/macosx-10.10/cxxfilt-11/cxxfilt/binutils/testsuite/binutils-all/
H A Dobjcopy.exp24 if ![is_remote host] {
33 if ![is_remote host] {
37 set tempfile [remote_download host tmpdir/bintest.o]
64 if [is_remote host] {
67 remote_upload host $tempfile $src1
68 remote_upload host ${copyfile}.o $src2
121 if [is_remote host] {
134 if [is_remote host] {
135 remote_upload host ${srecfile} tmpdir/copy.srec
345 if [is_remote host] {
[all...]
/macosx-10.10/Heimdal-398.1.2/appl/ftp/ftpd/
H A Dlogwtmp.c84 ftpd_logwtmp_asl(char *line, char *name, char *host) argument
98 "host %s/%s user %s%sconnected pid %d",
99 host, line, name, name[0] ? " " : "dis", (int)getpid());
107 ftpd_logwtmp_wtmp(char *line, char *name, char *host) argument
138 strncpy(ut.ut_host, host, sizeof(ut.ut_host));
146 strncpy(utx.ut_host, host, sizeof(utx.ut_host));
148 utx.ut_syslen = strlen(host) + 1;
192 ftpd_logwtmp(char *line, char *name, char *host) argument
195 ftpd_logwtmp_asl(line, name, host);
197 ftpd_logwtmp_wtmp(line, name, host);
[all...]
/macosx-10.10/Security-57031.1.35/securityd/src/
H A Dcsproxy.cpp81 // Given a host reference (possibly NULL for the process itself), locate
83 // guests until it find a host that either has no guests, or whose guests
88 Guest *host = findGuest(hostRef, true); local
90 if (Guest *guest = findGuest(host))
92 host = guest;
95 return host;
119 // Returns the host if the attributes can't be found (*loose* interpretation).
123 CodeSigningHost::Guest *CodeSigningHost::findGuest(Guest *host, const CssmData &attrData) argument
135 if (guest->isGuestOf(host, loose))
136 host
169 findGuest(Guest *host) argument
229 RefPointer<Guest> host = findHost(hostRef); local
284 RefPointer<Guest> host = findHost(hostRef); local
342 isGuestOf(Guest *host, GuestCheck check) const argument
389 Lock(CodeSigningHost *host) argument
440 Process::Guest *host = context()->findGuest(hostRef, true); local
[all...]
/macosx-10.10/emacs-93/emacs/lisp/url/
H A Durl-file.el54 (defun url-file-host-is-local-p (host)
58 (null host)
59 (string= "" host)
60 (equal (downcase host) (downcase (system-name)))
61 (and (string-match "^localhost$" host) t)
62 (and (not (string-match (regexp-quote ".") host))
63 (equal (downcase host) (if (string-match (regexp-quote ".")
83 (if (not (url-file-host-is-local-p (url-host ur
[all...]
/macosx-10.10/rsync-45/rsync/support/
H A Drrsync183 my $host = $ENV{SSH_CONNECTION} || 'unknown';
184 $host =~ s/ .*//; # Keep only the client's IP addr
185 $host =~ s/^::ffff://;
186 $host = gethostbyaddr(inet_aton($host),AF_INET) || $host;
187 printf LOG "%02d:%02d %-13s [%s]\n", $hh, $mm, $host, "@opts @args";
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/transfer/
H A Dreceiver.tcl24 typemethod {stream channel} {chan host port args} {
25 # Select stream configuration ( host => active, otherwise
27 if {$host eq {}} {
33 -channel $chan -host $host -port $port \
50 typemethod {stream file} {file host port args} {
54 set receiver [eval [linsert $args 0 $type stream channel $chan $host $port]]
94 delegate option -host to myconnect
H A Dtransmitter.tcl24 typemethod {stream channel} {chan host port args} {
25 # Select stream configuration ( host => active, otherwise
27 if {$host eq {}} {
33 -channel $chan -host $host -port $port \
50 typemethod {stream file} {file host port args} {
54 return [eval [linsert $args 0 $type stream channel $chan $host $port]]
81 delegate option -host to myconnect
/macosx-10.10/emacs-93/emacs/lisp/net/
H A Dange-ftp.el37 ;; '/user@host:name' then it will spawn an FTP process connecting to machine
38 ;; 'host' as account 'user' and perform its operation on the file 'name'.
44 ;; then ange-ftp spawns an FTP process, connect to the host 'anorman' as
51 ;; The default extended filename syntax is '/user@host:name', where the
54 ;; The `host' part has an optional suffix `#port' which may be used to
62 ;; A password is required for each host/user pair. Ange-ftp reads passwords
80 ;; The routine ange-ftp-add-dumb-unix-host can be called to tell ange-ftp to
81 ;; limit itself to the DIR command and not 'ls' for a given UNIX host. Note
85 ;; the value of ange-ftp-dumb-unix-host-regexp in your .emacs file. ange-ftp
91 ;; To do filename completion, ange-ftp needs a listing from the remote host
[all...]
/macosx-10.10/WebCore-7600.1.25/loader/mac/
H A DLoaderNSURLExtras.mm60 // lastPathComponent is no good, try the host.
61 NSString *host = URL(url).host();
62 filename = filenameByFixingIllegalCharacters(host);
69 // For example, if the filename ends up being the host, we wouldn't want to correct ".com" in "www.apple.com".
/macosx-10.10/WebKit2-7600.1.25/NetworkProcess/ios/
H A DNetworkProcessIOS.mm41 + (void)setAllowsSpecificHTTPSCertificate:(NSArray *)certificateChain forHost:(NSString *)host;
72 void NetworkProcess::allowSpecificHTTPSCertificateForHost(const CertificateInfo& certificateInfo, const String& host)
74 [NSURLRequest setAllowsSpecificHTTPSCertificate:(NSArray *)certificateInfo.certificateChain() forHost:host];
/macosx-10.10/WebKit2-7600.1.25/UIProcess/API/efl/
H A Dewk_auth_request.cpp84 const char* EwkAuthRequest::host() const function in class:EwkAuthRequest
90 WKRetainPtr<WKStringRef> host(AdoptWK, WKProtectionSpaceCopyHost(protectionSpace.get()));
91 if (!host || WKStringIsEmpty(host.get()))
94 m_host = host.get();
173 return impl->host();
/macosx-10.10/WebKit2-7600.1.25/WebProcess/ResourceCache/
H A DWebResourceCacheManager.cpp72 CFStringRef host = static_cast<CFStringRef>(CFArrayGetValueAtIndex(cfURLHosts.get(), i));
73 origins.add(SecurityOrigin::create(httpString, host, 0));
96 originData.host = origin->host();
113 RefPtr<SecurityOrigin> origin = SecurityOrigin::create(originData.protocol, originData.host, originData.port);
122 CFArrayAppendValue(hostArray.get(), origin->host().createCFString().get());
/macosx-10.10/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/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/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/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/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/WebCore-7600.1.25/platform/network/curl/
H A DSSLHandle.cpp46 void allowsAnyHTTPSCertificateHosts(const String& host) argument
49 allowedHosts.set(host, certificates);
52 void addAllowedClientCertificate(const String& host, const String& certificate, const String& key) argument
55 allowedClientHosts.set(host.lower(), clientInfo);
60 String host = handle->firstRequest().url().host(); local
61 HashMap<String, clientCertificate>::iterator it = allowedClientHosts.find(host.lower());
72 bool sslIgnoreHTTPSCertificate(const String& host, const ListHashSet<String>& certificates) argument
74 HashMap<String, ListHashSet<String>>::iterator it = allowedHosts.find(host);
195 String host local
[all...]
/macosx-10.10/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/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/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/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...]

Completed in 325 milliseconds

1234567891011>>