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

/freebsd-12-stable/stand/ficl/
H A Dtools.c639 vmTextOut(pVM, ltoa((*pCell++).i, pVM->pad, pVM->base), 0);
682 vmTextOut(pVM, ltoa(c.i, pVM->pad, pVM->base), 0);
H A Dvm.c663 char *ltoa( FICL_INT value, char *string, int radix ) function
H A Dficl.h649 ** ltoa complements strtol
661 char *ltoa( FICL_INT value, char *string, int radix );
H A Dfloat.c365 ltoa(d, &pVM->pad[1], pVM->base);
H A Dloader.c469 ltoa((c).i, pVM->pad, pVM->base);
H A Dwords.c652 ltoa((c).i, pVM->pad, pVM->base);
808 ltoa(integer, scratch, base);

Completed in 188 milliseconds