Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/gdb/gdb/
Dlanguage.h422 extern char *local_octal_format_custom (char *); /* language.c */
Dvalprint.c382 use_local ? local_octal_format_custom ("ll") in print_longest()
425 use_local ? local_octal_format_custom ("l") in print_longest()
Dlanguage.c680 local_octal_format_custom (char *pre) in local_octal_format_custom() function