Home
last modified time | relevance | path

Searched refs:hexnumnstr (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/gnu/usr.bin/binutils/gdb/
Dremote.c157 static int hexnumnstr (char *, ULONGEST, int);
3471 return hexnumnstr (buf, num, len); in hexnumstr()
3478 hexnumnstr (char *buf, ULONGEST num, int width) in hexnumnstr() function
3674 plen += hexnumnstr (plen, (ULONGEST) nr_bytes, plenlen); in remote_write_bytes()
DChangeLog-19992215 * remote.c (hexnumnstr): New function. Allow setting of width.