Lines Matching refs:PATH_MAX
102 static char buf[PATH_MAX]; in mk_pathname()
107 len = strnlen(path, PATH_MAX); in mk_pathname()
114 (void) snprintf(buf, PATH_MAX, fmt, path, name); in mk_pathname()
198 char oldfname[PATH_MAX]; in ndmp_log_open_file()
236 (void) strncpy(oldfname, fname, PATH_MAX); in ndmp_log_open_file()
285 char ndmp_log_buf[PATH_MAX+KILOBYTE]; in ndmp_log()
286 char ndmp_syslog_buf[PATH_MAX+KILOBYTE]; in ndmp_log()
287 char buf[PATH_MAX+KILOBYTE]; in ndmp_log()
303 (b < &buf[PATH_MAX+KILOBYTE])) { in ndmp_log()
315 (void) snprintf(b, &buf[PATH_MAX+KILOBYTE] - b, in ndmp_log()
319 (b < &buf[PATH_MAX+KILOBYTE])) { in ndmp_log()