Search | Google it | Results 1 - 2 of 2 for funcall:S_ISCHR (0.00 seconds) |
91: /* could be a tty iff it is a character device */ 92: *couldbetty = S_ISCHR(st.st_mode); 93: if (st.st_blksize == 0) {
70: 71: if (S_ISCHR(env->t_misc.t_stat64_u.st_mode) 72: || S_ISFIFO(env->t_misc.t_stat64_u.st_mode)