Searched refs:hexnumnstr (Results 1 – 2 of 2) sorted by relevance
157 static int hexnumnstr (char *, ULONGEST, int);3471 return hexnumnstr (buf, num, len); in hexnumstr()3478 hexnumnstr (char *buf, ULONGEST num, int width) in hexnumnstr() function3674 plen += hexnumnstr (plen, (ULONGEST) nr_bytes, plenlen); in remote_write_bytes()
2215 * remote.c (hexnumnstr): New function. Allow setting of width.