HomeSort by relevance Sort by last modified time
    Searched defs:AF_UNIX (Results 1 - 25 of 85) sorted by null

1 2 3 4

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
socketmodule.h 38 # undef AF_UNIX
99 #ifdef AF_UNIX
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
socketmodule.h 38 # undef AF_UNIX
99 #ifdef AF_UNIX
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
socketmodule.h 38 # undef AF_UNIX
99 #ifdef AF_UNIX
  /external/clang/test/Analysis/
taint-generic.c 153 #define AF_UNIX 1 /* local to host (pipes) */
155 #define AF_LOCAL AF_UNIX /* backward compatibility */
  /external/python/cpython2/Modules/
socketmodule.h 38 # undef AF_UNIX
99 #ifdef AF_UNIX
  /external/python/cpython3/Modules/
socketmodule.h 45 # undef AF_UNIX
137 #ifdef AF_UNIX
  /external/strace/xlat/
addrfams.h 5 #if !(defined(AF_UNIX) || (defined(HAVE_DECL_AF_UNIX) && HAVE_DECL_AF_UNIX))
6 # define AF_UNIX 1
139 XLAT(AF_UNIX),
  /external/python/cpython2/Lib/plat-os2emx/
SOCKET.py 37 AF_UNIX = 1
57 AF_OS2 = AF_UNIX
60 PF_UNIX = AF_UNIX
80 PF_OS2 = AF_UNIX
  /prebuilts/go/darwin-x86/src/syscall/
net_nacl.go 89 AF_UNIX
types_windows.go 519 AF_UNIX = 1
  /prebuilts/go/linux-x86/src/syscall/
net_nacl.go 89 AF_UNIX
types_windows.go 519 AF_UNIX = 1
  /bionic/libc/include/sys/
socket.h 143 #define AF_UNIX 1
188 #define PF_UNIX AF_UNIX
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
socket.h 158 #define AF_UNIX AF_LOCAL /* backward compatibility */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
socket.h 120 #define AF_UNIX PF_UNIX
188 exception of AF_UNIX). We reserve 128 bytes. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
socket.h 120 #define AF_UNIX PF_UNIX
188 exception of AF_UNIX). We reserve 128 bytes. */
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/psdk_inc/
_ws1_undef.h 160 #undef AF_UNIX
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winsock.h 201 #define AF_UNIX 1
228 #define PF_UNIX AF_UNIX
winsock2.h 219 #define AF_UNIX 1
269 #define PF_UNIX AF_UNIX
    [all...]
  /external/python/cpython2/Lib/plat-linux2/
IN.py 391 AF_UNIX = PF_UNIX
  /prebuilts/gdb/linux-x86/lib/python2.7/plat-linux2/
IN.py 391 AF_UNIX = PF_UNIX
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/plat-linux2/
IN.py 391 AF_UNIX = PF_UNIX
  /external/python/cpython2/Lib/plat-atheos/
IN.py 412 AF_UNIX = PF_UNIX
728 AF_UNIX = PF_UNIX
754 AF_UNIX = PF_UNIX
  /external/python/cpython2/Lib/plat-unixware7/
IN.py 261 AF_UNIX = 1
262 AF_LOCAL = AF_UNIX
293 PF_UNIX = AF_UNIX
  /libcore/luni/src/main/java/android/system/
OsConstants.java 114 public static final int AF_UNIX = placeholder();
    [all...]

Completed in 585 milliseconds

1 2 3 4