Lines Matching defs:scripts_path
2829 #define for_each_lang(scripts_path, scripts_dir, lang_dirent) \
2833 is_directory(scripts_path, lang_dirent))) && \
2983 char scripts_path[MAXPATHLEN];
2991 snprintf(scripts_path, MAXPATHLEN, "%s/scripts", get_argv_exec_path());
2993 scripts_dir = opendir(scripts_path);
2998 scripts_path);
3002 for_each_lang(scripts_path, scripts_dir, lang_dirent) {
3003 scnprintf(lang_path, MAXPATHLEN, "%s/%s/bin", scripts_path,
3104 char scripts_path[MAXPATHLEN], lang_path[MAXPATHLEN];
3118 snprintf(scripts_path, MAXPATHLEN, "%s/scripts", get_argv_exec_path());
3120 scripts_dir = opendir(scripts_path);
3126 for_each_lang(scripts_path, scripts_dir, lang_dirent) {
3127 scnprintf(lang_path, MAXPATHLEN, "%s/%s", scripts_path,
3173 char scripts_path[MAXPATHLEN];
3179 snprintf(scripts_path, MAXPATHLEN, "%s/scripts", get_argv_exec_path());
3181 scripts_dir = opendir(scripts_path);
3185 for_each_lang(scripts_path, scripts_dir, lang_dirent) {
3186 scnprintf(lang_path, MAXPATHLEN, "%s/%s/bin", scripts_path,