HomeSort by: relevance | last modified time | path
    Searched defs:B64 (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/base64/
base64.c 45 static const char B64[] =
70 if (fputc(B64[out[i]], fout) == EOF)
145 pos = strchr(B64, c);
149 b = (uint8_t)(pos - B64);
  /src/lib/libcrypt/
crypt.c 89 * define "B64" to be the declaration for a 64 bit integer.
93 #define B64 long
96 #define B64 long long
150 * machines which support it, a 64 bit value "b64". This data structure,
235 #if defined(B64)
236 B64 b64; member in union:__anonc87fd5ce010a

Completed in 14 milliseconds