Home
last modified time | relevance | path

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

/illumos-gate/usr/src/test/libc-tests/tests/common/
H A Dtest_common.c267 const char *keyws[MAXCB]; in test_load_config() local
287 keyws[i] = (const char *)va_arg(va, const char *); in test_load_config()
288 if (keyws[i] == NULL) in test_load_config()
377 for (int i = 0; keyws[i] != NULL; i++) { in test_load_config()
378 if (strcmp(tok, keyws[i]) == 0) { in test_load_config()