HomeSort by: relevance | last modified time | path
    Searched defs:local_hostname (Results 1 - 2 of 2) sorted by relevancy

  /src/crypto/external/bsd/heimdal/dist/lib/krb5/
verify_init.c 94 char local_hostname[MAXHOSTNAMELEN]; local
96 if (gethostname (local_hostname, sizeof(local_hostname)) < 0) {
104 local_hostname,
  /src/crypto/external/bsd/heimdal/dist/lib/roken/
syslogc.c 53 static char local_hostname[ MAX_COMPUTERNAME_LENGTH + 1 ]; variable
203 n = sizeof(local_hostname);
204 if( !GetComputerName( local_hostname, &n ) )
232 if( datagramm_size - strlen(local_hostname) - (ident? strlen(ident) : 0) < 64 )
327 local_hostname, syslog_ident, syslog_procid_str );

Completed in 17 milliseconds