Lines Matching refs:st
458 struct stat st; in shell_tests__dir() local
459 if (!lstat(devel_dirs[i], &st)) { in shell_tests__dir()
461 if (!lstat(devel_dirs[i], &st)) in shell_tests__dir()
513 struct shell_test *st = test->priv; in shell_test__run() local
515 path__join(script, sizeof(script), st->dir, st->file); in shell_test__run()
529 struct shell_test st = { in run_shell_tests() local
533 if (st.dir == NULL) in run_shell_tests()
536 dir = opendir(st.dir); in run_shell_tests()
540 for_each_shell_test(dir, st.dir, ent) { in run_shell_tests()
544 .desc = shell_test__description(desc, sizeof(desc), st.dir, ent->d_name), in run_shell_tests()
546 .priv = &st, in run_shell_tests()
552 st.file = ent->d_name; in run_shell_tests()