Home
last modified time | relevance | path

Searched refs:ALIGN_TO (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl2/grep/dist/src/
H A Dgrep.c244 #define ALIGN_TO(val, alignment) \ macro
259 bufalloc = ALIGN_TO (INITIAL_BUFSIZE, pagesize) + pagesize + 1; in reset()
263 bufbeg = buflim = ALIGN_TO (buffer + 1, pagesize); in reset()
365 readbuf = ALIGN_TO (newbuf + 1 + save, pagesize); in fillbuf()
/netbsd-src/external/gpl2/grep/dist/
H A DChangeLog1825 (ALIGN_TO): New macro.