Searched refs:ROOT_USER (Results 1 – 2 of 2) sorted by relevance
| /freebsd/usr.sbin/cron/cron/ | ||
| H A D | macros.h | 51 #define ROOT_USER "root" /* ditto */ macro |
| /freebsd/usr.sbin/cron/lib/ | ||
| H A D | misc.c | 358 isallowed = (strcmp(username, ROOT_USER) == 0); in allowed() |