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

/system/core/sh/
H A Dshell.h66 #ifndef NULL
67 #define NULL (void *)0 macro
/system/wlan/ti/sta_dk_4_0_4_32/pform/common/inc/
H A Dcli_cu_common.h60 #ifndef NULL
61 # define NULL 0L macro
/system/core/sh/bltin/
H A Dbltin.h80 #undef NULL macro
83 #define INITARGS(argv) if ((commandname = argv[0]) == NULL) {fputs("Argc is zero\n", stderr); exit(2);} else
/system/wlan/ti/wilink_6_1/CUDK/os/common/inc/
H A Dcu_osapi.h58 #ifndef NULL
59 #define NULL (0) macro
/system/wlan/ti/wilink_6_1/platforms/os/common/inc/
H A Dcli_cu_common.h64 #ifndef NULL
65 # define NULL 0L macro
/system/wlan/ti/wilink_6_1/utils/
H A Dtidef.h116 #ifndef NULL
118 * \def NULL
119 * \brief Macro which returns NULL
121 #define NULL ((void *)0) macro
/system/wlan/ti/sta_dk_4_0_4_32/pform/linux/inc/
H A DosTIType.h65 #ifndef NULL
67 #define NULL 0 macro
69 #define NULL ((void *)0) macro
71 #endif /* NULL */
90 #define TI_HANDLE_INVALID NULL
/system/core/adb/
H A Dadb.c93 { NULL, 0 }
96 if (p == NULL)
104 if (q == NULL) {
109 for (tagn = 0; tags[tagn].tag != NULL; tagn++)
242 if (t == NULL) {
276 if (t->product == NULL) {
631 if (fnul != NULL)
635 if (flog == NULL)
638 setvbuf( flog, NULL, _IONBF, 0 );
711 sa.lpSecurityDescriptor = NULL;
945 WriteFile( GetStdHandle( STD_OUTPUT_HANDLE ), "OK\\n", 3, &count, NULL ); local
[all...]
/system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/FirmwareApi/
H A Dpublic_types.h77 /* !! LAC - NULL definition conflicts with the compilers version.
79 #define NULL 0
81 #if !defined( NULL )
83 #define NULL 0 macro
85 #define NULL ((void *)0) macro
/system/wlan/ti/wilink_6_1/TWD/FirmwareApi/
H A Dpublic_types.h98 /* !! LAC - NULL definition conflicts with the compilers version.
100 #define NULL 0
102 #if !defined( NULL )
104 #define NULL 0 macro
106 #define NULL ((void *)0) macro
/system/wlan/ti/sta_dk_4_0_4_32/CUDK/CLI/
H A Dcu_cmd.c473 if ((ssid == NULL) || (ssid->SsidLength == 0))
494 if ((ssid == NULL) || (ssid->SsidLength == 0) || isJunkSSID(ssid))
530 return NULL;
3842 TI_SetCredentials(g_id_adapter,(tiCHAR *) parm[0].value, NULL); local

Completed in 2251 milliseconds