Home
last modified time | relevance | path

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

/dragonfly/contrib/diffutils/src/
H A Dsystem.h45 # define STAT_BLOCKSIZE(s) ((s).st_blksize) macro
47 # define STAT_BLOCKSIZE(s) (8 * 1024) macro
/dragonfly/gnu/usr.bin/diff/diff/
H A Dsystem.h45 # define STAT_BLOCKSIZE(s) ((s).st_blksize) macro
47 # define STAT_BLOCKSIZE(s) (8 * 1024) macro
/dragonfly/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
/dragonfly/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