Home
last modified time | relevance | path

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

/hal_atmel-latest/asf/common/components/wifi/winc1500/common/source/
Dnm_common.c86 uint8 m2m_strncmp(uint8 *pcS1, uint8 *pcS2, uint16 u16Len) in m2m_strncmp() argument
88 for ( ; u16Len > 0; pcS1++, pcS2++, --u16Len) in m2m_strncmp()
89 if (*pcS1 != *pcS2) in m2m_strncmp()
90 return ((*(uint8 *)pcS1 < *(uint8 *)pcS2) ? -1 : +1); in m2m_strncmp()
91 else if (*pcS1 == '\0') in m2m_strncmp()
/hal_atmel-latest/asf/common/components/wifi/winc1500/common/include/
Dnm_common.h146 NMI_API uint8 m2m_strncmp(uint8 *pcS1, uint8 *pcS2, uint16 u16Len);