Lines Matching refs:scripts_dir
1064 #define for_each_lang(scripts_path, scripts_dir, lang_dirent, lang_next)\ argument
1065 while (!readdir_r(scripts_dir, &lang_dirent, &lang_next) && \
1226 DIR *scripts_dir, *lang_dir; in list_available_scripts() local
1235 scripts_dir = opendir(scripts_path); in list_available_scripts()
1236 if (!scripts_dir) in list_available_scripts()
1239 for_each_lang(scripts_path, scripts_dir, lang_dirent, lang_next) { in list_available_scripts()
1341 DIR *scripts_dir, *lang_dir; in find_scripts() local
1356 scripts_dir = opendir(scripts_path); in find_scripts()
1357 if (!scripts_dir) { in find_scripts()
1362 for_each_lang(scripts_path, scripts_dir, lang_dirent, lang_next) { in find_scripts()
1398 closedir(scripts_dir); in find_scripts()
1408 DIR *scripts_dir, *lang_dir; in get_script_path() local
1414 scripts_dir = opendir(scripts_path); in get_script_path()
1415 if (!scripts_dir) in get_script_path()
1418 for_each_lang(scripts_path, scripts_dir, lang_dirent, lang_next) { in get_script_path()
1430 closedir(scripts_dir); in get_script_path()
1439 closedir(scripts_dir); in get_script_path()