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

/illumos-gate/usr/src/cmd/fm/modules/sun4v/cpumem-diagnosis/
H A Dcmd_hc_sun4v.c127 int i, j, namelen, instlen; local
134 instlen = strspn(token+namelen, "0123456789");
141 if (instlen == 0) {
144 (void) strncpy(instbuf, token+namelen, instlen);
145 instbuf[instlen] = '\0';

Completed in 56 milliseconds