Home
last modified time | relevance | path

Searched refs:ultoa (Results 1 – 3 of 3) sorted by relevance

/freebsd/stand/ficl/
H A Dvm.c716 char *ultoa(FICL_UNS value, char *string, int radix ) in ultoa() function
H A Dficl.h661 char *ultoa(FICL_UNS value, char *string, int radix );
H A Dwords.c664 ultoa(u, pVM->pad, pVM->base); in uDot()
678 ultoa(u, pVM->pad, 16); in hexDot()
805 ultoa(integer, scratch, base); in ficlSprintf()