Home
last modified time | relevance | path

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

/third_party/ltp/testcases/lib/
Dtst_check_kconfigs.c36 char **kconfigs = malloc(++cnt * sizeof(char *)); in main() local
37 if (!kconfigs) { in main()
43 kconfigs[i] = strtok_r(str, delim, &str); in main()
45 if (tst_kconfig_check((const char * const*)kconfigs)) in main()
48 free(kconfigs); in main()
/third_party/ltp/lib/newlib_tests/
Dtest_kconfig01.c15 static const char *kconfigs[] = { variable
22 .needs_kconfigs = kconfigs,
Dtest_kconfig02.c15 static const char *kconfigs[] = { variable
28 .needs_kconfigs = kconfigs,
Dtest_kconfig.c14 static const char *kconfigs[] = { variable
26 .needs_kconfigs = kconfigs,
/third_party/ltp/lib/
Dtst_kconfig.c215 static size_t array_len(const char *const kconfigs[]) in array_len() argument
219 while (kconfigs[++i]); in array_len()
493 int tst_kconfig_check(const char *const kconfigs[]) in tst_kconfig_check() argument
495 size_t expr_cnt = array_len(kconfigs); in tst_kconfig_check()
504 exprs[i] = tst_bool_expr_parse(kconfigs[i]); in tst_kconfig_check()
525 tst_res(TINFO, "Constraint '%s' not satisfied!", kconfigs[i]); in tst_kconfig_check()
/third_party/ltp/include/
Dtst_kconfig.h57 int tst_kconfig_check(const char *const kconfigs[]);
/third_party/ltp/doc/
Dshell-test-api.txt207 | 'TST_NEEDS_KCONFIGS' | Checks kernel kconfigs support for the test (see below).
Dc-test-api.txt1598 static const char *kconfigs[] = {
1605 .needs_kconfigs = kconfigs,