Home
last modified time | relevance | path

Searched refs:S_ISSOCK (Results 1 - 25 of 36) sorted by relevance

12

/third_party/python/Modules/
H A D_stat.c103 #ifndef S_ISSOCK
104 # define S_ISSOCK(mode) (((mode) & S_IFMT) == S_IFSOCK) macro
305 stat_S_ISFUNC(S_ISSOCK,
306 "S_ISSOCK(mode) -> bool\n\n"
361 if (S_ISSOCK(mode)) return 's'; in filetype()
422 {"S_ISSOCK", stat_S_ISSOCK, METH_O, stat_S_ISSOCK_doc},
/third_party/backends/sanei/
H A Dsanei_init_debug.c118 #if defined(S_ISSOCK) in is_socket()
119 return S_ISSOCK(sbuf.st_mode); in is_socket()
/third_party/ntfs-3g/include/ntfs-3g/
H A Ddir.h46 #ifndef S_ISSOCK
47 #define S_ISSOCK(m) (((m) & S_IFMT) == S_IFSOCK) macro
/third_party/ffmpeg/libavformat/
H A Dfile.c62 #ifndef S_ISSOCK
64 # define S_ISSOCK(m) (((m) & S_IFMT) == S_IFSOCK) macro
66 # define S_ISSOCK(m) 0 macro
319 else if (S_ISSOCK(st.st_mode)) in file_read_dir()
/third_party/node/deps/uvwasi/src/
H A Duv_mapping.c219 #ifdef S_ISSOCK in uvwasi__stat_to_filetype()
220 if (S_ISSOCK(mode)) in uvwasi__stat_to_filetype()
222 #endif /* S_ISSOCK */ in uvwasi__stat_to_filetype()
/third_party/libfuse/example/
H A Dpassthrough_helpers.h46 } else if (S_ISSOCK(mode)) { in mknod_wrapper()
/third_party/musl/libc-test/src/api/
H A Dftw.c50 C(S_ISSOCK(0)) in f()
H A Dsys_stat.c74 C(S_ISSOCK(0)) in f()
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dstat.h50 #define S_ISSOCK(mode) (((mode) & S_IFMT) == S_IFSOCK) macro
/third_party/musl/porting/linux/user/include/sys/
H A Dstat.h50 #define S_ISSOCK(mode) (((mode) & S_IFMT) == S_IFSOCK) macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dstat.h50 #define S_ISSOCK(mode) (((mode) & S_IFMT) == S_IFSOCK) macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
H A Dstat.h50 #define S_ISSOCK(mode) (((mode) & S_IFMT) == S_IFSOCK) macro
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dstat.h50 #define S_ISSOCK(mode) (((mode) & S_IFMT) == S_IFSOCK) macro
/third_party/python/Lib/
H A Dstat.py74 def S_ISSOCK(mode): function
/third_party/musl/include/sys/
H A Dstat.h57 #define S_ISSOCK(mode) (((mode) & S_IFMT) == S_IFSOCK) macro
/third_party/libwebsockets/win32port/dirent/
H A Ddirent-win32.h183 * distinguished on Windows and the macros S_ISBLK, S_ISSOCK and S_ISLNK are
199 #if !defined(S_ISSOCK)
200 # define S_ISSOCK(mode) (((mode) & S_IFMT) == S_IFSOCK) macro
/third_party/toybox/toys/pending/
H A Dlsof.c268 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/pulseaudio/src/pulsecore/
H A Dsocket-util.c75 if (S_ISSOCK(st.st_mode)) in pa_socket_peer_to_string()
/third_party/toybox/porting/liteos_a/toys/posix/
H A Dls.c112 if (S_ISSOCK(mode)) return '='; in endtype()
280 else if (S_ISSOCK(mode)) color = 256+35; in color_from_mode()
/third_party/toybox/toys/posix/
H A Dls.c113 if (S_ISSOCK(mode)) return '='; in endtype()
290 else if (S_ISSOCK(mode)) color = 256+35; in color_from_mode()
/third_party/f2fs-tools/fsck/
H A Dsload.c174 } else if (S_ISSOCK(stat.st_mode)) { in set_inode_metadata()
/third_party/gptfdisk/
H A Ddiskio-unix.cc97 else if (S_ISSOCK(st.st_mode)) in OpenForRead()
/third_party/libuv/src/unix/
H A Dtty.c396 if (!S_ISSOCK(s.st_mode)) in uv_guess_handle()
/third_party/node/deps/uv/src/unix/
H A Dtty.c391 if (!S_ISSOCK(s.st_mode)) in uv_guess_handle()
/third_party/selinux/libselinux/src/
H A Dstringrep.c227 if (S_ISSOCK(m)) in mode_to_security_class()

Completed in 13 milliseconds

12