Lines Matching refs:scripts_path
3140 #define for_each_lang(scripts_path, scripts_dir, lang_dirent) \ argument
3144 is_directory(scripts_path, lang_dirent))) && \
3294 char *buf, *scripts_path, *script_path, *lang_path, *first_half; in list_available_scripts() local
3304 scripts_path = buf; in list_available_scripts()
3309 snprintf(scripts_path, MAXPATHLEN, "%s/scripts", get_argv_exec_path()); in list_available_scripts()
3311 scripts_dir = opendir(scripts_path); in list_available_scripts()
3316 scripts_path); in list_available_scripts()
3321 for_each_lang(scripts_path, scripts_dir, lang_dirent) { in list_available_scripts()
3322 scnprintf(lang_path, MAXPATHLEN, "%s/%s/bin", scripts_path, in list_available_scripts()
3383 char scripts_path[MAXPATHLEN]; in get_script_path() local
3389 snprintf(scripts_path, MAXPATHLEN, "%s/scripts", get_argv_exec_path()); in get_script_path()
3391 scripts_dir = opendir(scripts_path); in get_script_path()
3395 for_each_lang(scripts_path, scripts_dir, lang_dirent) { in get_script_path()
3396 scnprintf(lang_path, MAXPATHLEN, "%s/%s/bin", scripts_path, in get_script_path()