Searched refs:test_load_config (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/test/libc-tests/tests/common/ |
H A D | test_common.h | 47 extern int test_load_config(test_t, const char *, ...);
|
H A D | test_common.c | 88 (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 D | README | 29 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 D | symbols_test.c | 1018 if (test_load_config(NULL, compilation, in main() 1024 if (test_load_config(NULL, argv[optind++], in main()
|