OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:_BSD_SOURCE
(Results
51 - 75
of
91
) sorted by null
1
2
3
4
/prebuilts/ndk/current/platforms/android-5/arch-arm/usr/include/
features.h
36
#define
_BSD_SOURCE
1
/prebuilts/ndk/current/platforms/android-8/arch-arm/usr/include/
features.h
36
#define
_BSD_SOURCE
1
/prebuilts/ndk/current/platforms/android-9/arch-arm/usr/include/
features.h
36
#define
_BSD_SOURCE
1
/prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/
features.h
36
#define
_BSD_SOURCE
1
/prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/
features.h
36
#define
_BSD_SOURCE
1
/external/libvncserver/test/
copyrecttest.c
2
#define
_BSD_SOURCE
encodingstest.c
2
#define
_BSD_SOURCE
/external/tlsdate/src/common/
fmemopen-funopen.c
31
#define
_BSD_SOURCE
/external/valgrind/memcheck/tests/linux/
stack_switch.c
2
#define
_BSD_SOURCE
/external/libvncserver/common/
vncauth.c
25
#define
_BSD_SOURCE
/bionic/libc/upstream-openbsd/android/include/
openbsd-compat.h
20
#define
_BSD_SOURCE
/external/iptables/extensions/
libxt_limit.c
6
#define
_BSD_SOURCE
1
/external/libvncserver/examples/
vncev.c
6
#define
_BSD_SOURCE
/external/libvncserver/libvncclient/
vncviewer.c
34
#define
_BSD_SOURCE
sockets.c
26
#define
_BSD_SOURCE
/external/mesa3d/src/gbm/main/
gbm.c
28
#define
_BSD_SOURCE
/external/libvncserver/libvncserver/
httpd.c
27
#define
_BSD_SOURCE
scale.c
29
#define
_BSD_SOURCE
sockets.c
46
#define
_BSD_SOURCE
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
features.h
40
_BSD_SOURCE
ISO C, POSIX, and 4.3BSD things.
51
_BSD_SOURCE
, and _POSIX_SOURCE set to one and _POSIX_C_SOURCE set to
143
/* If
_BSD_SOURCE
was defined by the user, favor BSD over POSIX. */
144
#if defined
_BSD_SOURCE
&& \
165
# undef
_BSD_SOURCE
166
# define
_BSD_SOURCE
1
174
define
_BSD_SOURCE
and _SVID_SOURCE. */
178
!defined
_BSD_SOURCE
&& !defined _SVID_SOURCE)
179
# define
_BSD_SOURCE
1
277
#if defined
_BSD_SOURCE
|| defined _SVID_SOURC
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
features.h
41
_BSD_SOURCE
ISO C, POSIX, and 4.3BSD things.
52
_BSD_SOURCE
, and _POSIX_SOURCE set to one and _POSIX_C_SOURCE set to
148
/* If
_BSD_SOURCE
was defined by the user, favor BSD over POSIX. */
149
#if defined
_BSD_SOURCE
&& \
171
# undef
_BSD_SOURCE
172
# define
_BSD_SOURCE
1
180
define
_BSD_SOURCE
and _SVID_SOURCE. */
183
!defined _XOPEN_SOURCE && !defined
_BSD_SOURCE
&& !defined _SVID_SOURCE)
184
# define
_BSD_SOURCE
1
288
#if defined
_BSD_SOURCE
|| defined _SVID_SOURC
[
all
...]
/prebuilts/gdb/linux-x86/lib/python2.7/plat-linux2/
DLFCN.py
14
_BSD_SOURCE
= 1
16
_BSD_SOURCE
= 1
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/plat-linux2/
DLFCN.py
14
_BSD_SOURCE
= 1
16
_BSD_SOURCE
= 1
/toolchain/binutils/binutils-2.25/gas/config/
te-vms.c
99
#define
_BSD_SOURCE
1
/bionic/libc/include/sys/
cdefs.h
235
*
_BSD_SOURCE
and _GNU_SOURCE are expected to be defined by callers before
242
* The _GNU_SOURCE test needs to come before any
_BSD_SOURCE
or _POSIX* tests
251
# undef
_BSD_SOURCE
252
# define
_BSD_SOURCE
1
255
#if defined(
_BSD_SOURCE
)
Completed in 397 milliseconds
1
2
3
4