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

/macosx-10.9.5/gnutar-452/gnutar/lib/
H A Dsys_stat_.h176 #ifndef S_ISOFD
177 # define S_ISOFD(p) 0 macro
/macosx-10.9.5/text_cmds-87/sort/
H A Dstat-macros.h170 # ifndef S_ISOFD
171 # define S_ISOFD(p) 0 macro
/macosx-10.9.5/zsh-60/zsh/Src/
H A Dzsh_system.h534 # undef S_ISOFD macro
574 #if !defined(S_ISOFD) && defined(S_IFOFD) /* Cray */
575 # define S_ISOFD(m) (((m) & S_IFMT) == S_IFOFD) macro
616 #ifndef S_ISOFD
617 # define S_ISOFD(m) ((void)(m), 0) macro
/macosx-10.9.5/zsh-60/zsh/Src/Modules/
H A Dstat.c100 else if (S_ISOFD(mode))

Completed in 77 milliseconds