Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/fm/modules/common/eversholt/
H A Deval.c443 const char *truestrings[] = { "yes", "YES", "y", "Y", in eval_func() local
475 for (j = 0; truestrings[j] != NULL; j++) { in eval_func()
476 if (s == stable(truestrings[j])) { in eval_func()