Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/captoinfo/
H A Dcaptoinfo.c94 char *ostrval[2][numelements(ostrcodes)]; variable
364 ostrval[uselevel][i] = otgetstr(ostrcodes[i], &nextstring); in filltables()
367 if (ostrval[uselevel][i]) { in filltables()
369 tpr(trace, ostrval[uselevel][i]); in filltables()
376 if (ostrval[uselevel][i] && (ostrval[uselevel][i][0] == '\0')) { in filltables()
380 ostrval[uselevel][i] = NULL; in filltables()
429 tpr(trace, ostrval[uselevel][i]); in getcapstr()
432 return (ostrval[uselevel][i]); in getcapstr()
689 if (ostrval[uselevel][cap_ko] == NULL) in handleko()
693 for (i = 0; ostrval[uselevel][cap_ko][i] != '\0'; ) { in handleko()
[all …]