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

/illumos-gate/usr/src/lib/libcmd/common/
H A Duname.c120 static const char hosttype[] = HOSTTYPE; variable
152 if (*hosttype)
154 static char buf[sizeof(hosttype)];
156 strcpy(buf, hosttype);
405 if (t = strchr(hosttype, '.'))
408 t = (char*)hosttype;

Completed in 99 milliseconds