Home
last modified time | relevance | path

Searched defs:_user (Results 1 – 1 of 1) sorted by relevance

/freebsd/usr.sbin/cron/cron/
H A Dstructs.h66 typedef struct _user { struct
67 struct _user *next, *prev; /* links */ argument
68 char *name;
69 time_t mtime; /* last modtime of crontab */
70 entry *crontab; /* this person's crontab */