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

/ast/src/lib/libast/uwin/
H A Drcmd.c473 static char ldomain[MAXHOSTNAMELEN + 1]; local
489 if (gethostname(ldomain, sizeof(ldomain)) == -1) {
493 ldomain[MAXHOSTNAMELEN] = (char) 0;
494 if ((domainp = index(ldomain, '.')) == (char *)NULL) {

Completed in 20 milliseconds