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

/macosx-10.10/emacs-93/emacs/src/
H A Dfilemode.c59 #undef S_ISMPC
88 #define S_ISMPC(m) (((m) & S_IFMT) == S_IFMPC)
196 #ifdef S_ISMPC
197 if (S_ISMPC (bits))
58 #undef S_ISMPC macro
87 #define S_ISMPC macro
/macosx-10.10/gnutar-453/gnutar/lib/
H A Dsys_stat_.h48 # undef S_ISMPC macro
101 # define S_ISMPC(m) (((m) & S_IFMT) == S_IFMPC) macro
104 # define S_ISMPC(m) 0 macro
/macosx-10.10/text_cmds-88/sort/
H A Dstat-macros.h41 # undef S_ISMPC macro
99 # define S_ISMPC(m) (((m) & S_IFMT) == S_IFMPC) macro
102 # define S_ISMPC(m) 0 macro
/macosx-10.10/zsh-61/zsh/Src/
H A Dzsh_system.h532 # undef S_ISMPC macro
568 #if !defined(S_ISMPC) && defined(S_IFMPC) /* V7 */
569 # define S_ISMPC(m) (((m) & S_IFMT) == S_IFMPC) macro
610 #ifndef S_ISMPC
611 # define S_ISMPC(m) ((void)(m), 0) macro
/macosx-10.10/gnuserv-7/gnuserv/
H A Dsysfile.h207 #undef S_ISMPC macro
236 #define S_ISMPC(m) (((m) & S_IFMT) == S_IFMPC) macro
/macosx-10.10/zsh-61/zsh/Src/Modules/
H A Dstat.c96 else if (S_ISMPC(mode))

Completed in 210 milliseconds