Home
last modified time | relevance | path

Searched refs:load_entry (Results 1 – 4 of 4) sorted by relevance

/freebsd/usr.sbin/cron/cron/
H A Dfuncs.h67 entry *load_entry(FILE *, void (*)(const char *),
H A Duser.c100 e = load_entry(file, log_error, pw, envp); in load_user()
/freebsd/usr.sbin/cron/crontab/
H A Dcrontab.c554 e = load_entry(tmp, check_error, pw, envp);
/freebsd/usr.sbin/cron/lib/
H A Dentry.c93 load_entry(FILE *file, void (*error_func)(const char *), struct passwd *pw, in load_entry() function