Searched refs:HEX_SIZE (Results 1 – 3 of 3) sorted by relevance
76 # define HEX_SIZE(type) (sizeof(type)*2) macro
86 # define HEX_SIZE(type) (sizeof(type)*2) macro
71 char tmphex[HEX_SIZE(long) + 3]; in do_esc_char()