Home
last modified time | relevance | path

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

/netbsd-src/usr.sbin/ac/
H A Dac.c59 struct user_list { struct
60 struct user_list *next; argument
81 static struct user_list *Users = NULL; argument
112 static void show_today(struct user_list *, struct utmp_list *,
114 static void show_users(struct user_list *);
115 static struct user_list *update_user(struct user_list *, char *, time_t);
243 static struct user_list *
244 update_user(struct user_list *head, char *name, time_t secs) in update_user()
246 struct user_list *up; in update_user()
261 if ((up = NEW(struct user_list)) == NULL) in update_user()
[all …]
/netbsd-src/external/gpl2/xcvs/dist/src/
H A Dhistory.c273 static char **user_list; /* Ptr to array of ptrs to user names */ variable
634 for (mod = user_list; mod < &user_list[user_count]; ++mod) in history()
663 if (user_list) in history()
683 if (!last_entry && user_list) in history()
702 if (!last_entry && user_list) in history()
710 if (!user_list) in history()
962 user_list = xnrealloc (user_list, user_max, sizeof (char *)); in save_user()
964 user_list[user_count++] = xstrdup (name); in save_user()
1381 if (user_list && hr->user) in select_hrec()
1383 for (cpp = user_list, count = user_count; count; cpp++, count--) in select_hrec()
/netbsd-src/usr.sbin/ypserv/mknetid/
H A Dmknetid.c79 TAILQ_HEAD(user_list, user);
80 static struct user_list root;
81 static struct user_list hroot[HASHMAX];