ascii64           175 ext/standard/crypt_freesec.c static unsigned char	ascii64[] =
ascii64           645 ext/standard/crypt_freesec.c 			if (ascii64[value] != setting[i])
ascii64           654 ext/standard/crypt_freesec.c 			if (ascii64[value] != setting[i])
ascii64           707 ext/standard/crypt_freesec.c 	*p++ = ascii64[(l >> 18) & 0x3f];
ascii64           708 ext/standard/crypt_freesec.c 	*p++ = ascii64[(l >> 12) & 0x3f];
ascii64           709 ext/standard/crypt_freesec.c 	*p++ = ascii64[(l >> 6) & 0x3f];
ascii64           710 ext/standard/crypt_freesec.c 	*p++ = ascii64[l & 0x3f];
ascii64           713 ext/standard/crypt_freesec.c 	*p++ = ascii64[(l >> 18) & 0x3f];
ascii64           714 ext/standard/crypt_freesec.c 	*p++ = ascii64[(l >> 12) & 0x3f];
ascii64           715 ext/standard/crypt_freesec.c 	*p++ = ascii64[(l >> 6) & 0x3f];
ascii64           716 ext/standard/crypt_freesec.c 	*p++ = ascii64[l & 0x3f];
ascii64           719 ext/standard/crypt_freesec.c 	*p++ = ascii64[(l >> 12) & 0x3f];
ascii64           720 ext/standard/crypt_freesec.c 	*p++ = ascii64[(l >> 6) & 0x3f];
ascii64           721 ext/standard/crypt_freesec.c 	*p++ = ascii64[l & 0x3f];