Lines Matching refs:scripts_path
3177 #define for_each_lang(scripts_path, scripts_dir, lang_dirent) \ argument
3181 is_directory(scripts_path, lang_dirent))) && \
3331 char *buf, *scripts_path, *script_path, *lang_path, *first_half; in list_available_scripts() local
3341 scripts_path = buf; in list_available_scripts()
3346 snprintf(scripts_path, MAXPATHLEN, "%s/scripts", get_argv_exec_path()); in list_available_scripts()
3348 scripts_dir = opendir(scripts_path); in list_available_scripts()
3353 scripts_path); in list_available_scripts()
3358 for_each_lang(scripts_path, scripts_dir, lang_dirent) { in list_available_scripts()
3359 scnprintf(lang_path, MAXPATHLEN, "%s/%s/bin", scripts_path, in list_available_scripts()
3420 char scripts_path[MAXPATHLEN]; in get_script_path() local
3426 snprintf(scripts_path, MAXPATHLEN, "%s/scripts", get_argv_exec_path()); in get_script_path()
3428 scripts_dir = opendir(scripts_path); in get_script_path()
3432 for_each_lang(scripts_path, scripts_dir, lang_dirent) { in get_script_path()
3433 scnprintf(lang_path, MAXPATHLEN, "%s/%s/bin", scripts_path, in get_script_path()