Lines Matching refs:lang_dir
845 #define for_each_script(lang_path, lang_dir, script_dirent, script_next)\ argument
846 while (!readdir_r(lang_dir, &script_dirent, &script_next) && \
998 DIR *scripts_dir, *lang_dir; in list_available_scripts() local
1014 lang_dir = opendir(lang_path); in list_available_scripts()
1015 if (!lang_dir) in list_available_scripts()
1018 for_each_script(lang_path, lang_dir, script_dirent, script_next) { in list_available_scripts()
1114 DIR *scripts_dir, *lang_dir; in find_scripts() local
1143 lang_dir = opendir(lang_path); in find_scripts()
1144 if (!lang_dir) in find_scripts()
1147 for_each_script(lang_path, lang_dir, script_dirent, script_next) { in find_scripts()
1164 closedir(lang_dir); in find_scripts()
1177 DIR *scripts_dir, *lang_dir; in get_script_path() local
1190 lang_dir = opendir(lang_path); in get_script_path()
1191 if (!lang_dir) in get_script_path()
1194 for_each_script(lang_path, lang_dir, script_dirent, script_next) { in get_script_path()
1198 closedir(lang_dir); in get_script_path()
1206 closedir(lang_dir); in get_script_path()