Home
last modified time | relevance | path

Searched defs:STAT_BLOCKSIZE (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/usr.bin/cvs/diff/
H A Dsystem.h126 #define STAT_BLOCKSIZE(s) (s).st_blksize macro
128 #define STAT_BLOCKSIZE(s) (8 * 1024) macro
/openbsd/gnu/usr.bin/cvs/src/
H A Dhistory.c1051 #define STAT_BLOCKSIZE(s) (s).st_blksize macro
1053 #define STAT_BLOCKSIZE(s) (4 * 1024) macro