/external/python/cpython2/Lib/plat-freebsd6/ |
D | IN.py | 87 __BSD_VISIBLE = 0 variable 91 __BSD_VISIBLE = 0 variable 95 __BSD_VISIBLE = 1 variable
|
/external/python/cpython2/Lib/plat-freebsd7/ |
D | IN.py | 87 __BSD_VISIBLE = 0 variable 91 __BSD_VISIBLE = 0 variable 95 __BSD_VISIBLE = 1 variable
|
/external/python/cpython2/Lib/plat-freebsd8/ |
D | IN.py | 87 __BSD_VISIBLE = 0 variable 91 __BSD_VISIBLE = 0 variable 95 __BSD_VISIBLE = 1 variable
|
/external/arm-trusted-firmware/include/lib/libc/aarch64/ |
D | endian_.h | 54 #if __BSD_VISIBLE
|
/external/arm-trusted-firmware/include/lib/libc/aarch32/ |
D | endian_.h | 58 #if __BSD_VISIBLE
|
/external/python/cpython2/android_arm64/pyconfig/ |
D | pyconfig.h | 1213 #define __BSD_VISIBLE 1 macro
|
/external/python/cpython2/android_x86/pyconfig/ |
D | pyconfig.h | 1213 #define __BSD_VISIBLE 1 macro
|
/external/python/cpython2/android_x86_64/pyconfig/ |
D | pyconfig.h | 1213 #define __BSD_VISIBLE 1 macro
|
/external/python/cpython2/android_arm/pyconfig/ |
D | pyconfig.h | 1213 #define __BSD_VISIBLE 1 macro
|
/external/python/cpython2/linux_x86_64/pyconfig/ |
D | pyconfig.h | 1227 #define __BSD_VISIBLE 1 macro
|
/external/python/cpython2/linux_arm64/pyconfig/ |
D | pyconfig.h | 1248 #define __BSD_VISIBLE 1 macro
|
/external/python/cpython2/darwin_x86_64/pyconfig/ |
D | pyconfig.h | 1222 #define __BSD_VISIBLE 1 macro
|
/external/python/cpython3/android/darwin/pyconfig/ |
D | pyconfig.h | 1673 #define __BSD_VISIBLE 1 macro
|
/external/python/cpython3/android/bionic/pyconfig/ |
D | pyconfig.h | 1667 #define __BSD_VISIBLE 1 macro
|
/external/python/cpython3/android/linux_arm64/pyconfig/ |
D | pyconfig.h | 1661 #define __BSD_VISIBLE 1 macro
|
/external/python/cpython3/android/linux_x86_64/pyconfig/ |
D | pyconfig.h | 1663 #define __BSD_VISIBLE 1 macro
|
/external/python/cpython2/ |
D | configure.ac | 94 # certain features on FreeBSD, so we need __BSD_VISIBLE to re-enable 96 AC_DEFINE(__BSD_VISIBLE, 1, [Define on FreeBSD to activate all library features]) definition 415 # OpenBSD undoes our definition of __BSD_VISIBLE if _XOPEN_SOURCE is 421 # OpenBSD undoes our definition of __BSD_VISIBLE if _XOPEN_SOURCE is 448 # with _XOPEN_SOURCE and __BSD_VISIBLE does not re-enable them.
|
D | pyconfig.h.in | 1247 #undef __BSD_VISIBLE
|
/external/python/cpython3/ |
D | configure.ac | 141 # certain features on FreeBSD, so we need __BSD_VISIBLE to re-enable 143 AC_DEFINE(__BSD_VISIBLE, 1, [Define on FreeBSD to activate all library features]) definition 481 # OpenBSD undoes our definition of __BSD_VISIBLE if _XOPEN_SOURCE is 487 # OpenBSD undoes our definition of __BSD_VISIBLE if _XOPEN_SOURCE is
|
D | pyconfig.h.in | 1660 #undef __BSD_VISIBLE
|
/external/python/cpython2/Misc/ |
D | HISTORY | 3893 __BSD_VISIBLE symbol was defined. configure now defines it as
|
/external/python/cpython3/Misc/ |
D | HISTORY | 21277 __BSD_VISIBLE symbol was defined. configure now defines it as
|