Searched refs:MAXHOSTNAMELEN (Results 1 - 8 of 8) sorted by relevance

/solaris-x11-s11/open-src/app/xlock/sun-src/
H A Dresource.c92 #ifndef MAXHOSTNAMELEN
93 #define MAXHOSTNAMELEN 64 /* SunOS 3.5 does not define this */ macro
598 char display_ip[MAXHOSTNAMELEN];
599 char host_ip[MAXHOSTNAMELEN];
604 char hostname[MAXHOSTNAMELEN];
609 if (gethostname(hostname, MAXHOSTNAMELEN))
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/xf86/
H A Dscan.c86 #if !defined(MAXHOSTNAMELEN)
87 #define MAXHOSTNAMELEN 32 macro
88 #endif /* !MAXHOSTNAMELEN */
738 if ((hostname = xf86confmalloc(MAXHOSTNAMELEN + 1))) {
739 if (gethostname(hostname, MAXHOSTNAMELEN) == 0) {
740 hostname[MAXHOSTNAMELEN] = '\0';
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdps/
H A Dcsopendi.c53 #include <sys/param.h> /* for MAXHOSTNAMELEN */
167 char hostname[MAXHOSTNAMELEN];
187 (void) N_XGetHostname(hostname, MAXHOSTNAMELEN);
432 char nametmp[MAXHOSTNAMELEN];
H A Dcslibint.h69 /* SCO systems define MAXHOSTNAMELEN here */
73 #ifndef MAXHOSTNAMELEN
74 #define MAXHOSTNAMELEN 64 macro
H A DcsfindNX.c40 #include <sys/param.h> /* for MAXHOSTNAMELEN */
336 char hostname[MAXHOSTNAMELEN];
337 (void) N_XGetHostname(hostname, MAXHOSTNAMELEN);
H A Dcslibext.c43 #include <sys/param.h> /* for MAXHOSTNAMELEN */
113 char fullDisplayName[MAXHOSTNAMELEN+10];
/solaris-x11-s11/open-src/lib/libdga/sun-src/
H A Dpix_grab.c109 char host[MAXHOSTNAMELEN];
H A Drtn_grab.c635 char host[MAXHOSTNAMELEN];

Completed in 3880 milliseconds