Lines Matching refs:lang_path
2816 #define for_each_script(lang_path, lang_dir, script_dirent) \ argument
2820 !is_directory(lang_path, script_dirent)))
2965 char lang_path[MAXPATHLEN]; in list_available_scripts() local
2982 scnprintf(lang_path, MAXPATHLEN, "%s/%s/bin", scripts_path, in list_available_scripts()
2984 lang_dir = opendir(lang_path); in list_available_scripts()
2988 for_each_script(lang_path, lang_dir, script_dirent) { in list_available_scripts()
2993 lang_path, script_dirent->d_name); in list_available_scripts()
3083 char scripts_path[MAXPATHLEN], lang_path[MAXPATHLEN]; in find_scripts() local
3106 scnprintf(lang_path, MAXPATHLEN, "%s/%s", scripts_path, in find_scripts()
3109 if (strstr(lang_path, "perl")) in find_scripts()
3113 if (strstr(lang_path, "python")) in find_scripts()
3117 lang_dir = opendir(lang_path); in find_scripts()
3121 for_each_script(lang_path, lang_dir, script_dirent) { in find_scripts()
3128 lang_path, in find_scripts()
3135 if (check_ev_match(lang_path, in find_scripts()
3155 char lang_path[MAXPATHLEN]; in get_script_path() local
3165 scnprintf(lang_path, MAXPATHLEN, "%s/%s/bin", scripts_path, in get_script_path()
3167 lang_dir = opendir(lang_path); in get_script_path()
3171 for_each_script(lang_path, lang_dir, script_dirent) { in get_script_path()
3178 lang_path, script_dirent->d_name); in get_script_path()