Lines Matching refs:lang_dir
1264 #define for_each_script(lang_path, lang_dir, script_dirent, script_next)\ argument
1265 while (!readdir_r(lang_dir, &script_dirent, &script_next) && \
1417 DIR *scripts_dir, *lang_dir; in list_available_scripts() local
1433 lang_dir = opendir(lang_path); in list_available_scripts()
1434 if (!lang_dir) in list_available_scripts()
1437 for_each_script(lang_path, lang_dir, script_dirent, script_next) { in list_available_scripts()
1532 DIR *scripts_dir, *lang_dir; in find_scripts() local
1565 lang_dir = opendir(lang_path); in find_scripts()
1566 if (!lang_dir) in find_scripts()
1569 for_each_script(lang_path, lang_dir, script_dirent, script_next) { in find_scripts()
1586 closedir(lang_dir); in find_scripts()
1599 DIR *scripts_dir, *lang_dir; in get_script_path() local
1612 lang_dir = opendir(lang_path); in get_script_path()
1613 if (!lang_dir) in get_script_path()
1616 for_each_script(lang_path, lang_dir, script_dirent, script_next) { in get_script_path()
1620 closedir(lang_dir); in get_script_path()
1628 closedir(lang_dir); in get_script_path()