HomeSort by: relevance | last modified time | path
    Searched defs:MAXHOSTNAMELEN (Results 1 - 7 of 7) sorted by relevancy

  /src/usr.sbin/mtree/
extern.h 48 /* For MAXHOSTNAMELEN on some platforms. */
58 #ifndef MAXHOSTNAMELEN
59 #define MAXHOSTNAMELEN 256
  /src/lib/libc/rpc/
clnt_simple.c 70 #ifndef MAXHOSTNAMELEN
71 #define MAXHOSTNAMELEN 64
84 char host[MAXHOSTNAMELEN]; /* Servers host */
199 if ((strlen(host) < (size_t)MAXHOSTNAMELEN) &&
  /src/usr.sbin/rbootd/
defs.h 56 #ifndef MAXHOSTNAMELEN
57 #define MAXHOSTNAMELEN 64
127 extern char MyHost[MAXHOSTNAMELEN+1]; /* this hosts' name */
  /src/lib/librumpuser/
rumpuser_port.h 337 #ifndef MAXHOSTNAMELEN
338 #define MAXHOSTNAMELEN 256
  /src/sys/sys/
param.h 112 * MAXHOSTNAMELEN should be >= (_POSIX_HOST_NAME_MAX + 1) (see <limits.h>)
124 #define MAXHOSTNAMELEN 256 /* max hostname size */
  /src/usr.sbin/traceroute/
traceroute.c 266 #ifndef MAXHOSTNAMELEN
267 #define MAXHOSTNAMELEN 64
1609 static char domain[MAXHOSTNAMELEN + 1], line[MAXHOSTNAMELEN + 1];
  /src/tools/compat/
compat_defs.h 1273 #ifndef MAXHOSTNAMELEN
1274 #define MAXHOSTNAMELEN 256

Completed in 38 milliseconds