Searched refs:strhex (Results 1 - 1 of 1) sorted by relevance

/external/ppp/pppd/plugins/
H A Dwinbind.c168 size_t strhex_to_str(char *p, size_t len, const char *strhex) argument
176 for (i = 0; i < len && strhex[i] != 0; i++) {
182 if (!(p1 = strchr(hexchars, toupper(strhex[i]))))
187 if (!(p2 = strchr(hexchars, toupper(strhex[i]))))

Completed in 75 milliseconds