Searched refs:entlist (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.15/tools/perf/tests/ |
| D | builtin-test.c | 518 #define for_each_shell_test(entlist, nr, base, ent) \ argument 519 for (int __i = 0; __i < nr && (ent = entlist[__i]); __i++) \ 546 struct dirent **entlist; in shell_tests__max_desc_width() local 556 n_dirs = scandir(path, &entlist, NULL, alphasort); in shell_tests__max_desc_width() 560 for_each_shell_test(entlist, n_dirs, path, ent) { in shell_tests__max_desc_width() 573 zfree(&entlist[e]); in shell_tests__max_desc_width() 574 free(entlist); in shell_tests__max_desc_width() 604 struct dirent **entlist; in run_shell_tests() local 615 n_dirs = scandir(st.dir, &entlist, NULL, alphasort); in run_shell_tests() 622 for_each_shell_test(entlist, n_dirs, st.dir, ent) { in run_shell_tests() [all …]
|