Home
last modified time | relevance | path

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

/netbsd/src/external/gpl2/xcvs/dist/src/
Drcs.c5774 #define CMP_BUF_SIZE (8 * 1024) macro
5787 filebuf = xmalloc (len > CMP_BUF_SIZE ? CMP_BUF_SIZE : len); in cmp_file_buffer()
5793 checklen = len > CMP_BUF_SIZE ? CMP_BUF_SIZE : len; in cmp_file_buffer()