Searched refs:DUMPFMTLEN (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sbin/dump/
H A Ditime.c228 if (strlen(what->dd_name) > DUMPFMTLEN)
229 quit("Name '%s' exceeds DUMPFMTLEN (%d) bytes\n",
230 what->dd_name, DUMPFMTLEN);
231 if (fprintf(file, DUMPOUTFMT, DUMPFMTLEN, what->dd_name,
H A Ddump.h175 #define DUMPFMTLEN 53 /* max device pathname length */ macro

Completed in 104 milliseconds