Lines Matching refs:lang_dir
1073 #define for_each_script(lang_path, lang_dir, script_dirent, script_next)\ argument
1074 while (!readdir_r(lang_dir, &script_dirent, &script_next) && \
1226 DIR *scripts_dir, *lang_dir; in list_available_scripts() local
1242 lang_dir = opendir(lang_path); in list_available_scripts()
1243 if (!lang_dir) in list_available_scripts()
1246 for_each_script(lang_path, lang_dir, script_dirent, script_next) { in list_available_scripts()
1341 DIR *scripts_dir, *lang_dir; in find_scripts() local
1374 lang_dir = opendir(lang_path); in find_scripts()
1375 if (!lang_dir) in find_scripts()
1378 for_each_script(lang_path, lang_dir, script_dirent, script_next) { in find_scripts()
1395 closedir(lang_dir); in find_scripts()
1408 DIR *scripts_dir, *lang_dir; in get_script_path() local
1421 lang_dir = opendir(lang_path); in get_script_path()
1422 if (!lang_dir) in get_script_path()
1425 for_each_script(lang_path, lang_dir, script_dirent, script_next) { in get_script_path()
1429 closedir(lang_dir); in get_script_path()
1437 closedir(lang_dir); in get_script_path()