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

/haiku-fatelf/src/bin/gdb/gdb/
H A Dinfcall.c303 struct regcache *retbuf; local
319 /* Create a cleanup chain that contains the retbuf (buffer
322 (restored or discarded) without having the retbuf freed. */
323 retbuf = regcache_xmalloc (current_gdbarch);
324 retbuf_cleanup = make_cleanup_regcache_xfree (retbuf);
326 /* A cleanup for the inferior status. Create this AFTER the retbuf
833 regcache_cpy_no_passthrough (retbuf, stop_registers);
863 gdbarch_return_value (current_gdbarch, value_type, retbuf,
H A Dvalue.h421 struct regcache *retbuf);
H A Ddwarf2read.c4923 char *buf, *retbuf; local
4930 retbuf
4932 if (retbuf != NULL)
4933 return retbuf;
/haiku-fatelf/src/kits/network/libbind/resolv/
H A Dres_debug.c766 char *retbuf = precsize_ntoa_retbuf; local
775 (void) sprintf(retbuf, "%lu.%.2lu", val/100, val%100);
776 return (retbuf);
/haiku-fatelf/src/add-ons/input_server/methods/canna/lib/
H A Dcanna.h337 WCHAR_T *retbuf, *retbufp; member in struct:_yomiContextRec
H A Dromaji.c737 ycxt->retbufp = ycxt->retbuf = buf;
862 if (yc->retbufp && yc->retbufsize - (yc->retbufp - yc->retbuf) > retval) {

Completed in 66 milliseconds