Searched refs:scripts_dir (Results 1 – 1 of 1) sorted by relevance
3130 #define for_each_lang(scripts_path, scripts_dir, lang_dirent) \ argument3131 while ((lang_dirent = readdir(scripts_dir)) != NULL) \3285 DIR *scripts_dir, *lang_dir; in list_available_scripts() local3294 scripts_dir = opendir(scripts_path); in list_available_scripts()3295 if (!scripts_dir) { in list_available_scripts()3303 for_each_lang(scripts_path, scripts_dir, lang_dirent) { in list_available_scripts()3434 DIR *scripts_dir, *lang_dir; in find_scripts() local3449 scripts_dir = opendir(scripts_path); in find_scripts()3450 if (!scripts_dir) { in find_scripts()3455 for_each_lang(scripts_path, scripts_dir, lang_dirent) { in find_scripts()[all …]