Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gdb-7/gdb/
H A Dgdb_wchar.h70 #define gdb_btowc btowc macro
107 #define gdb_btowc /* empty */ macro
H A Dvalprint.c1902 gdb_wchar_t w = gdb_btowc (*string); in append_string_as_wide()
1932 if (w == gdb_btowc (quoter) || w == LCST ('\\')) in print_wchar()
2183 gdb_wchar_t wide_quote_char = gdb_btowc (quote_char); in print_converted_chars_to_obstack()
2256 gdb_wchar_t w = gdb_btowc (s[j]); in print_converted_chars_to_obstack()