Searched refs:c_to_hex (Results 1 – 1 of 1) sorted by relevance
7415 unsigned char c_to_hex; in local_utf8() local7494 c_to_hex = (unsigned char)starting_src[inlen]; in local_utf8()7495 (void) fprintf(stderr, " %2.2x", c_to_hex); in local_utf8()7501 c_to_hex = (unsigned char)target[inlen]; in local_utf8()7502 (void) fprintf(stderr, " %2.2x", c_to_hex); in local_utf8()