Lines Matching refs:MAXPATHLEN
3326 buf = malloc(3 * MAXPATHLEN + BUFSIZ); in list_available_scripts()
3332 script_path = buf + MAXPATHLEN; in list_available_scripts()
3333 lang_path = buf + 2 * MAXPATHLEN; in list_available_scripts()
3334 first_half = buf + 3 * MAXPATHLEN; in list_available_scripts()
3336 snprintf(scripts_path, MAXPATHLEN, "%s/scripts", get_argv_exec_path()); in list_available_scripts()
3349 scnprintf(lang_path, MAXPATHLEN, "%s/%s/bin", scripts_path, in list_available_scripts()
3359 scnprintf(script_path, MAXPATHLEN, "%s/%s", in list_available_scripts()
3419 char filename[MAXPATHLEN], evname[128]; in check_ev_match()
3425 scnprintf(filename, MAXPATHLEN, "%s/bin/%s-record", dir_name, scriptname); in check_ev_match()
3479 char scripts_path[MAXPATHLEN], lang_path[MAXPATHLEN]; in find_scripts()
3493 snprintf(scripts_path, MAXPATHLEN, "%s/scripts", get_argv_exec_path()); in find_scripts()
3502 scnprintf(lang_path, MAXPATHLEN, "%s/%s", scripts_path, in find_scripts()
3548 char scripts_path[MAXPATHLEN]; in get_script_path()
3549 char script_path[MAXPATHLEN]; in get_script_path()
3551 char lang_path[MAXPATHLEN]; in get_script_path()
3554 snprintf(scripts_path, MAXPATHLEN, "%s/scripts", get_argv_exec_path()); in get_script_path()
3561 scnprintf(lang_path, MAXPATHLEN, "%s/%s/bin", scripts_path, in get_script_path()
3572 scnprintf(script_path, MAXPATHLEN, "%s/%s", in get_script_path()