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

/freebsd-10.2-release/lib/libc/gen/
H A Dgetbsize.c54 #define MAXB GB /* No tera, peta, nor exa. */ macro
66 max = MAXB / GB;
71 max = MAXB / KB;
76 max = MAXB / MB;
80 max = MAXB;
86 max = MAXB;
91 warnx("maximum blocksize is %ldG", MAXB / GB);

Completed in 37 milliseconds