Searched defs:STAT_BLOCKSIZE (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/contrib/cvs/diff/
H A Dsystem.h146 #define STAT_BLOCKSIZE(s) (s).st_blksize macro
148 #define STAT_BLOCKSIZE(s) (8 * 1024) macro
/freebsd-9.3-release/contrib/diff/src/
H A Dsystem.h134 # define STAT_BLOCKSIZE(s) ((s).st_blksize) macro
136 # define STAT_BLOCKSIZE(s) (8 * 1024) macro
/freebsd-9.3-release/contrib/cvs/src/
H A Dhistory.c1087 #define STAT_BLOCKSIZE(s) (s).st_blksize macro
1089 #define STAT_BLOCKSIZE(s) (4 * 1024) macro

Completed in 61 milliseconds