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

  /src/external/bsd/libbind/dist/port/mpe/include/sys/
param.h 5 #define MAXHOSTNAMELEN 64
  /src/external/ibm-public/postfix/dist/src/util/
get_hostname.c 39 #if (MAXHOSTNAMELEN < 256)
40 #undef MAXHOSTNAMELEN
41 #define MAXHOSTNAMELEN 256
59 char namebuf[MAXHOSTNAMELEN + 1];
78 namebuf[MAXHOSTNAMELEN] = 0;
  /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/external/gpl2/gettext/dist/gettext-tools/src/
hostname.c 49 /* Get MAXHOSTNAMELEN. */
51 #ifndef MAXHOSTNAMELEN
52 # define MAXHOSTNAMELEN 64
255 char hostname[MAXHOSTNAMELEN+1];
257 if (gethostname (hostname, MAXHOSTNAMELEN) < 0)
259 hostname[MAXHOSTNAMELEN] = '\0';
  /src/external/bsd/openldap/dist/include/ac/
socket.h 80 #ifndef MAXHOSTNAMELEN
81 #define MAXHOSTNAMELEN 64
  /src/external/bsd/cron/dist/
macros.h 70 #ifndef MAXHOSTNAMELEN
71 #define MAXHOSTNAMELEN 64
  /src/external/bsd/nvi/dist/common/
recover.c 356 * MAXHOSTNAMELEN is in various places on various systems, including
359 #ifndef MAXHOSTNAMELEN
360 #define MAXHOSTNAMELEN 1024
362 char host[MAXHOSTNAMELEN];
  /src/external/bsd/tcpdump/dist/
netdissect-stdinc.h 213 #define MAXHOSTNAMELEN 64
  /src/external/bsd/ipf/dist/
ipf.h 117 #ifndef MAXHOSTNAMELEN
118 # define MAXHOSTNAMELEN 256
  /src/lib/librumpuser/
rumpuser_port.h 337 #ifndef MAXHOSTNAMELEN
338 #define MAXHOSTNAMELEN 256
  /src/external/bsd/am-utils/dist/include/
am_utils.h 78 #ifndef MAXHOSTNAMELEN
80 # define MAXHOSTNAMELEN HOSTNAMESZ
82 # define MAXHOSTNAMELEN 256
84 #endif /* not MAXHOSTNAMELEN */
  /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/tools/compat/
compat_defs.h 1286 #ifndef MAXHOSTNAMELEN
1287 #define MAXHOSTNAMELEN 256
  /src/usr.sbin/traceroute/
traceroute.c 266 #ifndef MAXHOSTNAMELEN
267 #define MAXHOSTNAMELEN 64
1609 static char domain[MAXHOSTNAMELEN + 1], line[MAXHOSTNAMELEN + 1];
  /src/external/bsd/libbind/dist/tests/
dig8.c 221 #ifndef MAXHOSTNAMELEN
222 #define MAXHOSTNAMELEN 256
240 static char myhostname[MAXHOSTNAMELEN];
  /src/external/bsd/nsd/include/
config.h 1091 #ifndef MAXHOSTNAMELEN
1092 #define MAXHOSTNAMELEN 256
  /src/external/bsd/unbound/include/
config.h 1413 #ifndef MAXHOSTNAMELEN
1414 #define MAXHOSTNAMELEN 256

Completed in 47 milliseconds