Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/sendmail/aux/
H A Drfc2047.c62 static signed char hexindex[] = { variable
90 if (hexindex[byte1] == -1 || hexindex[byte2] == -1) in unqp()
92 return (hexindex[byte1] << 4 | hexindex[byte2]); in unqp()