Lines Matching refs:scripts_dir
3167 #define for_each_lang(scripts_path, scripts_dir, lang_dirent) \ argument
3168 while ((lang_dirent = readdir(scripts_dir)) != NULL) \
3322 DIR *scripts_dir, *lang_dir; in list_available_scripts() local
3338 scripts_dir = opendir(scripts_path); in list_available_scripts()
3339 if (!scripts_dir) { in list_available_scripts()
3348 for_each_lang(scripts_path, scripts_dir, lang_dirent) { in list_available_scripts()
3480 DIR *scripts_dir, *lang_dir; in find_scripts() local
3495 scripts_dir = opendir(scripts_path); in find_scripts()
3496 if (!scripts_dir) { in find_scripts()
3501 for_each_lang(scripts_path, scripts_dir, lang_dirent) { in find_scripts()
3540 closedir(scripts_dir); in find_scripts()
3550 DIR *scripts_dir, *lang_dir; in get_script_path() local
3556 scripts_dir = opendir(scripts_path); in get_script_path()
3557 if (!scripts_dir) in get_script_path()
3560 for_each_lang(scripts_path, scripts_dir, lang_dirent) { in get_script_path()
3571 closedir(scripts_dir); in get_script_path()
3581 closedir(scripts_dir); in get_script_path()