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

/opensolaris-onvv-gate/usr/src/cmd/svr4pkg/libinst/
H A Dsetlist.c326 char *test_class; local
345 test_class = *paramvalue; /* environ ptr */
347 while (test_class = strstr(test_class, class_name)) {
352 * may be a substring of the test_class, so
355 if (isspace(*(test_class + n)) ||
356 *(test_class + n) == '\0') {
360 if (*(++test_class) == '\0')

Completed in 118 milliseconds