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

/macosx-10.9.5/gnutar-452/gnutar/lib/
H A Dsystem.h355 #define DEFAULT_ST_BLKSIZE 512 macro
358 # define ST_BLKSIZE(statbuf) DEFAULT_ST_BLKSIZE
361 ((statbuf).st_blksize > 0 ? (statbuf).st_blksize : DEFAULT_ST_BLKSIZE)

Completed in 191 milliseconds