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

/macosx-10.9.5/gnutar-452/gnutar/lib/
H A Dsys_stat_.h149 #ifndef S_TYPEISTMO
150 # define S_TYPEISTMO(p) 0 macro
/macosx-10.9.5/text_cmds-87/sort/
H A Dstat-macros.h143 # ifndef S_TYPEISTMO
144 # define S_TYPEISTMO(p) 0 macro
/macosx-10.9.5/xnu-2422.115.4/bsd/sys/
H A Dstat.h444 #define S_TYPEISTMO(buf) (0) /* Test for a typed memory object */ macro
/macosx-10.9.5/gnudiff-19/diffutils/src/
H A Ddiff.c1005 #ifdef S_TYPEISTMO
1006 if (S_TYPEISTMO (st)) return _("typed memory object");

Completed in 84 milliseconds