| /llvm-project-15.0.7/lldb/source/Host/posix/ |
| H A D | DomainSocket.cpp | 29 static const int kDomain = AF_UNIX; 131 saddr_un.sun_family = AF_UNIX; in GetSocketName()
|
| /llvm-project-15.0.7/compiler-rt/test/asan/TestCases/Posix/ |
| H A D | ioctl.cpp | 18 int fd = socket(AF_UNIX, SOCK_DGRAM, 0); in main()
|
| /llvm-project-15.0.7/compiler-rt/test/msan/ |
| H A D | ioctl.cpp | 11 int fd = socket(AF_UNIX, SOCK_DGRAM, 0); in main()
|
| H A D | ioctl_custom.cpp | 20 int fd = socket(AF_UNIX, SOCK_STREAM, 0); in main()
|
| /llvm-project-15.0.7/lldb/tools/darwin-debug/ |
| H A D | darwin-debug.cpp | 276 int s = ::socket(AF_UNIX, SOCK_STREAM, 0); in main() 282 saddr_un.sun_family = AF_UNIX; in main()
|
| /llvm-project-15.0.7/compiler-rt/test/tsan/ |
| H A D | fd_socketpair_norace.cpp | 28 socketpair(AF_UNIX, SOCK_STREAM, 0, fds); in main()
|
| /llvm-project-15.0.7/compiler-rt/test/msan/Linux/ |
| H A D | cmsghdr.cpp | 34 ret = socketpair(AF_UNIX, SOCK_STREAM, 0, sock); in main()
|
| /llvm-project-15.0.7/libcxx/test/support/ |
| H A D | filesystem_test_helper.h | 295 address.sun_family = AF_UNIX; in create_socket() 298 int fd = ::socket(AF_UNIX, SOCK_STREAM, 0); in create_socket()
|
| /llvm-project-15.0.7/compiler-rt/test/dfsan/ |
| H A D | custom.cpp | 614 int ret = socketpair(AF_UNIX, SOCK_DGRAM, 0, sockfds); in test_recvmmsg() 682 int ret = socketpair(AF_UNIX, SOCK_DGRAM, 0, sockfds); in test_recvmsg() 1724 int ret = socketpair(AF_UNIX, SOCK_DGRAM, 0, sockfds); in test_getpeername() 1749 int sockfd = socket(AF_UNIX, SOCK_DGRAM, 0); in test_getsockname() 1772 int sockfd = socket(AF_UNIX, SOCK_DGRAM, 0); in test_getsockopt()
|
| /llvm-project-15.0.7/clang/test/Analysis/ |
| H A D | taint-generic.c | 248 #define AF_UNIX 1 /* local to host (pipes) */ macro 250 #define AF_LOCAL AF_UNIX /* backward compatibility */
|
| /llvm-project-15.0.7/lldb/tools/debugserver/source/ |
| H A D | debugserver.cpp | 670 int s = ::socket(AF_UNIX, SOCK_STREAM, 0); in PortWasBoundCallbackUnixSocket() 676 saddr_un.sun_family = AF_UNIX; in PortWasBoundCallbackUnixSocket()
|
| /llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/ |
| H A D | gdbclientutils.py | 426 super().__init__(socket.AF_UNIX, socket.SOCK_STREAM, 0, addr)
|
| /llvm-project-15.0.7/compiler-rt/lib/msan/tests/ |
| H A D | msan_test.cpp | 799 int res = socketpair(AF_UNIX, SOCK_STREAM, 0, sv); in TEST() 874 int sock = socket(AF_UNIX, SOCK_STREAM, 0); in TEST() 878 sai.sin_family = AF_UNIX; in TEST() 1259 int sock = socket(AF_UNIX, SOCK_STREAM, 0); in TEST()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | ProcessGDBRemote.cpp | 3288 if (socketpair(AF_UNIX, SOCK_STREAM, 0, sockets) == -1) { in LaunchAndConnectToDebugserver()
|