Home
last modified time | relevance | path

Searched refs:ficlLtoa (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/common/ficl/
H A Dutility.c79 ficlLtoa(ficlInteger value, char *string, int radix) in ficlLtoa() function
H A Dloader.c624 (void) ficlLtoa((c).i, pVM->pad, pVM->base); in displayCellNoPad()
H A Dficl.h1304 ficlLtoa(ficlInteger value, char *string, int radix);
H A Dprimitives.c284 (void) ficlLtoa((c).i, vm->pad, vm->base); in ficlPrimitiveDot()
433 (void) ficlLtoa(integer, scratch, base); in ficlPrimitiveSprintf()
/illumos-gate/usr/src/lib/libficl/
H A Dmapfile-vers97 ficlLtoa;