Lines Matching refs:scripts_dir
2831 #define for_each_lang(scripts_path, scripts_dir, lang_dirent) \ argument
2832 while ((lang_dirent = readdir(scripts_dir)) != NULL) \
2986 DIR *scripts_dir, *lang_dir; in list_available_scripts() local
2995 scripts_dir = opendir(scripts_path); in list_available_scripts()
2996 if (!scripts_dir) { in list_available_scripts()
3004 for_each_lang(scripts_path, scripts_dir, lang_dirent) { in list_available_scripts()
3107 DIR *scripts_dir, *lang_dir; in find_scripts() local
3122 scripts_dir = opendir(scripts_path); in find_scripts()
3123 if (!scripts_dir) { in find_scripts()
3128 for_each_lang(scripts_path, scripts_dir, lang_dirent) { in find_scripts()
3167 closedir(scripts_dir); in find_scripts()
3177 DIR *scripts_dir, *lang_dir; in get_script_path() local
3183 scripts_dir = opendir(scripts_path); in get_script_path()
3184 if (!scripts_dir) in get_script_path()
3187 for_each_lang(scripts_path, scripts_dir, lang_dirent) { in get_script_path()
3198 closedir(scripts_dir); in get_script_path()
3208 closedir(scripts_dir); in get_script_path()