Searched defs:STRICMP (Results 1 - 2 of 2) sorted by relevance

/hardware/ti/omap4-aah/security/tf_daemon/
H A Dsmc_properties_parser.c62 #define STRICMP strcasecmp macro
64 #define STRICMP _stricmp macro
66 #define STRICMP stricmp macro
131 nCmp=STRICMP(pName,pList->pName);
315 if (STRICMP(pNameZ, SYSTEM_SECTION_NAME) == 0)
/hardware/ti/omap4xxx/security/tf_daemon/
H A Dsmc_properties_parser.c61 #define STRICMP strcasecmp macro
63 #define STRICMP _stricmp macro
65 #define STRICMP stricmp macro
130 nCmp=STRICMP(pName,pList->pName);
305 if (STRICMP(pNameZ, SYSTEM_SECTION_NAME) == 0)

Completed in 24 milliseconds