Home
last modified time | relevance | path

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

/freebsd/usr.bin/who/
H A Dwho.c211 ttystat(char *line) in ttystat() function
232 if (ttystat(utx->ut_line) == 0) in process_utmp()
/freebsd/usr.bin/wall/
H A Dwall.c71 ttystat(char *line) in ttystat() function
137 if (ttystat(utmp->ut_line) != 0) in main()
/freebsd/usr.bin/w/
H A Dw.c118 static struct stat *ttystat(char *);
214 if (!(stp = ttystat(utmp->ut_line))) in main()
562 ttystat(char *line) in ttystat() function