OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:user_list
(Results
1 - 1
of
1
) sorted by relevancy
/src/usr.sbin/ac/
ac.c
59
struct
user_list
{
struct
60
struct
user_list
*next;
81
static struct
user_list
*Users = NULL;
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)
246
struct
user_list
*up
[
all
...]
Completed in 13 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025