Home
last modified time | relevance | path

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

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