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

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

Completed in 64 milliseconds