Searched refs:PRINT_CELL_SIZE (Results 1 - 12 of 12) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdbsupport/
H A Dprint-utils.cc32 static char buf[NUMCELLS][PRINT_CELL_SIZE];
65 xsnprintf (str, PRINT_CELL_SIZE, "%s%0*lu", sign, width, temp[0]);
68 xsnprintf (str, PRINT_CELL_SIZE, "%s%0*lu%09lu", sign, width,
72 xsnprintf (str, PRINT_CELL_SIZE, "%s%0*lu%09lu%09lu", sign, width,
107 xsnprintf (str, PRINT_CELL_SIZE, "%*o", width, 0);
109 xsnprintf (str, PRINT_CELL_SIZE, "0%0*lo", width, temp[0]);
112 xsnprintf (str, PRINT_CELL_SIZE, "0%0*lo%010lo", width, temp[1], temp[0]);
115 xsnprintf (str, PRINT_CELL_SIZE, "0%0*lo%010lo%010lo", width,
159 xsnprintf (str, PRINT_CELL_SIZE, "%08lx%08lx",
165 xsnprintf (str, PRINT_CELL_SIZE, "
[all...]
H A Dprint-utils.h25 #define PRINT_CELL_SIZE 50 macro
/netbsd-current/external/gpl3/gdb/dist/gdbsupport/
H A Dprint-utils.cc32 static char buf[NUMCELLS][PRINT_CELL_SIZE];
65 xsnprintf (str, PRINT_CELL_SIZE, "%s%0*lu", sign, width, temp[0]);
68 xsnprintf (str, PRINT_CELL_SIZE, "%s%0*lu%09lu", sign, width,
72 xsnprintf (str, PRINT_CELL_SIZE, "%s%0*lu%09lu%09lu", sign, width,
106 xsnprintf (str, PRINT_CELL_SIZE, "%*o", width, 0);
108 xsnprintf (str, PRINT_CELL_SIZE, "0%0*lo", width, temp[0]);
111 xsnprintf (str, PRINT_CELL_SIZE, "0%0*lo%010lo", width, temp[1], temp[0]);
114 xsnprintf (str, PRINT_CELL_SIZE, "0%0*lo%010lo%010lo", width,
157 xsnprintf (str, PRINT_CELL_SIZE, "%08lx%08lx",
163 xsnprintf (str, PRINT_CELL_SIZE, "
[all...]
H A Dprint-utils.h25 #define PRINT_CELL_SIZE 50 macro
/netbsd-current/external/gpl3/gdb.old/dist/gdb/dwarf2/
H A Dstringify.c39 xsnprintf (cell, PRINT_CELL_SIZE, "DW_%s_<unknown: %u>", str, v);
/netbsd-current/external/gpl3/gdb/dist/gdb/dwarf2/
H A Dstringify.c39 xsnprintf (cell, PRINT_CELL_SIZE, "DW_%s_<unknown: %u>", str, v);
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dthread.c1497 xsnprintf (s, PRINT_CELL_SIZE, "%d.%d", thr->inf->num, thr->per_inf_num);
1499 xsnprintf (s, PRINT_CELL_SIZE, "%d", thr->per_inf_num);
H A Dfbsd-tdep.c869 xsnprintf (str, PRINT_CELL_SIZE, "vn:%d", kf_vnode_type);
939 xsnprintf (str, PRINT_CELL_SIZE, "ip<%d>", protocol);
H A Dexpprint.c691 xsnprintf (cell, PRINT_CELL_SIZE, "unknown opcode: %u",
H A Drust-exp.y2347 xsnprintf (cell, PRINT_CELL_SIZE, "__%d", i);
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dthread.c1436 xsnprintf (s, PRINT_CELL_SIZE, "%d.%d", thr->inf->num, thr->per_inf_num);
1438 xsnprintf (s, PRINT_CELL_SIZE, "%d", thr->per_inf_num);
H A Dfbsd-tdep.c834 xsnprintf (str, PRINT_CELL_SIZE, "vn:%d", kf_vnode_type);
904 xsnprintf (str, PRINT_CELL_SIZE, "ip<%d>", protocol);

Completed in 372 milliseconds