/prebuilts/go/linux-x86/src/syscall/ |
zsyscall_freebsd_amd64.go | 136 func socketpair(domain int, typ int, proto int, fd *[2]int32) (err error) { func
|
zsyscall_freebsd_arm.go | 136 func socketpair(domain int, typ int, proto int, fd *[2]int32) (err error) { func
|
zsyscall_netbsd_386.go | 136 func socketpair(domain int, typ int, proto int, fd *[2]int32) (err error) { func
|
zsyscall_netbsd_amd64.go | 136 func socketpair(domain int, typ int, proto int, fd *[2]int32) (err error) { func
|
zsyscall_netbsd_arm.go | 136 func socketpair(domain int, typ int, proto int, fd *[2]int32) (err error) { func
|
zsyscall_openbsd_386.go | 136 func socketpair(domain int, typ int, proto int, fd *[2]int32) (err error) { func
|
zsyscall_openbsd_amd64.go | 136 func socketpair(domain int, typ int, proto int, fd *[2]int32) (err error) { func
|
zsyscall_openbsd_arm.go | 136 func socketpair(domain int, typ int, proto int, fd *[2]int32) (err error) { func
|
zsyscall_linux_amd64.go | 1675 func socketpair(domain int, typ int, proto int, fd *[2]int32) (err error) { func [all...] |
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/ |
pyconfig.h | 653 /* Define if you have the 'socketpair' function. */ [all...] |
/prebuilts/python/linux-x86/2.7.5/include/python2.7/ |
pyconfig.h | 653 /* Define if you have the 'socketpair' function. */ [all...] |
/external/compiler-rt/lib/msan/tests/ |
msan_test.cc | 780 TEST(MemorySanitizer, socketpair) { 782 int res = socketpair(AF_UNIX, SOCK_STREAM, 0, sv); [all...] |
/external/libmicrohttpd/src/include/ |
microhttpd.h | [all...] |
/external/mdnsresponder/mDNSShared/ |
dnsextd.c | [all...] |
/external/valgrind/coregrind/m_syswrap/ |
syswrap-darwin.c | [all...] |
syswrap-solaris.c | [all...] |
/external/dbus/ |
configure.ac | 599 AC_CHECK_FUNCS(vsnprintf vasprintf nanosleep usleep setenv clearenv unsetenv socketpair getgrouplist fpathconf setrlimit poll setlocale localeconv strtoll strtoull issetugid getresuid) [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/lib32/ |
libasound.so | |
libasound.so.2 | |
libasound.so.2.0.0 | |
/prebuilts/go/darwin-x86/src/syscall/ |
zsyscall_linux_amd64.go | 1675 func socketpair(domain int, typ int, proto int, fd *[2]int32) (err error) { func [all...] |
zsyscall_linux_arm.go | 1357 func socketpair(domain int, typ int, flags int, fd *[2]int32) (err error) { func [all...] |
zsyscall_linux_arm64.go | 1602 func socketpair(domain int, typ int, proto int, fd *[2]int32) (err error) { func [all...] |
zsyscall_linux_ppc64.go | 1675 func socketpair(domain int, typ int, proto int, fd *[2]int32) (err error) { func [all...] |
zsyscall_linux_ppc64le.go | 1675 func socketpair(domain int, typ int, proto int, fd *[2]int32) (err error) { func [all...] |