st_mode          1024 src/dps8/dps8_crdrdr.c         if (S_ISDIR(info.st_mode))
st_mode           282 src/dps8/safemove.h   if (fchmod (dst_fd, st -> st_mode & 07777) == -1)
st_mode           360 src/dps8/safemove.h   if (! S_ISREG (lst . st_mode))
st_mode           480 src/dps8/safemove.h   if (S_ISLNK (st . st_mode))
st_mode           497 src/dps8/safemove.h   if (S_ISDIR (st . st_mode))
st_mode          1255 src/punutil/cardutil.c                       if (0 != stat (archive_dir, & st) || ! S_ISDIR (st . st_mode))
st_mode          1581 src/punutil/cardutil.c       if (0 != stat (input_dir, & st) || ! S_ISDIR (st . st_mode))
st_mode          1593 src/punutil/cardutil.c       if (0 != stat (output_dir, & st) || ! S_ISDIR (st . st_mode))
st_mode          1607 src/punutil/cardutil.c           if (0 != stat (archive_dir, & st) || ! S_ISDIR (st . st_mode))
st_mode          1698 src/punutil/cardutil.c         if (0 != (st . st_mode & S_IWOTH))
st_mode          1701 src/punutil/cardutil.c       bool output_world_writable  = 0 != (st . st_mode & S_IWOTH);
st_mode          1706 src/punutil/cardutil.c           archive_world_writable = 0 != (st . st_mode & S_IWOTH);
st_mode           389 src/simh/sim_fio.c if ((stbuf.st_mode & S_IFIFO)) {