Home
last modified time | relevance | path

Searched defs:S_ISSOCK (Results 1 – 12 of 12) sorted by relevance

/third_party/ntfs-3g/include/ntfs-3g/
Ddir.h47 #define S_ISSOCK(m) (((m) & S_IFMT) == S_IFSOCK) macro
/third_party/ffmpeg/libavformat/
Dfile.c62 # define S_ISSOCK(m) (((m) & S_IFMT) == S_IFSOCK) macro
64 # define S_ISSOCK(m) 0 macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
Dstat.h50 #define S_ISSOCK(mode) (((mode) & S_IFMT) == S_IFSOCK) macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dstat.h50 #define S_ISSOCK(mode) (((mode) & S_IFMT) == S_IFSOCK) macro
/third_party/musl/include/sys/
Dstat.h50 #define S_ISSOCK(mode) (((mode) & S_IFMT) == S_IFSOCK) macro
/third_party/python/Lib/
Dstat.py74 def S_ISSOCK(mode): function
/third_party/python/Modules/
D_stat.c104 # define S_ISSOCK(mode) (((mode) & S_IFMT) == S_IFSOCK) macro
/third_party/uboot/u-boot-2020.01/fs/yaffs2/
Dyportenv.h252 #define S_ISSOCK(m) (((m) & S_IFMT) == S_IFSOCK) macro
/third_party/gstreamer/gstreamer/plugins/elements/
Dgstfilesrc.c92 #define S_ISSOCK(x) (0) macro
/third_party/boost/boost/config/platform/
Dvxworks.hpp351 # define S_ISSOCK(mode) ((mode & S_IFMT) == S_IFSOCK) // Is file a socket? macro
/third_party/uboot/u-boot-2020.01/include/linux/
Dstat.h28 #define S_ISSOCK(m) (((m) & S_IFMT) == S_IFSOCK) macro
/third_party/mksh/
Dsh.h354 #define S_ISSOCK(m) ((m & 0170000) == 0140000) macro