Searched refs:ST_NBLOCKSIZE (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/gnutar-453/gnutar/lib/
H A Dsystem.h365 number of ST_NBLOCKSIZE-byte blocks in the file (including indirect blocks).
372 # define ST_NBLOCKS(statbuf) ((statbuf).st_size / ST_NBLOCKSIZE + ((statbuf).st_size % ST_NBLOCKSIZE != 0))
380 # define ST_NBLOCKSIZE 1024 macro
383 # define ST_NBLOCKSIZE (4 * 1024) macro
388 #ifndef ST_NBLOCKSIZE
389 # define ST_NBLOCKSIZE 512 macro
394 < ((st).st_size / ST_NBLOCKSIZE + ((st).st_size % ST_NBLOCKSIZE != 0)))
/macosx-10.10/text_cmds-88/sort/
H A Dsystem.h249 ST_NBLOCKSIZE: Size of blocks used when calculating ST_NBLOCKS. */
254 ((statbuf).st_size / ST_NBLOCKSIZE + ((statbuf).st_size % ST_NBLOCKSIZE != 0))
274 # define ST_NBLOCKSIZE 1024 macro
278 # define ST_NBLOCKSIZE (4 * 1024) macro
284 ? (statbuf).st_blocks * ST_BLKSIZE(statbuf)/ST_NBLOCKSIZE : 0)
294 #ifndef ST_NBLOCKSIZE
296 # define ST_NBLOCKSIZE S_BLKSIZE macro
298 # define ST_NBLOCKSIZE 512 macro

Completed in 69 milliseconds