Home | History | Annotate | Download | only in finger

Lines Matching defs:timebuf

177 	char timebuf[128], ttybuf[64], hostbuf[512];
206 (void)snprintf(timebuf, sizeof(timebuf), "%s: %s, %s",
208 oddfield = demi_print(timebuf, oddfield);
211 (void)snprintf(timebuf, sizeof(timebuf), "%s: %s",
213 oddfield = demi_print(timebuf, oddfield);
216 (void)snprintf(timebuf, sizeof(timebuf), "%s: %s",
218 oddfield = demi_print(timebuf, oddfield);
222 (void)snprintf(timebuf, sizeof(timebuf), "%s: %s", "Home Phone",
224 oddfield = demi_print(timebuf, oddfield);
252 fmt_time(timebuf, sizeof(timebuf), w->loginat, -1);
253 cpr = printf("On since %s on %s", timebuf, ttybuf);
266 fmt_time(timebuf, sizeof(timebuf), w->loginat, now);
267 cpr = printf("Last login %s on %s", timebuf, ttybuf);
280 fmt_time(timebuf, sizeof(timebuf), pn->mailrecv, -1);
281 printf("New mail received %s\n", timebuf);
282 fmt_time(timebuf, sizeof(timebuf), pn->mailread, -1);
283 printf(" Unread since %s\n", timebuf);
285 fmt_time(timebuf, sizeof(timebuf), pn->mailread, -1);
286 printf("Mail last read %s\n", timebuf);