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

/osnet-11/usr/src/lib/libsocket/inet/
H A Drcmd.c776 static char *ldomain; local
781 if (ldomain == NULL) {
782 ldomain = (char *)malloc(MAXHOSTNAMELEN+1);
783 if (ldomain == 0)
801 if (gethostname(ldomain, MAXHOSTNAMELEN) == -1) {
805 ldomain[MAXHOSTNAMELEN] = NULL;
806 if ((domainp = index(ldomain, '.')) == (char *)NULL) {

Completed in 21 milliseconds