Home
last modified time | relevance | path

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

/freebsd/usr.sbin/cron/cron/
H A Dpathnames.h52 #define ALLOW_FILE "allow" macro
/freebsd/usr.sbin/cron/lib/
H A Dmisc.c342 #if defined(ALLOW_FILE) && defined(DENY_FILE) in allowed()
343 if ((allow = fopen(ALLOW_FILE, "r")) == NULL && errno != ENOENT) in allowed()