Home
last modified time | relevance | path

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

/freebsd-12.1/stand/ficl/
H A Dwords.c732 int formatLength = stackPopINT(pVM->pStack); in ficlSprintf() local
734 char *formatStop = format + formatLength; in ficlSprintf()