Searched refs:hostname (Results 1 - 25 of 850) sorted by path

1234567891011>>

/macosx-10.9.5/AppleUSBIrDA-145.2.4/DumpLog/
H A Ddumplog.cpp92 char hostname[100]; // hostname of peer variable
114 printf(" %s hostname 0xLogInfoAddress # remote log\n", argv[0]);
305 ok = SetPeer(argv); // lookup the hostname
308 printf("Debugging with %s [%s]\n", hostname, inet_ntoa(peeraddr.sin_addr));
329 // return true if hostname on command line is ok
339 strcpy(hostname, host->h_name);
347 strcpy(hostname, argv[1]);
/macosx-10.9.5/BerkeleyDB-21/db/dist/
H A Dconfigure711 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
713 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
1692 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
11982 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
15014 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
17597 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
20191 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
20671 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/mod_db4/
H A Dconfigure245 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
247 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
941 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2483 echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
/macosx-10.9.5/BerkeleyDB-21/db/repmgr/
H A Drepmgr_sel.c874 char *hostname; local
910 hostname = dbt->data;
911 hostname[dbt->size-1] = '\0';
912 if ((ret = accept_handshake(env, conn, hostname)) != 0)
991 char *hostname; local
1003 hostname = conn->input.repmgr_msg.rec.data;
1004 if ((ret = accept_v1_handshake(env, conn, hostname)) != 0)
1108 char *hostname; local
1113 hostname = conn->input.repmgr_msg.rec.data;
1115 if ((ret = accept_v1_handshake(env, conn, hostname)) !
1157 char *hostname; local
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/test_micro/
H A Dtest_micro118 t=RUN.`hostname | sed 's/\..*//'`
/macosx-10.9.5/CPANInternal-140/Authen-Krb5/
H A DKrb5.pm150 =item sname_to_principal(hostname,sname,type)
152 Generates a server principal from the given hostname, service, and type.
207 =item mk_req(auth_context,ap_req_options,service,hostname,in,cc)
213 the name of the service for which you want a ticket (like 'host'), hostname
214 is the hostname of the server, 'in' can be any user-specified data that can
242 principal to which you are authenticating, e.g. service.hostname@REALM.
H A DKrb5.xs215 krb5_sname_to_principal(hostname,sname,type)
216 char *hostname
221 err = krb5_sname_to_principal(context,hostname,sname,type,&RETVAL);
368 krb5_mk_req(auth_context, ap_req_options, service, hostname, in, cc)
372 char *hostname
381 err = krb5_mk_req(context,&auth_context,ap_req_options,service,hostname,
H A Dsample_server15 chomp($SERVER = hostname());
H A Dsimple_server15 chomp($SERVER = hostname());
/macosx-10.9.5/CPANInternal-140/Crypt-SSLeay-0.64/eg/
H A Dnet-ssl-test59 Note http:// on proxy hostname is stripped off, and is
/macosx-10.9.5/CPANInternal-140/Crypt-SSLeay-0.64/lib/Net/
H A DSSL.pm544 Returns the hostname of an https proxy server, as specified by the
/macosx-10.9.5/CPANInternal-140/Crypt-SSLeay/eg/
H A Dnet-ssl-test59 Note http:// on proxy hostname is stripped off, and is
/macosx-10.9.5/CPANInternal-140/Crypt-SSLeay/lib/Net/
H A DSSL.pm502 Returns the hostname of an https proxy server, as specified by the
/macosx-10.9.5/CPANInternal-140/Data-UUID-1.218/
H A DUUID.xs174 char hostname[MAX_COMPUTERNAME_LENGTH + 1];
184 char hostname[257];
196 GetComputerName(r.hostname, &r.l );
204 gethostname(r.hostname, 256);
/macosx-10.9.5/CPANInternal-140/Data-UUID/
H A DUUID.xs141 char hostname[MAX_COMPUTERNAME_LENGTH + 1];
147 char hostname[257];
161 GetComputerName(r.hostname, &r.l );
165 gethostname(r.hostname, 256);
/macosx-10.9.5/CPANInternal-140/File-NFSLock-1.21/lib/File/
H A DNFSLock.pm107 ### need the hostname
110 $HOSTNAME = Sys::Hostname::hostname();
/macosx-10.9.5/CPANInternal-140/File-NFSLock/lib/File/
H A DNFSLock.pm107 ### need the hostname
110 $HOSTNAME = &Sys::Hostname::hostname();
/macosx-10.9.5/CPANInternal-140/HTTP-Proxy-0.25/lib/HTTP/
H A DProxy.pm9 use Sys::Hostname; # hostname()
94 via => hostname() . " (HTTP::Proxy/$VERSION)",
1180 prevent its addition. (default: C<$hostname (HTTP::Proxy/$VERSION)>)
/macosx-10.9.5/CPANInternal-140/HTTP-Proxy/lib/HTTP/
H A DProxy.pm9 use Sys::Hostname; # hostname()
94 via => hostname() . " (HTTP::Proxy/$VERSION)",
1180 prevent its addition. (default: C<$hostname (HTTP::Proxy/$VERSION)>)
/macosx-10.9.5/CPANInternal-140/IO-Socket-SSL/
H A DMakefile.PL79 so verifying a hostname against the certificate will not work.
H A DSSL.pm313 $host or return $self->error( "Cannot determine peer hostname for verification" );
414 # should be hostname, not IPv4/6
1182 # function to verify the hostname
1209 # is the given hostname an IP address? Then we have to convert to network byte order [RFC791][RFC2460]
1213 # no IPv4 or hostname have ':' in it, try IPv6.
1215 or croak "'$identity' is not IPv6, but neither IPv4 nor hostname";
1217 # definitly no hostname, try IPv4
1218 $ipn = inet_aton( $identity ) or croak "'$identity' is not IPv4, but neither IPv6 nor hostname";
1220 # assume hostname, check for umlauts etc
1770 || die "hostname verificatio
[all...]
/macosx-10.9.5/CPANInternal-140/Krb5-1.9/
H A DKrb5.pm150 =item sname_to_principal(hostname,sname,type)
152 Generates a server principal from the given hostname, service, and type.
234 =item mk_req(auth_context,ap_req_options,service,hostname,in,cc)
240 the name of the service for which you want a ticket (like 'host'), hostname
241 is the hostname of the server, 'in' can be any user-specified data that can
269 principal to which you are authenticating, e.g. service.hostname@REALM.
H A DKrb5.xs233 krb5_sname_to_principal(hostname,sname,type)
234 char *hostname
239 err = krb5_sname_to_principal(context,hostname,sname,type,&RETVAL);
471 krb5_mk_req(auth_context, ap_req_options, service, hostname, in, cc)
475 char *hostname
484 err = krb5_mk_req(context,&auth_context,ap_req_options,service,hostname,
H A Dsample_server15 chomp($SERVER = hostname());
H A Dsimple_server15 chomp($SERVER = hostname());

Completed in 377 milliseconds

1234567891011>>