Lines Matching refs:ep
232 struct utmpentry *ehead, *ep;
243 for (ep = ehead; ep; ep = ep->next)
244 if (strcmp(ep->line, p) == 0) {
247 eprint(ep);
263 struct utmpentry *ehead, *ep;
267 for (ep = ehead; ep != NULL; ep = ep->next)
268 eprint(ep);
272 eprint(const struct utmpentry *ep)
274 print(ep->name, ep->line, (time_t)ep->tv.tv_sec, ep->host, ep->pid,
275 ep->term, ep->exit, ep->sess, ep->type);
370 struct utmpentry *ehead, *ep;
374 for (ep = ehead; ep != NULL; ep = ep->next) {
375 (void)printf("%-*s ", (int)maxname, ep->name);