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

/illumos-gate/usr/src/lib/libbc/libc/stdio/common/
H A Ddoprnt.c155 int suffixlength; local
751 { suffix = &(expbuf[4]) ; suffixlength = 4 ; }
753 { suffix = &(expbuf[3]) ; suffixlength = 5 ; }
755 { suffix = &(expbuf[2]) ; suffixlength = 6 ; }
766 + (p - buf) + rzero + suffixlength);
/illumos-gate/usr/src/ucblib/libucb/port/stdio/
H A Ddoprnt.c204 int prefixlength, suffixlength; local
320 suffixlength = 0;
777 otherlength += (suffixlength =
1054 PUT(suffix, suffixlength);
/illumos-gate/usr/src/lib/libc/port/print/
H A Ddoprnt.c524 ssize_t prefixlength, suffixlength; local
713 flagword = suffixlength = 0;
1397 suffixlength = &expbuf[MAXESIZ] - suffix;
1398 otherlength += suffixlength;
1495 otherlength += (suffixlength = &expbuf[MAXESIZ] \
2207 PUT(suffix, suffixlength);

Completed in 52 milliseconds