Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/binutils/gdb/
Dcharset.h99 int target_char_to_host (int target_char, int *host_char);
Dcharset.c536 if (! target_char_to_host (target_char, &host_char)) in default_c_target_char_has_backslash_escape()
1157 target_char_to_host (int target_char, int *host_char) in target_char_to_host() function
Dc-lang.c62 else if (target_char_to_host (c, &host_char) in c_emit_char()