Home | History | Annotate | Download | only in ac

Lines Matching defs:Users

57  * this is for our list of users that are accumulating time.
81 static struct user_list *Users = NULL;
94 #define AC_U 8 /* specified users only */
256 * not found so add new user unless specified users only
309 Users = update_user(Users, argv[optind], 0L);
352 show_today(struct user_list *users, struct utmp_list *logins, time_t secs)
367 Users = update_user(Users, lp->usr.ut_name, secs);
371 for (up = users; up != NULL; up = up->next) {
381 * if ut_line is "~", we log all users out as the system has
394 Users = update_user(Users, lp->usr.ut_name, secs);
481 show_today(Users, head, secs);
540 show_today(Users, head, secs);
549 show_today(Users, head, time((time_t *)0));
552 show_users(Users);
563 "usage: %s [-d | -p] [-t tty] [-w wtmp] [users ...]\n",