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

/freebsd-10.1-release/sbin/dump/
H A Ditime.c225 if (strlen(what->dd_name) > DUMPFMTLEN)
226 quit("Name '%s' exceeds DUMPFMTLEN (%d) bytes\n",
227 what->dd_name, DUMPFMTLEN);
228 if (fprintf(file, DUMPOUTFMT, DUMPFMTLEN, what->dd_name,
H A Ddump.h174 #define DUMPFMTLEN 53 /* max device pathname length */ macro

Completed in 46 milliseconds