Lines Matching refs:lang_path
3005 #define for_each_script(lang_path, lang_dir, script_dirent) \ argument
3009 !is_directory(lang_path, script_dirent)))
3154 char lang_path[MAXPATHLEN]; in list_available_scripts() local
3171 scnprintf(lang_path, MAXPATHLEN, "%s/%s/bin", scripts_path, in list_available_scripts()
3173 lang_dir = opendir(lang_path); in list_available_scripts()
3177 for_each_script(lang_path, lang_dir, script_dirent) { in list_available_scripts()
3182 lang_path, script_dirent->d_name); in list_available_scripts()
3300 char scripts_path[MAXPATHLEN], lang_path[MAXPATHLEN]; in find_scripts() local
3323 scnprintf(lang_path, MAXPATHLEN, "%s/%s", scripts_path, in find_scripts()
3326 if (strstr(lang_path, "perl")) in find_scripts()
3330 if (strstr(lang_path, "python")) in find_scripts()
3334 lang_dir = opendir(lang_path); in find_scripts()
3338 for_each_script(lang_path, lang_dir, script_dirent) { in find_scripts()
3345 lang_path, in find_scripts()
3352 if (check_ev_match(lang_path, in find_scripts()
3372 char lang_path[MAXPATHLEN]; in get_script_path() local
3382 scnprintf(lang_path, MAXPATHLEN, "%s/%s/bin", scripts_path, in get_script_path()
3384 lang_dir = opendir(lang_path); in get_script_path()
3388 for_each_script(lang_path, lang_dir, script_dirent) { in get_script_path()
3394 lang_path, script_dirent->d_name); in get_script_path()