Home
last modified time | relevance | path

Searched refs:c_to_hex (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/cmd/tar/
H A Dtar.c7415 unsigned char c_to_hex; in local_utf8() local
7494 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()