Searched defs:_user (Results 1 – 2 of 2) sorted by relevance
66 typedef struct _user { struct67 struct _user *next, *prev; /* links */ argument68 char *name;69 time_t mtime; /* last modtime of crontab */70 entry *crontab; /* this person's crontab */
46 static char _user[UNLEN+1]; // Username is used as part of the server and client endpoints. variable