Home
last modified time | relevance | path

Searched defs:CHK_NULL (Results 1 – 2 of 2) sorted by relevance

/system/wlan/ti/sta_dk_4_0_4_32/CUDK/CLI/
Dcu_cmd.h271 # define CHK_NULL(p) ((p)) ? (void) 0 : fprintf(stderr, "\nfailed: '%s', file %s, line %d\n", #p… macro
275 # define CHK_NULL(p) (p) macro
/system/wlan/ti/wilink_6_1/CUDK/configurationutility/src/
Dticon.c49 #define CHK_NULL(p) ((p)) ? (VOID) 0 : os_error_printf(CU_MSG_ERROR, (PS8)"\nfailed: '%s', file … macro
53 #define CHK_NULL(p) (p) macro