Searched refs:hostname (Results 351 - 375 of 850) sorted by relevance

<<11121314151617181920>>

/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/build/
H A Dshtool674 hostname=''
677 hostname="`(uname -n) 2>/dev/null |\
679 if [ ".$hostname" = . ]; then
680 hostname="`(hostname) 2>/dev/null |\
682 if [ ".$hostname" = . ]; then
683 hostname='unknown'
686 case $hostname in
688 domainname=".`echo $hostname | cut -d. -f2-`"
689 hostname
[all...]
/macosx-10.9.5/cups-372.4/cups/cgi-bin/
H A Dipp-var.c819 hostname[HTTP_MAX_URI], local
844 * well as the locally configured hostname. We'll check *both* of
865 sizeof(userpass), hostname, sizeof(hostname), &port,
909 if (!_cups_strcasecmp(hostname, "127.0.0.1") ||
910 !_cups_strcasecmp(hostname, "[::1]") ||
911 !_cups_strcasecmp(hostname, "localhost") ||
912 !_cups_strncasecmp(hostname, "localhost.", 10) ||
913 !_cups_strcasecmp(hostname, server) ||
914 !_cups_strcasecmp(hostname, servernam
[all...]
/macosx-10.9.5/Heimdal-323.92.1/appl/kx/
H A Dcommon.c407 char hostname[MaxHostNameLen]; local
410 gethostname (hostname, sizeof(hostname));
413 auth.address = hostname;
571 * localhost with name given in `ai' (or `hostname') and display
577 struct addrinfo *ai, const char *hostname, int disp_nr)
601 if (hostname != NULL
604 && strncmp (auth->address, hostname, auth->address_length) == 0)
576 match_local_auth(Xauth* auth, struct addrinfo *ai, const char *hostname, int disp_nr) argument
/macosx-10.9.5/Heimdal-323.92.1/lib/kadm5/
H A Dinit_c.c434 char *hostname, *slash; local
444 hostname = ctx->admin_server;
445 slash = strchr (hostname, '/');
447 hostname = slash + 1;
449 error = getaddrinfo (hostname, portstr, &hints, &ai);
462 krb5_warn (context, errno, "connect(%s)", hostname);
471 krb5_warnx (context, "failed to contact %s", hostname);
/macosx-10.9.5/apache-786.1/httpd/modules/proxy/
H A Dmod_proxy_ajp.c216 conn->worker->hostname);
301 conn->worker->hostname);
341 conn->worker->hostname);
628 conn->worker->hostname);
646 conn->worker->hostname);
761 backend->hostname);
781 worker->hostname);
/macosx-10.9.5/smb-697.95.1/lib/smb/
H A Dnb_net.c50 int getaddrinfo_ipv6(const char *hostname, const char *servname,
194 int getaddrinfo_ipv6(const char *hostname, const char *servname, argument
209 len = strnlen(hostname, 1024); /* assume hostname < 1024 */
210 if ((len > 3) && (hostname[0] == '[') && (hostname[len - 1] == ']')) {
216 * Copy string and skip beginning '[' (&hostname[1]) and
219 strlcpy(temp_name, &hostname[1], len - 1);
232 error = getaddrinfo (hostname, servname, hints, res);
/macosx-10.9.5/system_cmds-597.90.1/getty.tproj/
H A Dmain.c110 char hostname[MAXHOSTNAMELEN]; variable
206 gethostname(hostname, sizeof(hostname) - 1);
207 hostname[sizeof(hostname) - 1] = '\0';
208 if (hostname[0] == '\0')
209 strcpy(hostname, "Amnesiac");
/macosx-10.9.5/system_cmds-597.90.1/system_cmds-597.1.1/getty.tproj/
H A Dmain.c110 char hostname[MAXHOSTNAMELEN]; variable
206 gethostname(hostname, sizeof(hostname) - 1);
207 hostname[sizeof(hostname) - 1] = '\0';
208 if (hostname[0] == '\0')
209 strcpy(hostname, "Amnesiac");
/macosx-10.9.5/Heimdal-323.92.1/lib/ntlm/
H A Dntlm.c653 if (data->hostname)
654 free(data->hostname);
664 struct sec_buffer domain, hostname; local
684 CHECK(ret_sec_buffer(in, &hostname), 0);
694 CHECK(ret_sec_string(in, 0, &hostname, &data->hostname), 0);
722 struct sec_buffer domain, hostname; local
733 if (type1->hostname) {
749 hostname.offset = domain.allocated + domain.offset;
750 if (type1->hostname) {
[all...]
/macosx-10.9.5/bootp-268.1/bootpd.tproj/
H A Dbootpd.c1304 * packet. Handle <bootfile>.<hostname> to allow a specific host to
1308 bootp_add_bootfile(const char * request_file, const char * hostname, argument
1335 if (hostname) {
1340 strcat(path, hostname);
1437 char * hostname = NULL; local
1466 &hostname, &bootfile) == FALSE) {
1471 &hostname, &bootfile) == FALSE) {
1482 if (bootp_getbyip_file(iaddr, &hostname, &bootfile) == FALSE) {
1485 || bootp_getbyip_ds(iaddr, &hostname, &bootfile) == FALSE) {
1496 hostname
1611 add_subnet_options(char * hostname, struct in_addr iaddr, interface_t * if_p, dhcpoa_t * options, const uint8_t * tags, int n) argument
[all...]
/macosx-10.9.5/system_cmds-597.90.1/login.tproj/
H A Dlogin.c53 * login -h hostname (for telnetd, etc.)
194 static char *hostname; /* hostname from command line */ variable
308 "hostname size", optarg);
310 hostname = optarg;
471 pam_err = pam_set_item(pamh, PAM_RHOST, hostname);
654 if (hostname)
655 (void)strncpy(utmp.ut_host, hostname, sizeof(utmp.ut_host));
750 hostname, tty, pwd->pw_name);
763 username, tty, hostname);
[all...]
/macosx-10.9.5/system_cmds-597.90.1/system_cmds-597.1.1/login.tproj/
H A Dlogin.c53 * login -h hostname (for telnetd, etc.)
194 static char *hostname; /* hostname from command line */ variable
308 "hostname size", optarg);
310 hostname = optarg;
471 pam_err = pam_set_item(pamh, PAM_RHOST, hostname);
654 if (hostname)
655 (void)strncpy(utmp.ut_host, hostname, sizeof(utmp.ut_host));
750 hostname, tty, pwd->pw_name);
763 username, tty, hostname);
[all...]
/macosx-10.9.5/remote_cmds-41.90.1/telnet.tproj/
H A Dcommands.c104 char *hostname; variable
1661 * hostname.
2066 printf("Connected to %s.\n", hostname);
2202 printf("?Already connected to %s\n", hostname);
2286 fprintf(stderr, "hostname too long for unix domain socket: %s",
2310 (hostname = strrchr(hostp, ':')) == NULL)
2311 hostname = strrchr(hostp, '@');
2312 if (hostname == NULL) {
2313 hostname = hostp;
2315 hostname
[all...]
/macosx-10.9.5/cups-372.4/cups/scheduler/
H A Dclient.c104 char *hostname; /* Hostname for address */ local
223 httpAddrString(con->http.hostaddr, con->http.hostname,
224 sizeof(con->http.hostname)));
238 * Get the hostname or format the IP address as needed...
247 strlcpy(con->http.hostname, "localhost", sizeof(con->http.hostname));
248 hostname = con->http.hostname;
257 hostname = httpAddrLookup(con->http.hostaddr, con->http.hostname,
882 hostname[HTTP_MAX_URI], /* Hostname */ local
[all...]
/macosx-10.9.5/gnuserv-7/gnuserv/
H A Dgnuserv.c598 char hostname[HOSTNAMSZ]; local
606 gethostname(hostname,HOSTNAMSZ);
608 if ((host_addr = internet_addr(hostname)) == -1)
611 progname,hostname);
633 while ((fscanf(host_file,"%s",hostname) != EOF)) /* find a host */
634 if ((host_addr = internet_addr(hostname)) != -1)/* get its addr */
/macosx-10.9.5/Heimdal-323.92.1/lib/gssapi/krb5/
H A Dimport_name.c130 char *hostname = NULL, *service; local
134 /* If its not a hostname */
148 hostname = p->name.name_string.val[1];
153 hostname,
206 * Squash any trailing . on the hostname since that is jolly
/macosx-10.9.5/Heimdal-323.92.1/lib/gssapi/ntlm/
H A Dkdc.c247 const char *hostname,
269 hostname,
345 const char *hostname,
243 kdc_type2(OM_uint32 *minor_status, ntlm_ctx ntlmctx, void *ctx, uint32_t flags, const char *hostname, const char *domain, uint32_t *ret_flags, struct ntlm_buf *out) argument
342 kdc_ti(OM_uint32 *minor_status, ntlm_ctx ntlmctx, void *ctx, const char *hostname, const char *domain) argument
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/contrib/ldapc++/src/
H A DLDAPAsynConnection.cpp48 void LDAPAsynConnection::init(const string& hostname, int port){ argument
51 " hostname:" << hostname << endl
55 m_uri.setHost(hostname);
H A DLDAPAsynConnection.h66 * @param hostname Name (or IP-Adress) of the destination host
83 * @param hostname The Name or IP-Address of the destination
87 void init(const std::string& hostname, int port);
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/qt/raw/
H A Dqrawwebview.cpp50 void QRawWebViewPrivate::handleAuthenticationRequiredRequest(const String& hostname, const String& realm, const String& prefilledUsername, String& username, String& password) argument
55 void QRawWebViewPrivate::handleCertificateVerificationRequest(const String& hostname, bool& ignoreErrors) argument
60 void QRawWebViewPrivate::handleProxyAuthenticationRequiredRequest(const String& hostname, uint16_t port, const String& prefilledUsername, String& username, String& password) argument
/macosx-10.9.5/CPANInternal-140/Perl-Ldap/lib/Net/
H A DLDAPS.pm58 Create a new connection. HOST is the hostname to contact. OPTIONS is a
/macosx-10.9.5/CPANInternal-140/Perl4-CoreLibs-0.003/lib/
H A Dsyslog.pl166 if (chop($myname = `hostname`)) {
/macosx-10.9.5/Security-55471.14.18/include/security_smime/
H A Dcert.h104 // Check the hostname to make sure that it matches the shexp that
106 SECStatus CERT_VerifyCertName(SecCertificateRef cert, const char *hostname);
/macosx-10.9.5/Security-55471.14.18/libsecurity_smime/lib/
H A Dcert.h104 // Check the hostname to make sure that it matches the shexp that
106 SECStatus CERT_VerifyCertName(SecCertificateRef cert, const char *hostname);
/macosx-10.9.5/WebCore-7537.78.1/html/
H A DHTMLAnchorElement.h74 String hostname() const;

Completed in 576 milliseconds

<<11121314151617181920>>