Home
last modified time | relevance | path

Searched refs:c2_upc (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/lwip/lwip2.0.0/core/
A Ddef.c140 char c2_upc = c2 | 0x20; in lwip_stricmp() local
141 if (c1_upc != c2_upc) { in lwip_stricmp()
175 char c2_upc = c2 | 0x20; in lwip_strnicmp() local
176 if (c1_upc != c2_upc) { in lwip_strnicmp()
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/swlib/string/
A Dstricmp.c37 char c2_upc = c2 | 0x20; in _stricmp() local
38 if (c1_upc != c2_upc) { in _stricmp()

Completed in 3 milliseconds