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

/haiku-fatelf/src/bin/gdb/gdb/
H A Dremote.c157 static int hexnumnstr (char *, ULONGEST, int);
3480 return hexnumnstr (buf, num, len);
3487 hexnumnstr (char *buf, ULONGEST num, int width)
3683 plen += hexnumnstr (plen, (ULONGEST) nr_bytes, plenlen);
3684 *plen = ':'; /* overwrite \0 from hexnumnstr() */
3478 hexnumnstr (char *buf, ULONGEST num, int width) function

Completed in 92 milliseconds