Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/binutils/gdb/
H A Dcharset.c906 static int (*target_char_to_host_func) (void *baton, variable
1011 target_char_to_host_func = t2h->convert_char; in set_host_and_target_charsets()
1015 target_char_to_host_func = identity_either_char_to_other; in set_host_and_target_charsets()
1018 target_char_to_host_func = iconv_convert; in set_host_and_target_charsets()
1159 return ((*target_char_to_host_func) in target_char_to_host()