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

/macosx-10.10/gnutar-453/gnutar/lib/
H A Dsys_stat_.h46 # undef S_ISNAM macro
108 #ifndef S_ISNAM /* Xenix */
110 # define S_ISNAM(m) (((m) & S_IFMT) == S_IFNAM) macro
112 # define S_ISNAM(m) 0 macro
156 # define S_TYPEISSEM(p) (S_ISNAM ((p)->st_mode) && (p)->st_rdev == S_INSEM)
164 # define S_TYPEISSHM(p) (S_ISNAM ((p)->st_mode) && (p)->st_rdev == S_INSHD)
/macosx-10.10/text_cmds-88/sort/
H A Dstat-macros.h39 # undef S_ISNAM macro
106 # ifndef S_ISNAM /* Xenix */
108 # define S_ISNAM(m) (((m) & S_IFMT) == S_IFNAM) macro
110 # define S_ISNAM(m) 0 macro
150 # define S_TYPEISSEM(p) (S_ISNAM ((p)->st_mode) && (p)->st_rdev == S_INSEM)
158 # define S_TYPEISSHM(p) (S_ISNAM ((p)->st_mode) && (p)->st_rdev == S_INSHD)
/macosx-10.10/tcsh-65/tcsh/
H A Dtc.os.h235 # undef S_ISNAM macro
256 # if !defined(S_ISNAM) && defined(S_IFNAM)
257 # define S_ISNAM(a) (((a) & S_IFMT) == S_IFNAM) macro
258 # endif /* ! S_ISNAM && S_IFNAM */
/macosx-10.10/tcsh-65/tcsh/win32/
H A Dntport.h95 # if !defined(S_ISNAM) && defined(S_IFNAM)
96 # define S_ISNAM(a) (((a) & S_IFMT) == S_IFNAM) macro
97 # endif /* ! S_ISNAM && S_IFNAM */

Completed in 84 milliseconds