Lines Matching refs:scripts_path
2997 #define for_each_lang(scripts_path, scripts_dir, lang_dirent) \ argument
3001 is_directory(scripts_path, lang_dirent))) && \
3151 char scripts_path[MAXPATHLEN]; in list_available_scripts() local
3159 snprintf(scripts_path, MAXPATHLEN, "%s/scripts", get_argv_exec_path()); in list_available_scripts()
3161 scripts_dir = opendir(scripts_path); in list_available_scripts()
3166 scripts_path); in list_available_scripts()
3170 for_each_lang(scripts_path, scripts_dir, lang_dirent) { in list_available_scripts()
3171 scnprintf(lang_path, MAXPATHLEN, "%s/%s/bin", scripts_path, in list_available_scripts()
3300 char scripts_path[MAXPATHLEN], lang_path[MAXPATHLEN]; in find_scripts() local
3314 snprintf(scripts_path, MAXPATHLEN, "%s/scripts", get_argv_exec_path()); in find_scripts()
3316 scripts_dir = opendir(scripts_path); in find_scripts()
3322 for_each_lang(scripts_path, scripts_dir, lang_dirent) { in find_scripts()
3323 scnprintf(lang_path, MAXPATHLEN, "%s/%s", scripts_path, in find_scripts()
3369 char scripts_path[MAXPATHLEN]; in get_script_path() local
3375 snprintf(scripts_path, MAXPATHLEN, "%s/scripts", get_argv_exec_path()); in get_script_path()
3377 scripts_dir = opendir(scripts_path); in get_script_path()
3381 for_each_lang(scripts_path, scripts_dir, lang_dirent) { in get_script_path()
3382 scnprintf(lang_path, MAXPATHLEN, "%s/%s/bin", scripts_path, in get_script_path()