Searched refs:S_TYPEISSHM (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/gnutar-453/gnutar/lib/
H A Dsys_stat_.h162 #ifndef S_TYPEISSHM
164 # define S_TYPEISSHM(p) (S_ISNAM ((p)->st_mode) && (p)->st_rdev == S_INSHD) macro
166 # define S_TYPEISSHM(p) 0 macro
/macosx-10.10/text_cmds-88/sort/
H A Dstat-macros.h156 # ifndef S_TYPEISSHM
158 # define S_TYPEISSHM(p) (S_ISNAM ((p)->st_mode) && (p)->st_rdev == S_INSHD) macro
160 # define S_TYPEISSHM(p) 0 macro
/macosx-10.10/BerkeleyDB-21/db/os/
H A Dos_dir.c66 if (!S_ISREG(sb.st_mode) && !S_TYPEISSHM(&sb)) {
/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dstat.h428 #define S_TYPEISSHM(buf) (0) /* Test for a shared memory object */ macro
/macosx-10.10/gnudiff-19/diffutils/src/
H A Ddiff.c1002 #ifdef S_TYPEISSHM
1003 if (S_TYPEISSHM (st)) return _("shared memory object");

Completed in 190 milliseconds