Searched refs:CHAR64 (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/secure/lib/libcrypt/
H A Dcrypt-blowfish.c96 #define CHAR64(c) ( (c) > 127 ? 255 : index_64[(c)]) macro
105 c1 = CHAR64(*p);
106 c2 = CHAR64(*(p + 1));
116 c3 = CHAR64(*(p + 2));
124 c4 = CHAR64(*(p + 3));
/freebsd-13-stable/contrib/sendmail/src/
H A Dmime.c1029 # define CHAR64(c) (((c) < 0 || (c) > 127) ? -1 : index_64[(c)]) macro
1132 c1 = CHAR64(c1);
1133 c2 = CHAR64(c2);
1163 c3 = CHAR64(c3);
1168 c4 = CHAR64(c4);

Completed in 55 milliseconds