Searched refs:_PATH_AT_ALLOW (Results 1 – 2 of 2) sorted by relevance
/openbsd/usr.sbin/cron/ | ||
H A D | pathnames.h | 25 #define _PATH_AT_ALLOW "/var/cron/at.allow" macro |
/openbsd/usr.bin/at/ | ||
H A D | at.c | 1023 if (!allowed(pw->pw_name, _PATH_AT_ALLOW, _PATH_AT_DENY)) { in main() |