Lines Matching refs:MAXPATHLEN
1416 char scripts_path[MAXPATHLEN]; in list_available_scripts()
1418 char script_path[MAXPATHLEN]; in list_available_scripts()
1419 char lang_path[MAXPATHLEN]; in list_available_scripts()
1424 snprintf(scripts_path, MAXPATHLEN, "%s/scripts", perf_exec_path()); in list_available_scripts()
1431 snprintf(lang_path, MAXPATHLEN, "%s/%s/bin", scripts_path, in list_available_scripts()
1441 snprintf(script_path, MAXPATHLEN, "%s/%s", in list_available_scripts()
1472 char filename[MAXPATHLEN], evname[128]; in check_ev_match()
1531 char scripts_path[MAXPATHLEN], lang_path[MAXPATHLEN]; in find_scripts()
1545 snprintf(scripts_path, MAXPATHLEN, "%s/scripts", perf_exec_path()); in find_scripts()
1554 snprintf(lang_path, MAXPATHLEN, "%s/%s", scripts_path, in find_scripts()
1597 char scripts_path[MAXPATHLEN]; in get_script_path()
1598 char script_path[MAXPATHLEN]; in get_script_path()
1600 char lang_path[MAXPATHLEN]; in get_script_path()
1603 snprintf(scripts_path, MAXPATHLEN, "%s/scripts", perf_exec_path()); in get_script_path()
1610 snprintf(lang_path, MAXPATHLEN, "%s/%s/bin", scripts_path, in get_script_path()
1622 snprintf(script_path, MAXPATHLEN, "%s/%s", in get_script_path()