Home
last modified time | relevance | path

Searched refs:kconfigs (Results 1 - 6 of 6) sorted by relevance

/third_party/ltp/testcases/lib/
H A 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/
H A Dtest_kconfig02.c15 static const char *kconfigs[] = { variable
28 .needs_kconfigs = kconfigs,
H A Dtest_kconfig.c14 static const char *kconfigs[] = { variable
26 .needs_kconfigs = kconfigs,
H A Dtest_kconfig01.c15 static const char *kconfigs[] = { variable
22 .needs_kconfigs = kconfigs,
/third_party/ltp/lib/
H A Dtst_kconfig.c220 static size_t array_len(const char *const kconfigs[]) in array_len() argument
224 while (kconfigs[++i]); in array_len()
498 int tst_kconfig_check(const char *const kconfigs[]) in tst_kconfig_check() argument
500 size_t expr_cnt = array_len(kconfigs); in tst_kconfig_check()
509 exprs[i] = tst_bool_expr_parse(kconfigs[i]); in tst_kconfig_check()
530 tst_res(TINFO, "Constraint '%s' not satisfied!", kconfigs[i]); in tst_kconfig_check()
/third_party/ltp/include/
H A Dtst_kconfig.h55 * @param kconfigs NULL-terminated array of config strings needed for the testrun.
57 int tst_kconfig_check(const char *const kconfigs[]);

Completed in 2 milliseconds