Searched refs:xsnprintf (Results 1 - 25 of 36) sorted by relevance

12

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/gdb/
H A Dposix-hdep.c39 xsnprintf (buf, sizeof buf, "(undocumented errno %d)", errnum);
H A Dspu-linux-nat.c79 xsnprintf (mess, sizeof mess, "reading PPC register #%d", regno);
242 xsnprintf (buf, sizeof buf, "/proc/%d/fd/%s", pid, annex);
346 xsnprintf (annex, sizeof annex, "%d/object-id", inferior_fd);
488 xsnprintf (annex, sizeof annex, "%d/regs", fd);
524 xsnprintf (annex, sizeof annex, "%d/regs", fd);
550 xsnprintf (mem_annex, sizeof mem_annex, "%d/mem", fd);
H A Dmingw-hdep.c60 xsnprintf (buf, sizeof buf, "(undocumented errno %d)", errnum);
H A Dspu-tdep.c176 xsnprintf (annex, sizeof annex, "%d/%s", (int) id, regname);
201 xsnprintf (annex, sizeof annex, "%d/fpcr", (int) id);
235 xsnprintf (annex, sizeof annex, "%d/%s", (int) id, regname);
236 xsnprintf (reg, sizeof reg, "0x%s",
260 xsnprintf (annex, sizeof annex, "%d/fpcr", (int) id);
1505 xsnprintf (annex, sizeof annex, "%d/event_status", id);
1512 xsnprintf (annex, sizeof annex, "%d/event_mask", id);
1555 xsnprintf (annex, sizeof annex, "%d/signal1", id);
1565 xsnprintf (annex, sizeof annex, "%d/signal1_type", id);
1572 xsnprintf (anne
[all...]
H A Dutils.c1054 xsnprintf (char *str, size_t size, const char *format, ...)
2608 xsnprintf (str, CELLSIZE, "%s%0*lu", sign, width, temp[0]);
2611 xsnprintf (str, CELLSIZE, "%s%0*lu%09lu", sign, width,
2615 xsnprintf (str, CELLSIZE, "%s%0*lu%09lu%09lu", sign, width,
2650 xsnprintf (str, CELLSIZE, "%*o", width, 0);
2652 xsnprintf (str, CELLSIZE, "0%0*lo", width, temp[0]);
2655 xsnprintf (str, CELLSIZE, "0%0*lo%010lo", width, temp[1], temp[0]);
2658 xsnprintf (str, CELLSIZE, "0%0*lo%010lo%010lo", width,
2696 xsnprintf (str, CELLSIZE, "%08lx%08lx",
2702 xsnprintf (st
1050 xsnprintf (char *str, size_t size, const char *format, ...) function
[all...]
H A Dremote.c1132 xsnprintf (&buf[2], get_remote_packet_size () - 2, "-%x", -th);
1134 xsnprintf (&buf[2], get_remote_packet_size () - 2, "%x", th);
1153 xsnprintf (rs->buf, get_remote_packet_size (), "T-%08x", -tid);
1155 xsnprintf (rs->buf, get_remote_packet_size (), "T%08x", tid);
1939 xsnprintf (rs->buf, get_remote_packet_size (), "qThreadExtraInfo,%x",
1961 n += xsnprintf (&display_buf[0], sizeof (display_buf) - n,
1964 n += xsnprintf (&display_buf[n], sizeof (display_buf) - n,
1967 n += xsnprintf (&display_buf[n], sizeof (display_buf) - n,
1992 xsnprintf (rs->buf, get_remote_packet_size (), "R%x", 0);
2261 xsnprintf (ms
[all...]
H A Ddoublest.c625 len = xsnprintf (res, sizeof res, "%lx", mant);
634 xsnprintf (buf, sizeof buf, "%08lx", mant);
H A Dbsd-uthread.c478 xsnprintf (buf, sizeof buf, "process %d, thread 0x%lx",
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/gdb/
H A Dposix-hdep.c39 xsnprintf (buf, sizeof buf, "(undocumented errno %d)", errnum);
H A Dspu-linux-nat.c79 xsnprintf (mess, sizeof mess, "reading PPC register #%d", regno);
242 xsnprintf (buf, sizeof buf, "/proc/%d/fd/%s", pid, annex);
346 xsnprintf (annex, sizeof annex, "%d/object-id", inferior_fd);
488 xsnprintf (annex, sizeof annex, "%d/regs", fd);
524 xsnprintf (annex, sizeof annex, "%d/regs", fd);
550 xsnprintf (mem_annex, sizeof mem_annex, "%d/mem", fd);
H A Dmingw-hdep.c60 xsnprintf (buf, sizeof buf, "(undocumented errno %d)", errnum);
H A Dspu-tdep.c176 xsnprintf (annex, sizeof annex, "%d/%s", (int) id, regname);
201 xsnprintf (annex, sizeof annex, "%d/fpcr", (int) id);
235 xsnprintf (annex, sizeof annex, "%d/%s", (int) id, regname);
236 xsnprintf (reg, sizeof reg, "0x%s",
260 xsnprintf (annex, sizeof annex, "%d/fpcr", (int) id);
1505 xsnprintf (annex, sizeof annex, "%d/event_status", id);
1512 xsnprintf (annex, sizeof annex, "%d/event_mask", id);
1555 xsnprintf (annex, sizeof annex, "%d/signal1", id);
1565 xsnprintf (annex, sizeof annex, "%d/signal1_type", id);
1572 xsnprintf (anne
[all...]
H A Dutils.c1054 xsnprintf (char *str, size_t size, const char *format, ...)
2608 xsnprintf (str, CELLSIZE, "%s%0*lu", sign, width, temp[0]);
2611 xsnprintf (str, CELLSIZE, "%s%0*lu%09lu", sign, width,
2615 xsnprintf (str, CELLSIZE, "%s%0*lu%09lu%09lu", sign, width,
2650 xsnprintf (str, CELLSIZE, "%*o", width, 0);
2652 xsnprintf (str, CELLSIZE, "0%0*lo", width, temp[0]);
2655 xsnprintf (str, CELLSIZE, "0%0*lo%010lo", width, temp[1], temp[0]);
2658 xsnprintf (str, CELLSIZE, "0%0*lo%010lo%010lo", width,
2696 xsnprintf (str, CELLSIZE, "%08lx%08lx",
2702 xsnprintf (st
1050 xsnprintf (char *str, size_t size, const char *format, ...) function
[all...]
H A Dremote.c1132 xsnprintf (&buf[2], get_remote_packet_size () - 2, "-%x", -th);
1134 xsnprintf (&buf[2], get_remote_packet_size () - 2, "%x", th);
1153 xsnprintf (rs->buf, get_remote_packet_size (), "T-%08x", -tid);
1155 xsnprintf (rs->buf, get_remote_packet_size (), "T%08x", tid);
1939 xsnprintf (rs->buf, get_remote_packet_size (), "qThreadExtraInfo,%x",
1961 n += xsnprintf (&display_buf[0], sizeof (display_buf) - n,
1964 n += xsnprintf (&display_buf[n], sizeof (display_buf) - n,
1967 n += xsnprintf (&display_buf[n], sizeof (display_buf) - n,
1992 xsnprintf (rs->buf, get_remote_packet_size (), "R%x", 0);
2261 xsnprintf (ms
[all...]
H A Ddoublest.c625 len = xsnprintf (res, sizeof res, "%lx", mant);
634 xsnprintf (buf, sizeof buf, "%08lx", mant);
H A Dbsd-uthread.c478 xsnprintf (buf, sizeof buf, "process %d, thread 0x%lx",
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/gdb/
H A Dposix-hdep.c39 xsnprintf (buf, sizeof buf, "(undocumented errno %d)", errnum);
H A Dspu-linux-nat.c79 xsnprintf (mess, sizeof mess, "reading PPC register #%d", regno);
242 xsnprintf (buf, sizeof buf, "/proc/%d/fd/%s", pid, annex);
346 xsnprintf (annex, sizeof annex, "%d/object-id", inferior_fd);
488 xsnprintf (annex, sizeof annex, "%d/regs", fd);
524 xsnprintf (annex, sizeof annex, "%d/regs", fd);
550 xsnprintf (mem_annex, sizeof mem_annex, "%d/mem", fd);
H A Dmingw-hdep.c60 xsnprintf (buf, sizeof buf, "(undocumented errno %d)", errnum);
H A Dspu-tdep.c176 xsnprintf (annex, sizeof annex, "%d/%s", (int) id, regname);
201 xsnprintf (annex, sizeof annex, "%d/fpcr", (int) id);
235 xsnprintf (annex, sizeof annex, "%d/%s", (int) id, regname);
236 xsnprintf (reg, sizeof reg, "0x%s",
260 xsnprintf (annex, sizeof annex, "%d/fpcr", (int) id);
1505 xsnprintf (annex, sizeof annex, "%d/event_status", id);
1512 xsnprintf (annex, sizeof annex, "%d/event_mask", id);
1555 xsnprintf (annex, sizeof annex, "%d/signal1", id);
1565 xsnprintf (annex, sizeof annex, "%d/signal1_type", id);
1572 xsnprintf (anne
[all...]
H A Dutils.c1054 xsnprintf (char *str, size_t size, const char *format, ...)
2608 xsnprintf (str, CELLSIZE, "%s%0*lu", sign, width, temp[0]);
2611 xsnprintf (str, CELLSIZE, "%s%0*lu%09lu", sign, width,
2615 xsnprintf (str, CELLSIZE, "%s%0*lu%09lu%09lu", sign, width,
2650 xsnprintf (str, CELLSIZE, "%*o", width, 0);
2652 xsnprintf (str, CELLSIZE, "0%0*lo", width, temp[0]);
2655 xsnprintf (str, CELLSIZE, "0%0*lo%010lo", width, temp[1], temp[0]);
2658 xsnprintf (str, CELLSIZE, "0%0*lo%010lo%010lo", width,
2696 xsnprintf (str, CELLSIZE, "%08lx%08lx",
2702 xsnprintf (st
1050 xsnprintf (char *str, size_t size, const char *format, ...) function
[all...]
H A Dremote.c1132 xsnprintf (&buf[2], get_remote_packet_size () - 2, "-%x", -th);
1134 xsnprintf (&buf[2], get_remote_packet_size () - 2, "%x", th);
1153 xsnprintf (rs->buf, get_remote_packet_size (), "T-%08x", -tid);
1155 xsnprintf (rs->buf, get_remote_packet_size (), "T%08x", tid);
1939 xsnprintf (rs->buf, get_remote_packet_size (), "qThreadExtraInfo,%x",
1961 n += xsnprintf (&display_buf[0], sizeof (display_buf) - n,
1964 n += xsnprintf (&display_buf[n], sizeof (display_buf) - n,
1967 n += xsnprintf (&display_buf[n], sizeof (display_buf) - n,
1992 xsnprintf (rs->buf, get_remote_packet_size (), "R%x", 0);
2261 xsnprintf (ms
[all...]
H A Ddoublest.c625 len = xsnprintf (res, sizeof res, "%lx", mant);
634 xsnprintf (buf, sizeof buf, "%08lx", mant);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/readline/examples/rlfe/
H A Dos.h120 # define vsnprintf xsnprintf
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/readline/examples/rlfe/
H A Dos.h120 # define vsnprintf xsnprintf

Completed in 491 milliseconds

12