Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/eap_server/
H A Dtncs.c265 TNC_UInt32 bufferLength, in TNC_TNCS_GetAttribute() argument
279 TNC_UInt32 bufferLength, in TNC_TNCS_SetAttribute() argument
/freebsd/stand/ficl/
H A Dwords.c727 int bufferLength = stackPopINT(pVM->pStack); in ficlSprintf() local
826 if (desiredLength > bufferLength) in ficlSprintf()
829 desiredLength = bufferLength; in ficlSprintf()
834 bufferLength--; in ficlSprintf()
839 bufferLength -= actualLength; in ficlSprintf()