Home
last modified time | relevance | path

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

/titanic_50/usr/src/test/libc-tests/tests/common/
H A Dtest_common.c260 #define MAXCB 20 macro
267 const char *keyws[MAXCB]; in test_load_config()
268 test_cfg_func_t callbs[MAXCB]; in test_load_config()
286 for (i = 0; i < MAXCB; i++) { in test_load_config()
293 if (i == MAXCB) { in test_load_config()
294 test_debugf(t, "too many arguments to function >= %d", MAXCB); in test_load_config()