Searched refs:ALLOW_FILE (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/usr.sbin/cron/cron/
H A Dpathnames.h28 * to; SPOOL_DIR, ALLOW_FILE, DENY_FILE, and LOG_FILE
45 * that ALLOW_FILE and DENY_FILE must both be defined
50 #define ALLOW_FILE "allow" /*-*/ macro
/freebsd-13-stable/usr.sbin/cron/lib/
H A Dmisc.c344 * returns TRUE if (ALLOW_FILE exists and user is listed)
358 #if defined(ALLOW_FILE) && defined(DENY_FILE)
359 if ((allow = fopen(ALLOW_FILE, "r")) == NULL && errno != ENOENT)

Completed in 84 milliseconds