gethostname        97 lib/replace/getaddrinfo.c 	if (gethostname(name, HOST_NAME_MAX) == -1) {
gethostname        62 lib/util/system.c 	gethostname(hostname, sizeof(hostname) - 1);
gethostname       204 lib/util/util.c 	if (gethostname(hostname, sizeof(hostname)) == -1) {
gethostname      1772 source3/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c 		if (gethostname(my_hostname, sizeof(my_hostname)) == -1) {
gethostname      1839 source3/lib/util_sock.c 	if (gethostname(my_hostname, sizeof(my_hostname)) == -1) {
gethostname       120 source4/heimdal/lib/gssapi/spnego/accept_sec_context.c     if (gethostname(hostname, sizeof(hostname) - 2) != 0) {
gethostname       433 source4/heimdal/lib/gssapi/spnego/accept_sec_context.c 	    if (gethostname(hostname, sizeof(hostname)) != 0) {
gethostname        57 source4/heimdal/lib/krb5/get_addrs.c     if (gethostname (hostname, sizeof(hostname))) {
gethostname       231 source4/heimdal/lib/krb5/get_host_realm.c 	if (gethostname (hostname, sizeof(hostname))) {
gethostname      1014 source4/heimdal/lib/krb5/principal.c         gethostname (local_hostname, sizeof(local_hostname)) == 0 &&
gethostname      1310 source4/heimdal/lib/krb5/principal.c 	ret = gethostname(localhost, sizeof(localhost) - 1);