Searched refs:itoa64 (Results 1 – 2 of 2) sorted by relevance
37 static const char itoa64[64] = "./0123456789" in _crypt_to64() local41 *s++ = itoa64[v & 0x3f]; in _crypt_to64()
21 static unsigned char itoa64[] = variable37 *s++ = itoa64[v&0x3f]; in to64()