Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/geniconvtbl/
H A Dgeniconvtbl.c337 if (1 == map_hdr->default_error) { in _icv_iconv()
530 (0 < map_hdr->default_error)) { in map_i_f()
548 if (0 == map_hdr->default_error) { in map_i_f()
565 if (0 == map_hdr->default_error) { in map_i_f()
569 if (((1 == map_hdr->default_error) || in map_i_f()
652 if (map_hdr->default_error < 0) { in map_l_f()
654 } else if (0 == map_hdr->default_error) { in map_l_f()
657 } else if (0 < map_hdr->default_error) { in map_l_f()
791 if (map_hdr->default_error < 0) { in map_h_l()
793 } 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.h407 itm_num_t default_error; member
453 itm_num_t default_error; member
529 itm_num_t default_error; member
574 itm_num_t default_error; member
H A Ddisassemble.c495 if (0 == map_hdr->default_error) { in dump_map_i_f()
498 } else if (1 == map_hdr->default_error) { in dump_map_i_f()
543 if (0 == map_hdr->default_error) { in dump_map_i_f()
552 } else if (-1 == map_hdr->default_error) { in dump_map_i_f()
569 } else if (0 >= map_hdr->default_error) { in dump_map_i_f()
641 if (0 == map_hdr->default_error) { in dump_map_l_f()
651 } else if (-1 == map_hdr->default_error) { in dump_map_l_f()
741 if (0 == map_hdr->default_error) { in dump_map_hash()
749 } else if (-1 == map_hdr->default_error) { in dump_map_hash()
828 if (0 == map_hdr->default_error) { in dump_map_dense_enc()
[all …]