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

/illumos-gate/usr/src/cmd/make/bin/
H A Dpmake.cc83 wchar_t local_host[MAX_HOSTNAMELEN + 1];
84 char local_host_mb[MAX_HOSTNAMELEN + 1] = "";
237 * 1) hostname is longer than MAX_HOSTNAMELEN, or
240 if ((wcslen(mp) > MAX_HOSTNAMELEN) ||
/illumos-gate/usr/src/cmd/make/include/mk/
H A Ddefs.h82 #define MAX_HOSTNAMELEN 32 macro

Completed in 58 milliseconds