Lines Matching defs:scripts_path
3167 #define for_each_lang(scripts_path, scripts_dir, lang_dirent) \
3171 is_directory(scripts_path, lang_dirent))) && \
3321 char *buf, *scripts_path, *script_path, *lang_path, *first_half;
3331 scripts_path = buf;
3336 snprintf(scripts_path, MAXPATHLEN, "%s/scripts", get_argv_exec_path());
3338 scripts_dir = opendir(scripts_path);
3343 scripts_path);
3348 for_each_lang(scripts_path, scripts_dir, lang_dirent) {
3349 scnprintf(lang_path, MAXPATHLEN, "%s/%s/bin", scripts_path,
3479 char scripts_path[MAXPATHLEN], lang_path[MAXPATHLEN];
3493 snprintf(scripts_path, MAXPATHLEN, "%s/scripts", get_argv_exec_path());
3495 scripts_dir = opendir(scripts_path);
3501 for_each_lang(scripts_path, scripts_dir, lang_dirent) {
3502 scnprintf(lang_path, MAXPATHLEN, "%s/%s", scripts_path,
3548 char scripts_path[MAXPATHLEN];
3554 snprintf(scripts_path, MAXPATHLEN, "%s/scripts", get_argv_exec_path());
3556 scripts_dir = opendir(scripts_path);
3560 for_each_lang(scripts_path, scripts_dir, lang_dirent) {
3561 scnprintf(lang_path, MAXPATHLEN, "%s/%s/bin", scripts_path,