Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/ficl/
H A Dutility.c213 char *bufferStop = buffer + sizeof (buffer) - 1; in ficlCompatibilityTextOutCallback() local
223 while ((*text) && (trace < bufferStop)) { in ficlCompatibilityTextOutCallback()