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

/macosx-10.10/bash-94.1.2/bash-3.2/include/
H A Dposixstat.h63 #if defined (_S_IFBLK) && !defined (S_IFBLK)
64 #define S_IFBLK _S_IFBLK
/macosx-10.10/bash-94.1.2/bash-3.2/lib/readline/
H A Dposixstat.h63 #if defined (_S_IFBLK) && !defined (S_IFBLK)
64 #define S_IFBLK _S_IFBLK
/macosx-10.10/libarchive-30/libarchive/libarchive/
H A Darchive_windows.h155 #ifndef _S_IFBLK
156 #define _S_IFBLK 0060000 /* block special */ macro
177 #define S_IFBLK _S_IFBLK
/macosx-10.10/rsync-45/rsync/
H A Drsync.h770 #define S_ISBLK(mode) (((mode) & (_S_IFMT)) == (_S_IFBLK))
/macosx-10.10/postfix-255/postfix/src/util/
H A Dsys_defs.h1526 #define S_ISBLK(mode) (((mode) & (_S_IFMT)) == (_S_IFBLK))

Completed in 202 milliseconds