Searched refs:chrcnt (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/last/
H A Dlast.c120 int chrcnt; /* # of chars formatted by current sprintf */ local
336 chrcnt = snprintf(timef + fpos, sizeof (timef) - fpos,
338 fpos += chrcnt;
345 chrcnt = snprintf(timef + fpos, sizeof (timef) - fpos,
347 fpos += chrcnt;

Completed in 43 milliseconds