HomeSort by: relevance | last modified time | path
    Searched defs:retbuf (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/hppa/stand/xxboot/
start.S 276 addil L%retbuf-$global$,%r27;%r1
277 ldo R%retbuf-$global$(%r1),%r22 ; arg4: return buffer
441 addil L%retbuf-$global$,%r27;%r1
442 ldw R%retbuf-$global$(%r1),%r2 ; ret[0]
456 ldd R%retbuf-$global$(%r1),%r2 ; ret[0] (64bit)
636 retbuf: .block 32*8 ; *4 for narrow mode / *8 for wide mode label
  /src/lib/libc/resolv/
res_debug.c 775 char *retbuf = precsize_ntoa_retbuf; local in function:precsize_ntoa
784 (void) sprintf(retbuf, "%lu.%.2lu", val/100, val%100);
785 return (retbuf);

Completed in 13 milliseconds