S_ISCHR          1484 file.c         #ifndef S_ISCHR
S_ISCHR          1491 file.c             if (S_ISCHR(st.st_mode)) return Qtrue;
S_ISCHR          1982 file.c             else if (S_ISCHR(st->st_mode)) {
S_ISCHR          5066 file.c             if (S_ISCHR(get_stat(obj)->st_mode)) return Qtrue;
S_ISCHR           425 random.c       #if defined(S_ISCHR) && !defined(DOSISH)
S_ISCHR           453 random.c           if (fstat(fd, &statbuf) == 0 && S_ISCHR(statbuf.st_mode)) {