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

/macosx-10.10.1/Libc-1044.1.2/include/
H A Dlimits.h116 #define _POSIX_HOST_NAME_MAX 255 macro
/macosx-10.10.1/smb-759.0/lib/smb/
H A Dpreference.c308 char buf[_POSIX_HOST_NAME_MAX+1], *cp;
318 buf[MIN(SMB_MAXNetBIOSNAMELEN, _POSIX_HOST_NAME_MAX)] = 0;
/macosx-10.10.1/KerberosHelper-151/Tests/
H A Dkerberos-helper-tests.c38 char myHostname[_POSIX_HOST_NAME_MAX]; // XXX HOST_NAME_MAX
/macosx-10.10.1/syslog-267/libsystem_asl.tproj/src/
H A Dasl.c803 char aux_host[_POSIX_HOST_NAME_MAX];
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);
/macosx-10.10.1/bash-94.1.2/bash-3.2/examples/loadables/
H A Dgetconf.c368 #ifdef _POSIX_HOST_NAME_MAX
369 { "_POSIX_HOST_NAME_MAX", CONSTANT, _POSIX_HOST_NAME_MAX },
371 { "_POSIX_HOST_NAME_MAX", G_UNDEF, -1 },

Completed in 197 milliseconds