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

/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Dplatform.c1459 char *indexptr, *indexend, *dupname, *endname; local
1464 dupname = STRDUP(inputstr);
1465 indexptr = strchr(dupname, '[');
1466 indexend = strchr(dupname, ']');
1473 FREE(dupname);
1481 while (isspace(*(endname - 1)) && dupname < endname)
1484 ASSERT(dupname < endname);
1498 *name = stable(dupname);
1499 FREE(dupname);

Completed in 67 milliseconds