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

/macosx-10.9.5/text_cmds-87/sort/
H A Dstat-macros.h36 # undef S_ISDOOR macro
72 # ifndef S_ISDOOR /* Solaris 2.5 and up */
74 # define S_ISDOOR(m) (((m) & S_IFMT) == S_IFDOOR) macro
76 # define S_ISDOOR(m) 0 macro
/macosx-10.9.5/gnutar-452/gnutar/lib/
H A Dsys_stat_.h78 #ifndef S_ISDOOR /* Solaris 2.5 and up */
79 # define S_ISDOOR(m) 0 macro
H A Dsystem.h190 #ifndef S_ISDOOR
191 # define S_ISDOOR(mode) 0 macro
/macosx-10.9.5/zsh-60/zsh/Src/
H A Dzsh_system.h528 # undef S_ISDOOR macro
556 #if !defined(S_ISDOOR) && defined(S_IFDOOR) /* Solaris */
557 # define S_ISDOOR(m) (((m) & S_IFMT) == S_IFDOOR) macro
598 #ifndef S_ISDOOR
599 # define S_ISDOOR(m) ((void)(m), 0) macro
/macosx-10.9.5/zsh-60/zsh/Src/Modules/
H A Dstat.c90 else if (S_ISDOOR(mode))
/macosx-10.9.5/gnutar-452/gnutar/src/
H A Dcreate.c1762 else if (S_ISDOOR (st->stat.st_mode))

Completed in 132 milliseconds