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

/bionic/libc/kernel/common/linux/
H A Dstddef.h22 #undef NULL macro
25 #define NULL 0 macro
27 #define NULL ((void *)0) macro
/bionic/libc/private/
H A DKernelArgumentBlock.h39 // The end of the environment block is marked by two NULL pointers.
41 while (*p != NULL) {
44 ++p; // Skip second NULL;
52 unsigned long getauxval(unsigned long type, bool* found_match = NULL) { argument
55 if (found_match != NULL) {
61 if (found_match != NULL) {

Completed in 158 milliseconds