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

/osnet-11/usr/src/lib/fm/topo/libtopo/common/
H A Dhc.c672 char *starti, *startn, *endi, *endi2; local
745 endi = strchr(starti, '=');
746 if (endi != NULL) {
747 *endi = '\0';
751 *endi = '=';
801 char *starti, *startn, *endi, *copy; local
843 startn = endi = strchr(starti, ':');
844 if (endi == NULL)
845 if ((endi = strchr(starti, '/')) == NULL)
848 *endi
[all...]

Completed in 18 milliseconds