S_ISDOOR           77 maint/gnulib/lib/file-type.c   if (S_ISDOOR (st->st_mode))
S_ISDOOR           68 maint/gnulib/lib/filemode.c   if (S_ISDOOR (bits))
S_ISDOOR          199 maint/gnulib/lib/sys_stat.in.h #ifndef S_ISDOOR /* Solaris 2.5 and up */
S_ISDOOR           50 maint/gnulib/tests/test-sys_stat.c     S_ISDOOR (S_IFREG),
S_ISDOOR          167 maint/gnulib/tests/test-sys_stat.c verify (!S_ISDOOR (S_IFBLK));
S_ISDOOR          169 maint/gnulib/tests/test-sys_stat.c verify (!S_ISDOOR (S_IFCHR));
S_ISDOOR          170 maint/gnulib/tests/test-sys_stat.c verify (!S_ISDOOR (S_IFDIR));
S_ISDOOR          171 maint/gnulib/tests/test-sys_stat.c verify (!S_ISDOOR (S_IFIFO));
S_ISDOOR          172 maint/gnulib/tests/test-sys_stat.c verify (!S_ISDOOR (S_IFREG));
S_ISDOOR          174 maint/gnulib/tests/test-sys_stat.c verify (!S_ISDOOR (S_IFLNK));
S_ISDOOR          177 maint/gnulib/tests/test-sys_stat.c verify (!S_ISDOOR (S_IFSOCK));