Searched refs:S_IFCHR (Results 1 – 10 of 10) sorted by relevance
31 S_IFCHR = 0020000 variable44 return S_IFMT(mode) == S_IFCHR
140 S_IFCHR = 0020000 # character device variable289 (S_IFCHR, "c"),2229 mode |= stat.S_IFCHR
144 return ((buf.st_mode & S_IFCHR) != 0); in has_dev_urandom()
124 #define S_IFCHR _S_IFCHR macro
398 #define S_IFMT (S_IFDIR|S_IFCHR|S_IFREG)
413 #define S_IFMT (S_IFDIR|S_IFCHR|S_IFREG)
397 #define S_IFMT (S_IFDIR|S_IFCHR|S_IFREG)