Home
last modified time | relevance | path

Searched refs:we_utmp (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/usr.sbin/rwhod/
Drwhod.c325 we->we_utmp.out_time = in handleread()
326 ntohl(we->we_utmp.out_time); in handleread()
381 (void)strncpy(we->we_utmp.out_line, ep->line, in send_host_information()
382 sizeof(we->we_utmp.out_line)); in send_host_information()
383 (void)strncpy(we->we_utmp.out_name, ep->name, in send_host_information()
384 sizeof(we->we_utmp.out_name)); in send_host_information()
385 we->we_utmp.out_time = htonl(ep->tv.tv_sec); in send_host_information()
404 if (stat(we->we_utmp.out_line, &stb) >= 0) in send_host_information()
569 time_t t = ntohl(we->we_utmp.out_time); in Sendto()
570 printf("%-8.8s %s:%s %.12s", we->we_utmp.out_name, in Sendto()
[all …]
/netbsd/src/include/protocols/
Drwhod.h58 struct outmp we_utmp; /* active tty info */ member
/netbsd/src/usr.bin/rwho/
Drwho.c164 mp->myutmp = we->we_utmp; in main()