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

/solaris-x11-s11/open-src/lib/DPS/sun-src/libdps/
H A Dcslibint.c1648 int N_XGetHostname (char *buf, int maxlen) argument
1657 if (len >= maxlen) len = maxlen - 1;
1662 (void) gethostname (buf, maxlen);
1663 buf [maxlen - 1] = '\0';

Completed in 13 milliseconds