Home
last modified time | relevance | path

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

/freebsd-12-stable/usr.sbin/cron/lib/
Dmisc.c353 int isallowed; local
355 isallowed = FALSE;
369 isallowed = in_file(username, allow);
371 isallowed = !in_file(username, deny);
374 isallowed = (strcmp(username, ROOT_USER) == 0);
376 isallowed = TRUE;
383 return (isallowed);