Searched refs:S_IFSOCK (Results 1 - 1 of 1) sorted by relevance

/fuchsia/zircon/third_party/ulib/musl/include/sys/
H A Dstat.h37 #define S_IFSOCK 0140000 macro
50 #define S_ISSOCK(mode) (((mode)&S_IFMT) == S_IFSOCK)

Completed in 69 milliseconds