Lines Matching refs:scripts_path
3130 #define for_each_lang(scripts_path, scripts_dir, lang_dirent) \ argument
3134 is_directory(scripts_path, lang_dirent))) && \
3284 char scripts_path[MAXPATHLEN]; in list_available_scripts() local
3292 snprintf(scripts_path, MAXPATHLEN, "%s/scripts", get_argv_exec_path()); in list_available_scripts()
3294 scripts_dir = opendir(scripts_path); in list_available_scripts()
3299 scripts_path); in list_available_scripts()
3303 for_each_lang(scripts_path, scripts_dir, lang_dirent) { in list_available_scripts()
3304 scnprintf(lang_path, MAXPATHLEN, "%s/%s/bin", scripts_path, in list_available_scripts()
3433 char scripts_path[MAXPATHLEN], lang_path[MAXPATHLEN]; in find_scripts() local
3447 snprintf(scripts_path, MAXPATHLEN, "%s/scripts", get_argv_exec_path()); in find_scripts()
3449 scripts_dir = opendir(scripts_path); in find_scripts()
3455 for_each_lang(scripts_path, scripts_dir, lang_dirent) { in find_scripts()
3456 scnprintf(lang_path, MAXPATHLEN, "%s/%s", scripts_path, in find_scripts()
3502 char scripts_path[MAXPATHLEN]; in get_script_path() local
3508 snprintf(scripts_path, MAXPATHLEN, "%s/scripts", get_argv_exec_path()); in get_script_path()
3510 scripts_dir = opendir(scripts_path); in get_script_path()
3514 for_each_lang(scripts_path, scripts_dir, lang_dirent) { in get_script_path()
3515 scnprintf(lang_path, MAXPATHLEN, "%s/%s/bin", scripts_path, in get_script_path()