Searched refs:S_ISCHR (Results 1 – 5 of 5) sorted by relevance
2662 && (defined(S_ISCHR) || defined(S_IFCHR))2702 #ifndef S_ISCHR2704 # define S_ISCHR(m) (((m) & S_IFMT) == S_IFCHR) macro2706 # define S_ISCHR(m) 0 macro
357 && !(S_ISCHR(perm) && is_dev_fd_file(fname)) in readfile()2437 if (S_ISCHR(perm)) // or character special in readfile()
1238 else if (S_ISCHR(st->st_mode)) in getftypest()
244 || (S_ISCHR(perm) && is_dev_fd_file(curbuf->b_ffname)) in open_buffer()
3222 syn keyword xsMacro S_ISCHR S_ISDIR S_ISFIFO S_ISGID S_ISLNK S_ISREG S_ISSOCK