Home
last modified time | relevance | path

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

/external/ppp/pppd/plugins/
Dwinbind.c172 unsigned char lonybble, hinybble; in strhex_to_str() local
192 lonybble = (p2 - hexchars); in strhex_to_str()
194 p[num_chars] = (hinybble << 4) | lonybble; in strhex_to_str()