Home
last modified time | relevance | path

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

/hal_espressif-3.7.0/components/wpa_supplicant/src/utils/
Dcommon.c86 const char *ipos = hex; in hexstr2bin() local
90 a = hex2byte(ipos); in hexstr2bin()
94 ipos += 2; in hexstr2bin()
/hal_espressif-3.7.0/components/wpa_supplicant/src/tls/
Dx509v3.c88 char *ipos, *opos; in x509_str_strip_whitespace() local
91 ipos = opos = a; in x509_str_strip_whitespace()
93 while (*ipos) { in x509_str_strip_whitespace()
94 if (remove_whitespace && x509_whitespace(*ipos)) in x509_str_strip_whitespace()
95 ipos++; in x509_str_strip_whitespace()
97 remove_whitespace = x509_whitespace(*ipos); in x509_str_strip_whitespace()
98 *opos++ = *ipos++; in x509_str_strip_whitespace()