Home
last modified time | relevance | path

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

/AliOS-Things-master/components/lwip/lwip2.0.0/core/
A Ddef.c136 char c1_upc = c1 | 0x20; in lwip_stricmp() local
137 if ((c1_upc >= 'a') && (c1_upc <= 'z')) { in lwip_stricmp()
141 if (c1_upc != c2_upc) { in lwip_stricmp()
171 char c1_upc = c1 | 0x20; in lwip_strnicmp() local
172 if ((c1_upc >= 'a') && (c1_upc <= 'z')) { in lwip_strnicmp()
176 if (c1_upc != c2_upc) { in lwip_strnicmp()
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/swlib/string/
A Dstricmp.c33 char c1_upc = c1 | 0x20; in _stricmp() local
34 if ((c1_upc >= 'a') && (c1_upc <= 'z')) { in _stricmp()
38 if (c1_upc != c2_upc) { in _stricmp()

Completed in 6 milliseconds