Home
last modified time | relevance | path

Searched refs:S_ISSOCK (Results 1 – 25 of 38) sorted by relevance

12

/external/bison/lib/
Dsys_stat.in.h96 # undef S_ISSOCK
181 #ifndef S_ISSOCK
183 # define S_ISSOCK(m) (((m) & S_IFMT) == S_IFSOCK)
185 # define S_ISSOCK(m) 0
/external/kernel-headers/original/uapi/linux/
Dstat.h25 #define S_ISSOCK(m) (((m) & S_IFMT) == S_IFSOCK) macro
/external/syslinux/com32/include/sys/
Dstat.h29 #define S_ISSOCK(m) (((m) & S_IFMT) == S_IFSOCK) macro
/external/bison/darwin-lib/sys/
Dstat.h408 # undef S_ISSOCK
493 #ifndef S_ISSOCK
495 # define S_ISSOCK(m) (((m) & S_IFMT) == S_IFSOCK) macro
497 # define S_ISSOCK(m) 0 macro
/external/bison/linux-lib/sys/
Dstat.h408 # undef S_ISSOCK
493 #ifndef S_ISSOCK
495 # define S_ISSOCK(m) (((m) & S_IFMT) == S_IFSOCK) macro
497 # define S_ISSOCK(m) 0 macro
/external/python/cpython2/Lib/
Dstat.py58 def S_ISSOCK(mode): function
/external/vboot_reference/futility/
Dfile_type.c114 } else if (S_ISSOCK(sb.st_mode)) { in futil_file_type()
/external/toybox/toys/pending/
Dtest.c76 else if (id == 9) toys.exitval = !S_ISSOCK(st.st_mode); // S in test_main()
Dlsof.c275 if (S_ISSOCK(sb.st_mode)) find_socket(fi, sb.st_ino); in fill_stat()
279 if (!S_ISSOCK(sb.st_mode)) in fill_stat()
/external/autotest/client/site_tests/security_OpenFDs/
Dsecurity_OpenFDs.py173 stat.S_ISSOCK(x) or
/external/autotest/client/site_tests/platform_CompressedSwapPerf/src/
Dhog.c118 if (S_ISSOCK(file_stat.st_mode)) { in main()
/external/syslinux/com32/lua/src/
Dlfs.c196 else if ( S_ISSOCK(mode) ) in mode2string()
/external/toybox/toys/posix/
Dls.c115 if (S_ISSOCK(mode)) return '='; in endtype()
281 else if (S_ISSOCK(mode)) color = 256+35; in color_from_mode()
Dfile.c313 else if (S_ISSOCK(sb.st_mode)) what = "socket"; in file_main()
/external/gptfdisk/
Ddiskio-unix.cc85 else if (S_ISSOCK(st.st_mode)) in OpenForRead()
/external/f2fs-tools/fsck/
Dsload.c135 } else if (S_ISSOCK(stat.st_mode)) { in build_directory()
/external/selinux/libselinux/src/
Dstringrep.c214 if (S_ISSOCK(m)) in mode_to_security_class()
/external/e2fsprogs/misc/
De2fuzz.c145 S_ISSOCK(inode.i_mode)) in find_metadata_blocks()
/external/libchrome/sandbox/linux/seccomp-bpf-helpers/
Dbaseline_policy_unittest.cc56 BPF_ASSERT(S_ISFIFO(stat_buf.st_mode) || S_ISSOCK(stat_buf.st_mode)); in TestPipeOrSocketPair()
/external/selinux/python/sepolicy/sepolicy/
Dgenerate.py999 if os.path.exists(i) and stat.S_ISSOCK(os.stat(i)[stat.ST_MODE]):
1064 if os.path.exists(i) and stat.S_ISSOCK(os.stat(i)[stat.ST_MODE]):
1097 if os.path.exists(i) and stat.S_ISSOCK(os.stat(i)[stat.ST_MODE]):
/external/python/cpython2/Lib/plat-atheos/
DIN.py593 def S_ISSOCK(m): return (((m) & S_IFMT) == S_IFSOCK) function
/external/python/cpython2/Doc/library/
Dstat.rst51 .. function:: S_ISSOCK(mode)
/external/swiftshader/third_party/LLVM/lib/Support/Unix/
DPathV2.inc339 else if (S_ISSOCK(status.st_mode))
/external/valgrind/include/vki/
Dvki-darwin.h130 #define VKI_S_ISSOCK(m) S_ISSOCK(m)
/external/mksh/src/
Dsh.h329 #ifndef S_ISSOCK
330 #define S_ISSOCK(m) ((m & 0170000) == 0140000) macro

12