Home
last modified time | relevance | path

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

/freebsd/stand/ficl/
H A Dwords.c745 int desiredLength; in ficlSprintf() local
752 actualLength = desiredLength = 1; in ficlSprintf()
769 desiredLength = isdigit(*format); in ficlSprintf()
770 if (desiredLength) in ficlSprintf()
772 desiredLength = strtol(format, &format, 10); in ficlSprintf()
778 desiredLength = stackPopINT(pVM->pStack); in ficlSprintf()
824 if (!desiredLength) in ficlSprintf()
825 desiredLength = actualLength; in ficlSprintf()
826 if (desiredLength > bufferLength) in ficlSprintf()
829 desiredLength = bufferLength; in ficlSprintf()
[all …]