HomeSort by relevance Sort by last modified time
    Searched defs:_BSD_SOURCE (Results 51 - 65 of 65) sorted by null

1 23

  /external/linux-tools-perf/util/
util.h 48 #define _BSD_SOURCE 1
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
features.h 39 _BSD_SOURCE ISO C, POSIX, and 4.3BSD things.
50 _BSD_SOURCE, and _POSIX_SOURCE set to one and _POSIX_C_SOURCE set to
140 /* If _BSD_SOURCE was defined by the user, favor BSD over POSIX. */
141 #if defined _BSD_SOURCE && \
162 # undef _BSD_SOURCE
163 # define _BSD_SOURCE 1
171 define _BSD_SOURCE and _SVID_SOURCE. */
175 !defined _BSD_SOURCE && !defined _SVID_SOURCE)
176 # define _BSD_SOURCE 1
260 #if defined _BSD_SOURCE || defined _SVID_SOURC
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
features.h 39 _BSD_SOURCE ISO C, POSIX, and 4.3BSD things.
50 _BSD_SOURCE, and _POSIX_SOURCE set to one and _POSIX_C_SOURCE set to
140 /* If _BSD_SOURCE was defined by the user, favor BSD over POSIX. */
141 #if defined _BSD_SOURCE && \
162 # undef _BSD_SOURCE
163 # define _BSD_SOURCE 1
171 define _BSD_SOURCE and _SVID_SOURCE. */
175 !defined _BSD_SOURCE && !defined _SVID_SOURCE)
176 # define _BSD_SOURCE 1
260 #if defined _BSD_SOURCE || defined _SVID_SOURC
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
features.h 39 _BSD_SOURCE ISO C, POSIX, and 4.3BSD things.
50 _BSD_SOURCE, and _POSIX_SOURCE set to one and _POSIX_C_SOURCE set to
140 /* If _BSD_SOURCE was defined by the user, favor BSD over POSIX. */
141 #if defined _BSD_SOURCE && \
162 # undef _BSD_SOURCE
163 # define _BSD_SOURCE 1
171 define _BSD_SOURCE and _SVID_SOURCE. */
175 !defined _BSD_SOURCE && !defined _SVID_SOURCE)
176 # define _BSD_SOURCE 1
260 #if defined _BSD_SOURCE || defined _SVID_SOURC
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/plat-linux2/
DLFCN.py 14 _BSD_SOURCE = 1
16 _BSD_SOURCE = 1
TYPES.py 14 _BSD_SOURCE = 1
16 _BSD_SOURCE = 1
IN.py 14 _BSD_SOURCE = 1
16 _BSD_SOURCE = 1
  /external/e2fsprogs/misc/
tune2fs.c 29 #define _BSD_SOURCE /* for inclusion of strcasecmp() */
    [all...]
  /external/chromium_org/third_party/openssl/openssl/ssl/
ssltest.c 143 #define _BSD_SOURCE 1 /* Or gethostname won't be declared properly
    [all...]
  /external/libmtp/src/
ptp.c 24 #define _BSD_SOURCE
    [all...]
  /external/openssl/ssl/
ssltest.c 143 #define _BSD_SOURCE 1 /* Or gethostname won't be declared properly
    [all...]
  /external/qemu/distrib/libpng-1.2.19/
pngconf.h 314 * the X config stuff didn't define _BSD_SOURCE we wouldn't need this.
318 # ifdef _BSD_SOURCE
320 # undef _BSD_SOURCE
336 # define _BSD_SOURCE
    [all...]
  /external/chromium_org/third_party/libpng/
pngconf.h 352 * the X config stuff didn't define _BSD_SOURCE we wouldn't need this.
363 # ifdef _BSD_SOURCE
365 # undef _BSD_SOURCE
382 # ifndef _BSD_SOURCE
383 # define _BSD_SOURCE
    [all...]
  /external/libpng/
pngconf.h 356 * the X config stuff didn't define _BSD_SOURCE we wouldn't need this.
367 # ifdef _BSD_SOURCE
369 # undef _BSD_SOURCE
386 # ifndef _BSD_SOURCE
387 # define _BSD_SOURCE
    [all...]
  /external/mksh/src/
sh.h 34 #define _BSD_SOURCE /* live, BSD, live? */
    [all...]

Completed in 925 milliseconds

1 23