Lines Matching refs:idle
48 * idle time and location.
63 * finger -i {quick list of users with idle times}
68 * finger -i {forces "idle" output format}
122 time_t idletime; /* how long idle (if logged in) */
138 int idle = 0; /* -i option default */
217 idle = 1;
242 if (unquick || idle)
471 if (idle)
553 * and idle time if idle is set.
560 if (idle) {
578 * tty, idle time, login time, and host.
786 * find the idle time of a user by doing a stat on /dev/tty??,
810 * "/dev/kbd" and "/dev/mouse", so take the minimum of the idle
812 * as the idle time.
832 * print idle time in short format; this program always prints 4 characters;
833 * if the idle time is zero, it prints 4 blanks.
858 * print idle time in long format with care being taken not to pluralize
1501 * If usernames are the same, sort by idle time.