Searched refs:local_hex_format_custom (Results 1 - 3 of 3) sorted by relevance

/freebsd-10-stable/contrib/gdb/gdb/
H A Dvalprint.c377 use_local ? local_hex_format_custom ("ll")
388 fprintf_filtered (stream, local_hex_format_custom ("02ll"), val_long);
391 fprintf_filtered (stream, local_hex_format_custom ("04ll"), val_long);
394 fprintf_filtered (stream, local_hex_format_custom ("08ll"), val_long);
397 fprintf_filtered (stream, local_hex_format_custom ("016ll"), val_long);
420 use_local ? local_hex_format_custom ("l")
431 fprintf_filtered (stream, local_hex_format_custom ("02l"),
435 fprintf_filtered (stream, local_hex_format_custom ("04l"),
439 fprintf_filtered (stream, local_hex_format_custom ("08l"),
443 fprintf_filtered (stream, local_hex_format_custom ("01
[all...]
H A Dlanguage.h427 extern char *local_hex_format_custom (char *); /* language.c */
H A Dlanguage.c593 local_hex_format_custom (char *pre)
589 local_hex_format_custom (char *pre) function

Completed in 102 milliseconds