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

/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dhc.c681 char *starti, *startn, *endi, *endi2; local
754 endi = strchr(starti, '=');
755 if (endi != NULL) {
756 *endi = '\0';
760 *endi = '=';
804 char *starti, *startn, *endi, *copy; local
846 startn = endi = strchr(starti, ':');
847 if (endi == NULL)
848 if ((endi = strchr(starti, '/')) == NULL)
851 *endi
[all...]

Completed in 63 milliseconds