inv_comp_perm     222 ext/standard/crypt_freesec.c 	u_char inv_comp_perm[56];
inv_comp_perm     265 ext/standard/crypt_freesec.c 		inv_comp_perm[i] = 255;
inv_comp_perm     272 ext/standard/crypt_freesec.c 		inv_comp_perm[comp_perm[i] - 1] = i;
inv_comp_perm     318 ext/standard/crypt_freesec.c 					if ((obit=inv_comp_perm[inbit]) == 255)