Lines Matching defs:cpr
149 int cpr;
158 cpr = printf("%-*s idle ", (int)(maxlen - ttylen + 1), ",");
160 cpr += printf("%d day%s ", delta->tm_yday,
163 cpr += printf("%d:%02d", delta->tm_hour, delta->tm_min);
166 ++cpr;
168 return cpr;
175 int cpr, len, maxlen;
180 cpr = 0;
253 cpr = printf("On since %s on %s", timebuf, ttybuf);
255 cpr += print_idle(w->idletime, maxlen, hostlen,
259 cpr += printf(" (messages off)");
267 cpr = printf("Last login %s on %s", timebuf, ttybuf);
271 if (LINE_LEN < (cpr + 6 + hostlen))