Lines Matching refs:scripts_dir
3285 #define for_each_lang(scripts_path, scripts_dir, lang_dirent) \ argument
3286 while ((lang_dirent = readdir(scripts_dir)) != NULL) \
3440 DIR *scripts_dir, *lang_dir; in list_available_scripts() local
3456 scripts_dir = opendir(scripts_path); in list_available_scripts()
3457 if (!scripts_dir) { in list_available_scripts()
3466 for_each_lang(scripts_path, scripts_dir, lang_dirent) { in list_available_scripts()
3598 DIR *scripts_dir, *lang_dir; in find_scripts() local
3613 scripts_dir = opendir(scripts_path); in find_scripts()
3614 if (!scripts_dir) { in find_scripts()
3619 for_each_lang(scripts_path, scripts_dir, lang_dirent) { in find_scripts()
3658 closedir(scripts_dir); in find_scripts()
3668 DIR *scripts_dir, *lang_dir; in get_script_path() local
3674 scripts_dir = opendir(scripts_path); in get_script_path()
3675 if (!scripts_dir) in get_script_path()
3678 for_each_lang(scripts_path, scripts_dir, lang_dirent) { in get_script_path()
3689 closedir(scripts_dir); in get_script_path()
3699 closedir(scripts_dir); in get_script_path()