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

/illumos-gate/usr/src/cmd/rexd/
H A Dwhere.c149 char *endhost; /* points past the colon in name */ local
200 endhost = strchr(bestname, ':');
206 if (endhost) {
207 *endhost++ = 0;
209 strncpy(fsname, endhost, MAXPATHLEN);

Completed in 56 milliseconds