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

/freebsd-10-stable/usr.bin/xlint/common/
H A Dparam.h44 #define MBLKSIZ ((size_t)0x4000) macro
/freebsd-10-stable/usr.bin/xlint/lint2/
H A Dmem2.c64 mblklen = ((MBLKSIZ + pgsz - 1) / pgsz) * pgsz;
/freebsd-10-stable/usr.bin/xlint/lint1/
H A Dparam.h46 #define MBLKSIZ ((size_t)0x4000) macro
H A Dmem1.c254 mblklen = ((MBLKSIZ + pgsz - 1) / pgsz) * pgsz;
/freebsd-10-stable/usr.bin/xlint/xlint/
H A Dxlint.c859 buf = xmalloc(MBLKSIZ);
868 if ((rlen = read(ifd, buf, MBLKSIZ)) == -1) {
878 } while (rlen == MBLKSIZ);

Completed in 79 milliseconds