Searched refs:S_ISSOCK (Results 1 – 6 of 6) sorted by relevance
2688 #ifndef S_ISSOCK2690 # define S_ISSOCK(m) (((m) & S_IFMT) == S_IFSOCK) macro2692 # define S_ISSOCK(m) 0 macro
984 #ifdef S_ISSOCK in SFstatChar()985 if (S_ISSOCK (statBuf->st_mode)) in SFstatChar()
355 && !S_ISSOCK(perm) // ... or socket in readfile()2431 if (S_ISSOCK(perm)) // or socket in readfile()
1242 else if (S_ISSOCK(st->st_mode)) in getftypest()
242 || S_ISSOCK(perm) in open_buffer()
3222 syn keyword xsMacro S_ISCHR S_ISDIR S_ISFIFO S_ISGID S_ISLNK S_ISREG S_ISSOCK