Home
last modified time | relevance | path

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

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