Home
last modified time | relevance | path

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

/hal_atmel-latest/asf/common/components/wifi/winc1500/common/source/
Dnm_common.c100 uint8 * m2m_strstr(uint8 *pcIn, uint8 *pcStr) in m2m_strstr() argument
107 return (uint8 *) pcIn; // Trivial empty string case in m2m_strstr()
114 u8Sc = *pcIn++; in m2m_strstr()
118 } while (m2m_strncmp(pcIn, pcStr, u16StrLen) != 0); in m2m_strstr()
120 return (uint8 *) (pcIn - 1); in m2m_strstr()
/hal_atmel-latest/asf/common/components/wifi/winc1500/common/include/
Dnm_common.h147 NMI_API uint8 * m2m_strstr(uint8 *pcIn, uint8 *pcStr);