Searched defs:CHECK_NULL (Results 1 – 4 of 4) sorted by relevance
56 #define CHECK_NULL(s) (s != NULL ? s : "null") macro
150 #define CHECK_NULL(ptr) if (ptr == NULL) { \ macro
50 #define CHECK_NULL(s) (s != NULL ? s : "null") macro
46 #define CHECK_NULL(s) (s != NULL ? s : "null") macro