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

/macosx-10.9.5/gnutar-452/gnutar/lib/
H A Dsys_stat_.h145 #ifndef S_TYPEISMQ
146 # define S_TYPEISMQ(p) 0 macro
/macosx-10.9.5/text_cmds-87/sort/
H A Dstat-macros.h139 # ifndef S_TYPEISMQ
140 # define S_TYPEISMQ(p) 0 macro
/macosx-10.9.5/xnu-2422.115.4/bsd/sys/
H A Dstat.h426 #define S_TYPEISMQ(buf) (0) /* Test for a message queue */ macro
/macosx-10.9.5/gnudiff-19/diffutils/src/
H A Ddiff.c996 #ifdef S_TYPEISMQ
997 if (S_TYPEISMQ (st)) return _("message queue");

Completed in 226 milliseconds