Lines Matching refs:scripts_dir
2808 #define for_each_lang(scripts_path, scripts_dir, lang_dirent) \ argument
2809 while ((lang_dirent = readdir(scripts_dir)) != NULL) \
2963 DIR *scripts_dir, *lang_dir; in list_available_scripts() local
2972 scripts_dir = opendir(scripts_path); in list_available_scripts()
2973 if (!scripts_dir) { in list_available_scripts()
2981 for_each_lang(scripts_path, scripts_dir, lang_dirent) { in list_available_scripts()
3084 DIR *scripts_dir, *lang_dir; in find_scripts() local
3099 scripts_dir = opendir(scripts_path); in find_scripts()
3100 if (!scripts_dir) { in find_scripts()
3105 for_each_lang(scripts_path, scripts_dir, lang_dirent) { in find_scripts()
3144 closedir(scripts_dir); in find_scripts()
3154 DIR *scripts_dir, *lang_dir; in get_script_path() local
3160 scripts_dir = opendir(scripts_path); in get_script_path()
3161 if (!scripts_dir) in get_script_path()
3164 for_each_lang(scripts_path, scripts_dir, lang_dirent) { in get_script_path()
3176 closedir(scripts_dir); in get_script_path()
3185 closedir(scripts_dir); in get_script_path()