Lines Matching refs:lang_path
2833 #define for_each_script(lang_path, lang_dir, script_dirent) \ argument
2837 !is_directory(lang_path, script_dirent)))
2982 char lang_path[MAXPATHLEN]; in list_available_scripts() local
2999 scnprintf(lang_path, MAXPATHLEN, "%s/%s/bin", scripts_path, in list_available_scripts()
3001 lang_dir = opendir(lang_path); in list_available_scripts()
3005 for_each_script(lang_path, lang_dir, script_dirent) { in list_available_scripts()
3010 lang_path, script_dirent->d_name); in list_available_scripts()
3100 char scripts_path[MAXPATHLEN], lang_path[MAXPATHLEN]; in find_scripts() local
3123 scnprintf(lang_path, MAXPATHLEN, "%s/%s", scripts_path, in find_scripts()
3126 if (strstr(lang_path, "perl")) in find_scripts()
3130 if (strstr(lang_path, "python")) in find_scripts()
3134 lang_dir = opendir(lang_path); in find_scripts()
3138 for_each_script(lang_path, lang_dir, script_dirent) { in find_scripts()
3145 lang_path, in find_scripts()
3152 if (check_ev_match(lang_path, in find_scripts()
3172 char lang_path[MAXPATHLEN]; in get_script_path() local
3182 scnprintf(lang_path, MAXPATHLEN, "%s/%s/bin", scripts_path, in get_script_path()
3184 lang_dir = opendir(lang_path); in get_script_path()
3188 for_each_script(lang_path, lang_dir, script_dirent) { in get_script_path()
3194 lang_path, script_dirent->d_name); in get_script_path()