Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/gdb/gdb/
Dlanguage.h420 extern char *local_decimal_format_custom (char *); /* language.c */
Dvalprint.c367 use_local ? local_decimal_format_custom ("ll") in print_longest()
410 use_local ? local_decimal_format_custom ("l") in print_longest()
Dlanguage.c694 local_decimal_format_custom (char *pre) in local_decimal_format_custom() function