Searched refs:S_ISCHR (Results 1 – 5 of 5) sorted by relevance
43 def S_ISCHR(mode): function
1874 elif stat.S_ISCHR(stmd):
123 *couldbetty = S_ISCHR(st.st_mode); in __swhatbuf()
134 #define S_ISCHR(m) ((m & _S_IFMT) == _S_IFCHR) ///< char special macro