Home
last modified time | relevance | path

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

/illumos-gate/usr/src/test/libc-tests/tests/common/
H A Dtest_common.h47 extern int test_load_config(test_t, const char *, ...);
H A Dtest_common.c88 (void) test_load_config(t, NULL, NULL); in test_start()
264 test_load_config(test_t t, const char *fname, ...) in test_load_config() function
/illumos-gate/usr/src/test/libc-tests/cfg/
H A DREADME29 These files are parsed using the test_load_config() function. This
32 int test_load_config(test_t, const char *, ...);
/illumos-gate/usr/src/test/libc-tests/tests/symbols/
H A Dsymbols_test.c994 if (test_load_config(NULL, compilation, in main()
1000 if (test_load_config(NULL, argv[optind++], in main()