Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/xcvs/dist/diff/
H A Dsystem.h146 #define STAT_BLOCKSIZE(s) (s).st_blksize macro
148 #define STAT_BLOCKSIZE(s) (8 * 1024) macro
/netbsd-src/external/gpl2/diffutils/dist/src/
H A Dsystem.h166 # define STAT_BLOCKSIZE(s) ((s).st_blksize) macro
168 # define STAT_BLOCKSIZE(s) (8 * 1024) macro
/netbsd-src/external/gpl2/xcvs/dist/src/
H A Dhistory.c1091 #define STAT_BLOCKSIZE(s) (s).st_blksize macro
1093 #define STAT_BLOCKSIZE(s) (4 * 1024) macro