Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dmonitor.c1565 char *outbuff) in longlong_hexchars() argument
1569 *outbuff++ = '0'; in longlong_hexchars()
1570 return outbuff; in longlong_hexchars()
1597 *outbuff++ = hexlate[nib]; in longlong_hexchars()
1599 *outbuff++ = hexlate[nib]; in longlong_hexchars()
1601 return outbuff; in longlong_hexchars()
/openbsd-src/games/backgammon/common_source/
H A Dsubs.c37 char outbuff[BUFSIZ]; variable