Searched defs:indexptr (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
1465 indexptr = strchr(dupname, '[');
1471 if (indexend == NULL || indexptr >= indexend ||
1472 strchr(indexptr, '-') != NULL) {
1480 endname = indexptr;
1487 * search until indexptr points to the first digit and indexend
1490 while (!isdigit(*indexptr) && indexptr < indexend)
1491 indexptr++;
1492 while (!isdigit(*indexend) && indexptr <
[all...]

Completed in 79 milliseconds