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

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

Completed in 132 milliseconds