Lines Matching refs:MAXPATHLEN
1225 char scripts_path[MAXPATHLEN]; in list_available_scripts()
1227 char script_path[MAXPATHLEN]; in list_available_scripts()
1228 char lang_path[MAXPATHLEN]; in list_available_scripts()
1233 snprintf(scripts_path, MAXPATHLEN, "%s/scripts", perf_exec_path()); in list_available_scripts()
1240 snprintf(lang_path, MAXPATHLEN, "%s/%s/bin", scripts_path, in list_available_scripts()
1250 snprintf(script_path, MAXPATHLEN, "%s/%s", in list_available_scripts()
1281 char filename[MAXPATHLEN], evname[128]; in check_ev_match()
1340 char scripts_path[MAXPATHLEN], lang_path[MAXPATHLEN]; in find_scripts()
1354 snprintf(scripts_path, MAXPATHLEN, "%s/scripts", perf_exec_path()); in find_scripts()
1363 snprintf(lang_path, MAXPATHLEN, "%s/%s", scripts_path, in find_scripts()
1406 char scripts_path[MAXPATHLEN]; in get_script_path()
1407 char script_path[MAXPATHLEN]; in get_script_path()
1409 char lang_path[MAXPATHLEN]; in get_script_path()
1412 snprintf(scripts_path, MAXPATHLEN, "%s/scripts", perf_exec_path()); in get_script_path()
1419 snprintf(lang_path, MAXPATHLEN, "%s/%s/bin", scripts_path, in get_script_path()
1431 snprintf(script_path, MAXPATHLEN, "%s/%s", in get_script_path()