/third_party/python/Modules/ |
D | _stat.c | 103 #ifndef S_ISSOCK 104 # define S_ISSOCK(mode) (((mode) & S_IFMT) == S_IFSOCK) macro 305 stat_S_ISFUNC(S_ISSOCK, 361 if (S_ISSOCK(mode)) return 's'; in filetype()
|
/third_party/ffmpeg/libavformat/ |
D | file.c | 60 #ifndef S_ISSOCK 62 # define S_ISSOCK(m) (((m) & S_IFMT) == S_IFSOCK) macro 64 # define S_ISSOCK(m) 0 macro 320 else if (S_ISSOCK(st.st_mode)) in file_read_dir()
|
/third_party/ntfs-3g/include/ntfs-3g/ |
D | dir.h | 46 #ifndef S_ISSOCK 47 #define S_ISSOCK(m) (((m) & S_IFMT) == S_IFSOCK) macro
|
/third_party/node/deps/uvwasi/src/ |
D | uv_mapping.c | 215 #ifdef S_ISSOCK in uvwasi__stat_to_filetype() 216 if (S_ISSOCK(mode)) in uvwasi__stat_to_filetype()
|
/third_party/libfuse/example/ |
D | passthrough_helpers.h | 46 } else if (S_ISSOCK(mode)) { in mknod_wrapper()
|
/third_party/gstreamer/gstreamer/plugins/elements/ |
D | gstfilesrc.c | 95 #ifndef S_ISSOCK 96 #define S_ISSOCK(x) (0) macro 502 if (S_ISSOCK (stat_results.st_mode)) in gst_file_src_start()
|
/third_party/musl/libc-test/src/api/ |
D | ftw.c | 50 C(S_ISSOCK(0)) in f()
|
D | sys_stat.c | 74 C(S_ISSOCK(0)) in f()
|
/third_party/python/Lib/ |
D | stat.py | 74 def S_ISSOCK(mode): function
|
/third_party/f2fs-tools/ |
D | configure.ac | 264 #ifndef S_ISSOCK 265 #define S_ISSOCK(mode) false
|
/third_party/musl/include/sys/ |
D | stat.h | 50 #define S_ISSOCK(mode) (((mode) & S_IFMT) == S_IFSOCK) macro
|
/third_party/musl/ndk_musl_include/sys/ |
D | stat.h | 50 #define S_ISSOCK(mode) (((mode) & S_IFMT) == S_IFSOCK) macro
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
D | stat.h | 50 #define S_ISSOCK(mode) (((mode) & S_IFMT) == S_IFSOCK) macro
|
/third_party/musl/porting/linux/user/include/sys/ |
D | stat.h | 50 #define S_ISSOCK(mode) (((mode) & S_IFMT) == S_IFSOCK) macro
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | stat.h | 50 #define S_ISSOCK(mode) (((mode) & S_IFMT) == S_IFSOCK) macro
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
D | stat.h | 50 #define S_ISSOCK(mode) (((mode) & S_IFMT) == S_IFSOCK) macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
D | stat.h | 50 #define S_ISSOCK(mode) (((mode) & S_IFMT) == S_IFSOCK) macro
|
/third_party/toybox/toys/pending/ |
D | lsof.c | 268 if (S_ISSOCK(sb.st_mode)) find_socket(fi, sb.st_ino); in fill_stat() 272 if (!S_ISSOCK(sb.st_mode)) in fill_stat()
|
/third_party/libwebsockets/win32port/dirent/ |
D | dirent-win32.h | 199 #if !defined(S_ISSOCK) 200 # define S_ISSOCK(mode) (((mode) & S_IFMT) == S_IFSOCK) macro
|
/third_party/pulseaudio/src/pulsecore/ |
D | socket-util.c | 78 if (S_ISSOCK(st.st_mode)) in pa_socket_peer_to_string()
|
/third_party/toybox/toys/posix/ |
D | ls.c | 113 if (S_ISSOCK(mode)) return '='; in endtype() 288 else if (S_ISSOCK(mode)) color = 256+35; in color_from_mode()
|
/third_party/toybox/porting/liteos_a/toys/posix/ |
D | ls.c | 112 if (S_ISSOCK(mode)) return '='; in endtype() 280 else if (S_ISSOCK(mode)) color = 256+35; in color_from_mode()
|
/third_party/libuv/src/unix/ |
D | tty.c | 357 if (!S_ISSOCK(s.st_mode)) in uv_guess_handle()
|
/third_party/selinux/libselinux/src/ |
D | stringrep.c | 215 if (S_ISSOCK(m)) in mode_to_security_class()
|
/third_party/gptfdisk/ |
D | diskio-unix.cc | 93 else if (S_ISSOCK(st.st_mode)) in OpenForRead()
|