Home
last modified time | relevance | path

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

/freebsd-14.2/usr.sbin/cron/cron/
H A Dfuncs.h64 user *load_user(int, struct passwd *, const char *),
H A Duser.c54 load_user(int crontab_fd, struct passwd *pw, const char *name) in load_user() function
H A Ddatabase.c290 u = load_user(crontab_fd, pw, fname); in process_crontab()