Home
last modified time | relevance | path

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

/freebsd-14.2/usr.bin/who/
H A Dwho.c212 ttystat(char *line) in ttystat() function
233 if (ttystat(utx->ut_line) == 0) in process_utmp()
/freebsd-14.2/usr.bin/wall/
H A Dwall.c82 ttystat(char *line) in ttystat() function
148 if (ttystat(utmp->ut_line) != 0) in main()
/freebsd-14.2/usr.bin/w/
H A Dw.c127 static struct stat *ttystat(char *);
223 if (!(stp = ttystat(utmp->ut_line))) in main()
570 ttystat(char *line) in ttystat() function