Lines Matching refs:lang_path
2530 #define for_each_script(lang_path, lang_dir, script_dirent) \ argument
2534 !is_directory(lang_path, script_dirent)))
2679 char lang_path[MAXPATHLEN]; in list_available_scripts() local
2696 scnprintf(lang_path, MAXPATHLEN, "%s/%s/bin", scripts_path, in list_available_scripts()
2698 lang_dir = opendir(lang_path); in list_available_scripts()
2702 for_each_script(lang_path, lang_dir, script_dirent) { in list_available_scripts()
2707 lang_path, script_dirent->d_name); in list_available_scripts()
2796 char scripts_path[MAXPATHLEN], lang_path[MAXPATHLEN]; in find_scripts() local
2821 scnprintf(lang_path, MAXPATHLEN, "%s/%s", scripts_path, in find_scripts()
2824 if (strstr(lang_path, "perl")) in find_scripts()
2828 if (strstr(lang_path, "python")) in find_scripts()
2832 lang_dir = opendir(lang_path); in find_scripts()
2836 for_each_script(lang_path, lang_dir, script_dirent) { in find_scripts()
2840 sprintf(scripts_path_array[i], "%s/%s", lang_path, in find_scripts()
2847 if (check_ev_match(lang_path, in find_scripts()
2867 char lang_path[MAXPATHLEN]; in get_script_path() local
2877 scnprintf(lang_path, MAXPATHLEN, "%s/%s/bin", scripts_path, in get_script_path()
2879 lang_dir = opendir(lang_path); in get_script_path()
2883 for_each_script(lang_path, lang_dir, script_dirent) { in get_script_path()
2890 lang_path, script_dirent->d_name); in get_script_path()