Lines Matching refs:scripts_dir
2522 #define for_each_lang(scripts_path, scripts_dir, lang_dirent) \ argument
2523 while ((lang_dirent = readdir(scripts_dir)) != NULL) \
2677 DIR *scripts_dir, *lang_dir; in list_available_scripts() local
2686 scripts_dir = opendir(scripts_path); in list_available_scripts()
2687 if (!scripts_dir) { in list_available_scripts()
2695 for_each_lang(scripts_path, scripts_dir, lang_dirent) { in list_available_scripts()
2797 DIR *scripts_dir, *lang_dir; in find_scripts() local
2814 scripts_dir = opendir(scripts_path); in find_scripts()
2815 if (!scripts_dir) { in find_scripts()
2820 for_each_lang(scripts_path, scripts_dir, lang_dirent) { in find_scripts()
2856 closedir(scripts_dir); in find_scripts()
2866 DIR *scripts_dir, *lang_dir; in get_script_path() local
2872 scripts_dir = opendir(scripts_path); in get_script_path()
2873 if (!scripts_dir) in get_script_path()
2876 for_each_lang(scripts_path, scripts_dir, lang_dirent) { in get_script_path()
2888 closedir(scripts_dir); in get_script_path()
2897 closedir(scripts_dir); in get_script_path()