Home
last modified time | relevance | path

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

/dports/textproc/diffutils/diffutils-3.8/src/
H A Dsystem.h45 # define STAT_BLOCKSIZE(s) ((s).st_blksize) macro
47 # define STAT_BLOCKSIZE(s) (8 * 1024) macro
/dports/devel/cvs-devel/cvs-1.12.13/diff/
H A Dsystem.h146 #define STAT_BLOCKSIZE(s) (s).st_blksize macro
148 #define STAT_BLOCKSIZE(s) (8 * 1024) macro
/dports/textproc/xwindiff/xwindiff-1.1.6/
H A Dsystem.h122 #define STAT_BLOCKSIZE(s) (s).st_blksize macro
124 #define STAT_BLOCKSIZE(s) (8 * 1024) macro
/dports/math/numdiff/numdiff-5.9.0/
H A Dsystem.h168 # define STAT_BLOCKSIZE(s) ((s).st_blksize) macro
170 # define STAT_BLOCKSIZE(s) (8 * 1024) macro
/dports/devel/cvs-devel/cvs-1.12.13/src/
H A Dhistory.c1088 #define STAT_BLOCKSIZE(s) (s).st_blksize macro
1090 #define STAT_BLOCKSIZE(s) (4 * 1024) macro