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

/macosx-10.10/gnutar-453/gnutar/lib/
H A Dsys_stat_.h154 #ifndef S_TYPEISSEM
156 # define S_TYPEISSEM(p) (S_ISNAM ((p)->st_mode) && (p)->st_rdev == S_INSEM) macro
158 # define S_TYPEISSEM(p) 0 macro
/macosx-10.10/text_cmds-88/sort/
H A Dstat-macros.h148 # ifndef S_TYPEISSEM
150 # define S_TYPEISSEM(p) (S_ISNAM ((p)->st_mode) && (p)->st_rdev == S_INSEM) macro
152 # define S_TYPEISSEM(p) 0 macro
/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dstat.h427 #define S_TYPEISSEM(buf) (0) /* Test for a semaphore */ macro
/macosx-10.10/gnudiff-19/diffutils/src/
H A Ddiff.c999 #ifdef S_TYPEISSEM
1000 if (S_TYPEISSEM (st)) return _("semaphore");

Completed in 129 milliseconds