Lines Matching refs:scripts_path
3167 #define for_each_lang(scripts_path, scripts_dir, lang_dirent) \ argument
3171 is_directory(scripts_path, lang_dirent))) && \
3321 char *buf, *scripts_path, *script_path, *lang_path, *first_half; in list_available_scripts() local
3331 scripts_path = buf; in list_available_scripts()
3336 snprintf(scripts_path, MAXPATHLEN, "%s/scripts", get_argv_exec_path()); in list_available_scripts()
3338 scripts_dir = opendir(scripts_path); in list_available_scripts()
3343 scripts_path); in list_available_scripts()
3348 for_each_lang(scripts_path, scripts_dir, lang_dirent) { in list_available_scripts()
3349 scnprintf(lang_path, MAXPATHLEN, "%s/%s/bin", scripts_path, in list_available_scripts()
3410 char scripts_path[MAXPATHLEN]; in get_script_path() local
3416 snprintf(scripts_path, MAXPATHLEN, "%s/scripts", get_argv_exec_path()); in get_script_path()
3418 scripts_dir = opendir(scripts_path); in get_script_path()
3422 for_each_lang(scripts_path, scripts_dir, lang_dirent) { in get_script_path()
3423 scnprintf(lang_path, MAXPATHLEN, "%s/%s/bin", scripts_path, in get_script_path()