Home
last modified time | relevance | path

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

/NextBSD/contrib/gdb/gdb/
HDlanguage.h422 extern char *local_octal_format_custom (char *); /* language.c */
HDvalprint.c382 use_local ? local_octal_format_custom ("ll") in print_longest()
425 use_local ? local_octal_format_custom ("l") in print_longest()
HDlanguage.c680 local_octal_format_custom (char *pre) in local_octal_format_custom() function