Lines Matching full:users
48 * this is for our list of users that are accumulating time.
72 static struct user_list *Users = NULL; variable
78 #define AC_U 8 /* specified users only */
181 * not found so add new user unless specified users only in update_user()
235 Users = update_user(Users, argv[optind], 0L); in main()
278 show_today(struct user_list *users, struct utmp_list *logins, time_t secs) in show_today() argument
293 Users = update_user(Users, lp->usr.ut_name, secs); in show_today()
297 for (up = users; up != NULL; up = up->next) { in show_today()
307 * if ut_line is "~", we log all users out as the system has
320 Users = update_user(Users, lp->usr.ut_name, secs); in log_out()
423 show_today(Users, head, secs); in ac()
475 show_today(Users, head, secs); in ac()
484 show_today(Users, head, time(NULL)); in ac()
487 show_users(Users); in ac()