Searched defs:IS_NULL (Results 1 – 4 of 4) sorted by relevance
31 #define IS_NULL(a) ((a) == L'\0') macro
39 #define IS_NULL(a) ((a) == L'\0') macro
48 #define IS_NULL(a) ((a) == '\0') macro
211 #define IS_NULL(p) (((void*)(p)) == (void*)0) macro