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

/freebsd-current/usr.bin/tail/
H A Dextern.h43 #define TAILMAPLEN (4<<20) macro
H A Dmisc.c93 * offset `offset'. The start of the map window will be TAILMAPLEN
103 mip->mapoff = offset & ~((off_t)TAILMAPLEN - 1);
104 mip->maplen = TAILMAPLEN;

Completed in 113 milliseconds