Searched defs:ST_NBLOCKS (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/gnutar-453/gnutar/lib/
H A Dsystem.h372 # define ST_NBLOCKS(statbuf) ((statbuf).st_size / ST_NBLOCKSIZE + ((statbuf).st_size % ST_NBLOCKSIZE != 0)) macro
375 # define ST_NBLOCKS(statbuf) (st_blocks ((statbuf).st_size)) macro
378 # define ST_NBLOCKS(statbuf) ((statbuf).st_blocks) macro
/macosx-10.10/text_cmds-88/sort/
H A Dsystem.h253 # define ST_NBLOCKS(statbuf) \ macro
256 # define ST_NBLOCKS(statbuf) \ macro
281 # define ST_NBLOCKS(statbuf) \ macro
291 # define ST_NBLOCKS(statbuf) ((statbuf).st_blocks) macro

Completed in 172 milliseconds