Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/geniconvtbl/
H A Dgeniconvtbl.c335 if (1 == map_hdr->default_error) { in _icv_iconv()
528 (0 < map_hdr->default_error)) { in map_i_f()
546 if (0 == map_hdr->default_error) { in map_i_f()
563 if (0 == map_hdr->default_error) { in map_i_f()
567 if (((1 == map_hdr->default_error) || in map_i_f()
650 if (map_hdr->default_error < 0) { in map_l_f()
652 } else if (0 == map_hdr->default_error) { in map_l_f()
655 } else if (0 < map_hdr->default_error) { in map_l_f()
789 if (map_hdr->default_error < 0) { in map_h_l()
791 } else if (0 == map_hdr->default_error) { in map_h_l()
[all …]
H A Ditm_util.c1023 sub_hdr->default_error = -1; in map_table_indexed_fixed()
1028 sub_hdr->default_error = 0; in map_table_indexed_fixed()
1032 sub_hdr->default_error = 1; in map_table_indexed_fixed()
1034 sub_hdr->default_error = 2; in map_table_indexed_fixed()
1039 if (-1 == sub_hdr->default_error) { in map_table_indexed_fixed()
1057 } else if (0 == sub_hdr->default_error) { in map_table_indexed_fixed()
1079 if (1 == sub_hdr->default_error) { in map_table_indexed_fixed()
1179 sub_hdr->default_error = -1; in map_table_lookup_fixed()
1181 sub_hdr->default_error = 0; in map_table_lookup_fixed()
1184 sub_hdr->default_error = 2; in map_table_lookup_fixed()
[all …]
H A Diconv_tm.h404 itm_num_t default_error; member
450 itm_num_t default_error; member
526 itm_num_t default_error; member
571 itm_num_t default_error; member
H A Ddisassemble.c492 if (0 == map_hdr->default_error) { in dump_map_i_f()
495 } else if (1 == map_hdr->default_error) { in dump_map_i_f()
540 if (0 == map_hdr->default_error) { in dump_map_i_f()
549 } else if (-1 == map_hdr->default_error) { in dump_map_i_f()
566 } else if (0 >= map_hdr->default_error) { in dump_map_i_f()
638 if (0 == map_hdr->default_error) { in dump_map_l_f()
648 } else if (-1 == map_hdr->default_error) { in dump_map_l_f()
738 if (0 == map_hdr->default_error) { in dump_map_hash()
746 } else if (-1 == map_hdr->default_error) { in dump_map_hash()
825 if (0 == map_hdr->default_error) { in dump_map_dense_enc()
[all …]