Home
last modified time | relevance | path

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

/freebsd/contrib/diff/src/
H A Dsystem.h134 # define STAT_BLOCKSIZE(s) ((s).st_blksize) macro
136 # define STAT_BLOCKSIZE(s) (8 * 1024) macro