Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/geniconvtbl/
H A Ditm_util.c500 data_to_hexadecimal(ep), in escseq_table()
501 data_to_hexadecimal(ep + 1)); in escseq_table()
631 data_to_hexadecimal( in map_table()
640 data_to_hexadecimal( in map_table()
642 data_to_hexadecimal( in map_table()
760 data_to_hexadecimal(&((*(dp1+0))->range)), in map_table()
761 data_to_hexadecimal(&((*(dp1+1))->data0))); in map_table()
1935 data_to_hexadecimal(&(ml->data_pair.data0)), in map_table_resultlen()
2004 data_to_hexadecimal(&(pair->data0)), in map_table_num_range()
2005 data_to_hexadecimal(&(pair->range)), in map_table_num_range()
[all …]
H A Ditmcomp.h304 extern char *data_to_hexadecimal(itm_data_t *);
H A Ditmcomp.c837 data_to_hexadecimal(itm_data_t *data) in data_to_hexadecimal() function
H A Ddisassemble.c1209 printi(0, "0x%s", data_to_hexadecimal(&data)); in dump_expr()
3122 printi(0, "0x%s;", data_to_hexadecimal(&data)); in dump_escapeseq()