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

/macosx-10.9.5/CPANInternal-140/Perl4-CoreLibs-0.003/lib/
H A Dstat.pl17 $ST_BLKSIZE = 11;
/macosx-10.9.5/text_cmds-87/sort/
H A Dsystem.h247 ST_BLKSIZE: Preferred I/O blocksize for the file, in bytes.
251 # define ST_BLKSIZE(statbuf) DEV_BSIZE macro
268 # define ST_BLKSIZE(statbuf) ((0 < (statbuf).st_blksize \ macro
284 ? (statbuf).st_blocks * ST_BLKSIZE(statbuf)/ST_NBLOCKSIZE : 0)
/macosx-10.9.5/gnutar-452/gnutar/lib/
H A Dsystem.h348 size is greater than 512 bytes; so ST_BLKSIZE code below, in preparation
351 /* Extract or fake data from a `struct stat'. ST_BLKSIZE gives the
358 # define ST_BLKSIZE(statbuf) DEFAULT_ST_BLKSIZE macro
360 # define ST_BLKSIZE(statbuf) \ macro
/macosx-10.9.5/zsh-60/zsh/Src/Modules/
H A Dstat.c35 ST_BLKSIZE, ST_BLOCKS, ST_READLINK, ST_COUNT }; enumerator in enum:statnum
302 case ST_BLKSIZE:

Completed in 123 milliseconds