Searched refs:S_ISCHR (Results 1 – 11 of 11) sorted by relevance
124 if (__builtin_expect (S_ISCHR (st.st_mode), 1) != 0) { in daemon()
97 && S_ISCHR(dst.st_mode) && (st.st_rdev == dst.st_rdev) in ttyname_r()
169 if (! S_ISCHR (st.st_mode) || ! SLAVE_P (st.st_rdev)) in ptsname_r()
108 else if (S_ISCHR(st.st_mode)) in _GLIBCXX_VISIBILITY()
131 #define S_ISCHR(mode) __S_ISTYPE((mode), __S_IFCHR) macro
276 else if (S_ISCHR(st.st_mode)) in _GLIBCXX_VISIBILITY()
267 else if (S_ISCHR(st.st_mode)) in _GLIBCXX_VISIBILITY()
264 else if (S_ISCHR(st.st_mode)) in make_file_type()
Completed in 19 milliseconds