Searched defs:Buflen (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/pr/
H A Dpr.c150 static UNS Buflen; variable
609 /* Buflen should take the number of wide characters */
611 Buflen = ((UNS) (Plength / Dblspace + 1)) *
613 /* Should allocate Buflen * sizeof (wchar_t) */
614 Buffer = (wchar_t *)getspace(Buflen * sizeof (wchar_t));
615 Bufptr = Bufend = &Buffer[Buflen];
946 int size = Buflen;

Completed in 6358 milliseconds