Searched refs:hexx (Results 1 – 1 of 1) sorted by relevance
195 char hexxa[] = "0123456789abcdef0123456789ABCDEF", *hexx = hexxa; variable497 else if (!STRNCMP(pp, "-u", 2)) hexx = hexxa + 16; in main()742 if (fprintf(fpo, (hexx == hexxa) ? "%s0x%02x" : "%s0X%02X", in main()779 if (putc(hexx[(e >> 4) & 0xf], fpo) == EOF in main()780 || putc(hexx[e & 0xf], fpo) == EOF) in main()824 l[c = (addrlen + 1 + (grplen * p) / octspergrp)] = hexx[(e >> 4) & 0xf]; in main()825 l[++c] = hexx[ e & 0xf]; in main()830 l[c = (addrlen + 1 + (grplen * x) / octspergrp)] = hexx[(e >> 4) & 0xf]; in main()831 l[++c] = hexx[ e & 0xf]; in main()