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

/bionic/libc/kernel/common/linux/
H A Dstddef.h17 #undef NULL macro
19 #define NULL 0 macro
21 #define NULL ((void *)0) macro
/bionic/libc/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 176 milliseconds