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

/bionic/libc/private/
H A DKernelArgumentBlock.h42 // The end of the environment block is marked by two NULL pointers.
44 while (*p != NULL) {
47 ++p; // Skip second NULL;
55 unsigned long getauxval(unsigned long type, bool* found_match = NULL) { argument
58 if (found_match != NULL) {
64 if (found_match != NULL) {
/bionic/tests/
H A DTemporaryFile.h23 GenericTemporaryFile(const char* dirpath = NULL) { argument
24 if (dirpath != NULL) {
77 return (mkdtemp(dirname) != NULL);

Completed in 284 milliseconds