Searched refs:xsnprintf (Results 1 – 3 of 3) sorted by relevance
| /mirbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | utils.c | 854 xsnprintf (buf, sizeof buf, "(undocumented errno %d)", errnum); in safe_strerror() 1083 xsnprintf (char *str, size_t size, const char *format, ...) in xsnprintf() function 2648 xsnprintf (str, CELLSIZE, "%s%0*lu", sign, width, temp[0]); in decimal2str() 2651 xsnprintf (str, CELLSIZE, "%s%0*lu%09lu", sign, width, in decimal2str() 2655 xsnprintf (str, CELLSIZE, "%s%0*lu%09lu%09lu", sign, width, in decimal2str() 2690 xsnprintf (str, CELLSIZE, "%*o", width, 0); in octal2str() 2692 xsnprintf (str, CELLSIZE, "0%0*lo", width, temp[0]); in octal2str() 2695 xsnprintf (str, CELLSIZE, "0%0*lo%010lo", width, temp[1], temp[0]); in octal2str() 2698 xsnprintf (str, CELLSIZE, "0%0*lo%010lo%010lo", width, in octal2str() 2736 xsnprintf (str, CELLSIZE, "%08lx%08lx", in phex() [all …]
|
| D | remote.c | 1059 xsnprintf (&buf[2], rs->remote_packet_size - 2, "-%x", -th); in set_thread() 1061 xsnprintf (&buf[2], rs->remote_packet_size - 2, "%x", th); in set_thread() 1079 xsnprintf (buf, sizeof (buf), "T-%08x", -tid); in remote_thread_alive() 1081 xsnprintf (buf, sizeof (buf), "T%08x", tid); in remote_thread_alive() 1872 xsnprintf (bufp, rs->remote_packet_size, "qThreadExtraInfo,%x", in remote_threads_extra_info() 1894 n += xsnprintf (&display_buf[0], sizeof (display_buf) - n, in remote_threads_extra_info() 1897 n += xsnprintf (&display_buf[n], sizeof (display_buf) - n, in remote_threads_extra_info() 1900 n += xsnprintf (&display_buf[n], sizeof (display_buf) - n, in remote_threads_extra_info() 1926 xsnprintf (buf, rs->remote_packet_size, "R%x", 0); in extended_remote_restart() 2143 xsnprintf (msg, rs->remote_packet_size, "qSymbol::%s", &reply[8]); in remote_check_symbols() [all …]
|
| D | defs.h | 886 extern int xsnprintf (char *str, size_t size, const char *format, ...)
|