Home
last modified time | relevance | path

Searched defs:_user (Results 1 – 2 of 2) 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 */
/freebsd/crypto/krb5/src/ccapi/lib/win/
H A Ddllmain.cxx46 static char _user[UNLEN+1]; // Username is used as part of the server and client endpoints. variable