Searched refs:decodedlen (Results 1 – 1 of 1) sorted by relevance
99 int i, decodedlen; in kn_decode_hex() local115 decodedlen = strlen(hex) / 2; in kn_decode_hex()116 *dest = (char *) calloc(decodedlen, sizeof(char)); in kn_decode_hex()124 for (i = 0; i < decodedlen; i++) in kn_decode_hex()