Home
last modified time | relevance | path

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

/dflybsd-src/contrib/cvs-1.12/diff/
H A Dsystem.h146 #define STAT_BLOCKSIZE(s) (s).st_blksize macro
148 #define STAT_BLOCKSIZE(s) (8 * 1024) macro
/dflybsd-src/contrib/cvs-1.12/src/
H A Dhistory.c1088 #define STAT_BLOCKSIZE(s) (s).st_blksize macro
1090 #define STAT_BLOCKSIZE(s) (4 * 1024) macro