scripts_path     2808 tools/perf/builtin-script.c #define for_each_lang(scripts_path, scripts_dir, lang_dirent)		\
scripts_path     2812 tools/perf/builtin-script.c 		      is_directory(scripts_path, lang_dirent))) &&	\
scripts_path     2962 tools/perf/builtin-script.c 	char scripts_path[MAXPATHLEN];
scripts_path     2970 tools/perf/builtin-script.c 	snprintf(scripts_path, MAXPATHLEN, "%s/scripts", get_argv_exec_path());
scripts_path     2972 tools/perf/builtin-script.c 	scripts_dir = opendir(scripts_path);
scripts_path     2977 tools/perf/builtin-script.c 			scripts_path);
scripts_path     2981 tools/perf/builtin-script.c 	for_each_lang(scripts_path, scripts_dir, lang_dirent) {
scripts_path     2982 tools/perf/builtin-script.c 		scnprintf(lang_path, MAXPATHLEN, "%s/%s/bin", scripts_path,
scripts_path     3083 tools/perf/builtin-script.c 	char scripts_path[MAXPATHLEN], lang_path[MAXPATHLEN];
scripts_path     3097 tools/perf/builtin-script.c 	snprintf(scripts_path, MAXPATHLEN, "%s/scripts", get_argv_exec_path());
scripts_path     3099 tools/perf/builtin-script.c 	scripts_dir = opendir(scripts_path);
scripts_path     3105 tools/perf/builtin-script.c 	for_each_lang(scripts_path, scripts_dir, lang_dirent) {
scripts_path     3106 tools/perf/builtin-script.c 		scnprintf(lang_path, MAXPATHLEN, "%s/%s", scripts_path,
scripts_path     3152 tools/perf/builtin-script.c 	char scripts_path[MAXPATHLEN];
scripts_path     3158 tools/perf/builtin-script.c 	snprintf(scripts_path, MAXPATHLEN, "%s/scripts", get_argv_exec_path());
scripts_path     3160 tools/perf/builtin-script.c 	scripts_dir = opendir(scripts_path);
scripts_path     3164 tools/perf/builtin-script.c 	for_each_lang(scripts_path, scripts_dir, lang_dirent) {
scripts_path     3165 tools/perf/builtin-script.c 		scnprintf(lang_path, MAXPATHLEN, "%s/%s/bin", scripts_path,