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

/macosx-10.10/syslog-267/libsystem_asl.tproj/src/
H A Dasl.c803 char aux_host[_POSIX_HOST_NAME_MAX]; local
829 memset(&aux_host, 0, _POSIX_HOST_NAME_MAX);
830 if (gethostname(aux_host, _POSIX_HOST_NAME_MAX) == 0) asl_msg_set_key_val(aux, ASL_KEY_HOST, aux_host);

Completed in 123 milliseconds