Searched defs:retbuf (Results 1 - 2 of 2) sorted by relevance
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/BsdSocketLib/ |
H A D | res_debug.c | 572 static char retbuf[sizeof "90000000.00"]; local 581 (void) sprintf(retbuf, "%ld.%.2ld", val/100, val%100); 582 return (retbuf);
|
/vbox/src/libs/xpcom18a4/xpcom/ds/ |
H A D | nsTextFormatter.cpp | 681 PRUnichar *retbuf = nsnull; local 684 retbuf = UTF8ToUCS2(s, strlen(s), buf, 256); 685 if(nsnull == retbuf) { 689 int ret = cvt_S(ss, retbuf, width, prec, flags); 691 if (retbuf != buf) { 692 PR_DELETE(retbuf);
|
Completed in 206 milliseconds