Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/sendmail/aux/
H A Drfc2047.c73 static signed char index_64[128] = { variable
85 index_64[(unsigned char) (c)])
/titanic_41/usr/src/lib/crypt_modules/bsdbf/
H A Dbcrypt.c92 static uint8_t index_64[128] = variable
108 #define CHAR64(c) ((c) > 127 ? 255 : index_64[(c)])
/titanic_41/usr/src/lib/libsasl/lib/
H A Dsaslutil.c95 #define CHAR64(c) (((c) < 0 || (c) > 127) ? -1 : index_64[(c)])
100 static char index_64[128] = { variable
/titanic_41/usr/src/cmd/sendmail/src/
H A Dmime.c1018 static char index_64[128] = variable
1030 # define CHAR64(c) (((c) < 0 || (c) > 127) ? -1 : index_64[(c)])