Searched refs:log_hostname (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/fm/libfmd_log/common/
H A Dfmd_log.h59 const char *log_hostname; /* ea_get_hostname(3EXACCT) string */ member in struct:fmd_log_header
H A Dfmd_log.c541 hp->log_hostname = hostname ? hostname : "";
/osnet-11/usr/src/lib/krb5/kadm5/
H A Dlogger.c166 char *log_hostname;
887 log_control.log_hostname = (char *) malloc(MAXHOSTNAMELEN + 1);
888 if (log_control.log_hostname) {
889 if (gethostname(log_control.log_hostname, MAXHOSTNAMELEN) == -1) {
890 free(log_control.log_hostname);
891 log_control.log_hostname = NULL;
893 log_control.log_hostname[MAXHOSTNAMELEN] = '\0';
951 if (log_control.log_hostname)
952 free(log_control.log_hostname);
953 log_control.log_hostname
165 char *log_hostname; member in struct:log_control
[all...]

Completed in 31 milliseconds