Lines Matching refs:scripts_dir
836 #define for_each_lang(scripts_path, scripts_dir, lang_dirent, lang_next)\ argument
837 while (!readdir_r(scripts_dir, &lang_dirent, &lang_next) && \
998 DIR *scripts_dir, *lang_dir; in list_available_scripts() local
1007 scripts_dir = opendir(scripts_path); in list_available_scripts()
1008 if (!scripts_dir) in list_available_scripts()
1011 for_each_lang(scripts_path, scripts_dir, lang_dirent, lang_next) { in list_available_scripts()
1114 DIR *scripts_dir, *lang_dir; in find_scripts() local
1125 scripts_dir = opendir(scripts_path); in find_scripts()
1126 if (!scripts_dir) { in find_scripts()
1131 for_each_lang(scripts_path, scripts_dir, lang_dirent, lang_next) { in find_scripts()
1167 closedir(scripts_dir); in find_scripts()
1177 DIR *scripts_dir, *lang_dir; in get_script_path() local
1183 scripts_dir = opendir(scripts_path); in get_script_path()
1184 if (!scripts_dir) in get_script_path()
1187 for_each_lang(scripts_path, scripts_dir, lang_dirent, lang_next) { in get_script_path()
1199 closedir(scripts_dir); in get_script_path()
1208 closedir(scripts_dir); in get_script_path()