S_ISDIR           146 lib/dup2.c           && !fstat (fd, &sbuf) && S_ISDIR (sbuf.st_mode))
S_ISDIR            66 lib/faccessat.c       if (result == 0 && !S_ISDIR (st.st_mode))
S_ISDIR            75 lib/fchmodat.c       if (!S_ISDIR (st.st_mode))
S_ISDIR           563 lib/fcntl.c          && !fstat (fd, &sbuf) && S_ISDIR (sbuf.st_mode))
S_ISDIR           266 lib/fdopendir.c   if (!S_ISDIR (st.st_mode))
S_ISDIR           223 lib/file-has-acl.c               || (S_ISDIR (sb->st_mode)
S_ISDIR           305 lib/file-has-acl.c               if (ret == 0 && S_ISDIR (sb->st_mode))
S_ISDIR            48 lib/filemode.c   if (S_ISDIR (bits))
S_ISDIR            88 lib/fstatat.c        if (file[len - 1] != '/' || S_ISDIR (st->st_mode))
S_ISDIR            98 lib/fstatat.c    if (result == 0 && !S_ISDIR (st->st_mode) && file[len - 1] == '/')
S_ISDIR            56 lib/get-permissions.c   if (S_ISDIR (mode))
S_ISDIR            77 lib/lchmod.c         if (!S_ISDIR (st.st_mode))
S_ISDIR            84 lib/lstat.c          if (S_ISDIR (sbuf->st_mode) || file[strlen (file) - 1] != '/')
S_ISDIR           162 lib/open.c           if (stat (filename, &statbuf) == 0 && S_ISDIR (statbuf.st_mode))
S_ISDIR           193 lib/open.c               if (fstat (fd, &statbuf) >= 0 && !S_ISDIR (statbuf.st_mode))
S_ISDIR           532 lib/set-permissions.c               if (S_ISDIR(ctx->mode))
S_ISDIR           203 lib/sys_stat.in.h #ifndef S_ISDIR
S_ISDIR           258 lib/utimens.c                if (!S_ISDIR (statbuf.st_mode))
S_ISDIR            48 lib/utimensat.c       if (!S_ISDIR (st.st_mode))
S_ISDIR           157 lib/utimensat.c           if (!S_ISDIR (statbuf.st_mode))
S_ISDIR          1081 src/dired.c        file_type = S_ISDIR (s.st_mode) ? Qt : Qnil;
S_ISDIR           237 src/fileio.c         return st.st_mode & S_IWRITE || S_ISDIR (st.st_mode);
S_ISDIR          2194 src/fileio.c         if (S_ISDIR (statbuf.st_mode))
S_ISDIR          2350 src/fileio.c   		       S_ISDIR (st.st_mode) ? EISDIR : EINVAL);
S_ISDIR          2819 src/fileio.c         dirp = S_ISDIR (file_st.st_mode) != 0;
S_ISDIR          3243 src/fileio.c     if (S_ISDIR (st.st_mode))
S_ISDIR          1884 src/lread.c          if (sys_fstat (eln_fd, &eln_st) || S_ISDIR (eln_st.st_mode))
S_ISDIR          2239 src/lread.c    			       : S_ISDIR (st.st_mode) ? EISDIR : 0);