Home
last modified time | relevance | path

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

/coreutils/src/
Dwho.c306 is_tty_writable (struct stat const *pstat) in is_tty_writable() function
356 mesg = is_tty_writable (&stats) ? '+' : '-'; in print_user()