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

/osnet-11/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_2xml.c124 char *newstrp, *xp, *oldstrp = *oldstrpp; local
126 if (oldstrp == NULL)
129 oldlen = strlen(oldstrp);
131 topo_dprintf(thp, TOPO_DBG_XML, "%s: thp=0x%p, oldstrp=0x%p=%s, "
132 "oldlen=%d\n", __func__, (void *)thp, (void *)oldstrp,
133 oldstrp, oldlen);
143 if (!isprint(oldstrp[i])) {
146 oldstrp[i] = '-';
151 if (oldstrp[i] == c2esc[j].c)
158 __func__, i, oldstrp[
[all...]

Completed in 20 milliseconds