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

/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Dconfig.c103 char *thiscom; /* this component */ local
120 thiscom = &path[len - 1];
121 if (!isdigit(*thiscom))
125 while (thiscom > path && isdigit(*thiscom))
126 thiscom--;
127 if (thiscom == path && isdigit(*thiscom))
130 thiscom++; /* move to first numeric character */
131 num = atoi(thiscom);
[all...]

Completed in 76 milliseconds