Home
last modified time | relevance | path

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

/coreutils/src/
Dinstall.c141 enum { CMP_BLOCK_SIZE = 4096 }; in have_same_content() enumerator
142 static char a_buff[CMP_BLOCK_SIZE]; in have_same_content()
143 static char b_buff[CMP_BLOCK_SIZE]; in have_same_content()