gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 2 of 2 for funcall:S_ISCHR (0.00 seconds)
t2ex
bsd_source/lib/libc/src_bsd/stdio/makebuf.c - 3.8KB - 107 lines
91:         /* could be a tty iff it is a character device */
92:         *couldbetty = S_ISCHR(st.st_mode);
93:         if (st.st_blksize == 0) {
t2ex_source/t2ex/fs/fs/src/fs_lseek.c - 4.7KB - 151 lines
70: 
71:         if (S_ISCHR(env->t_misc.t_stat64_u.st_mode)
72:                 || S_ISFIFO(env->t_misc.t_stat64_u.st_mode)