Searched defs:NULL (Results 1 - 3 of 3) sorted by relevance

/development/ndk/platforms/android-3/include/linux/
H A Dstddef.h17 #undef NULL macro
19 #define NULL 0 macro
21 #define NULL ((void *)0) macro
/development/ndk/platforms/android-3/include/
H A Dstdio.h68 #ifndef NULL
70 #define NULL __null macro
72 #define NULL 0L macro
114 * _ub._base!=NULL) and _up and _ur save the current values of _p and _r.
125 struct __sbuf _bf; /* the buffer (at least 1 byte, if !NULL) */
/development/ndk/platforms/android-8/include/
H A Dstdio.h68 #ifndef NULL
70 #define NULL __null macro
72 #define NULL 0L macro
114 * _ub._base!=NULL) and _up and _ur save the current values of _p and _r.
125 struct __sbuf _bf; /* the buffer (at least 1 byte, if !NULL) */

Completed in 101 milliseconds