Searched defs:b64 (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libldap5/sources/ldap/util/
H A Dline64.c101 int b64; local
135 b64 = 1;
139 b64 = 0;
165 if ( b64 ) {
329 int b64, len, savelen, wraplen; local
350 b64 = 0;
358 b64 = 1;
363 b64 = 1;
368 if ( !b64 ) {
374 b64
[all...]
/illumos-gate/usr/src/lib/libast/common/uwin/
H A Dcrypt.c164 * machines which support it, a 64 bit value "b64". This data structure,
256 B64 b64; member in union:__anon2676
/illumos-gate/usr/src/cmd/ldap/common/
H A Dcommon.c1813 int b64; local
1816 b64 = 1;
1818 b64 = 0;
1822 if ( b64 ) {

Completed in 65 milliseconds