HomeSort by: relevance | last modified time | path
    Searched defs:isallowed (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/cron/dist/
crontab.c 838 int isallowed; local
843 isallowed = FALSE;
845 isallowed = TRUE;
848 isallowed = in_file(username, fp, FALSE);
851 isallowed = !in_file(username, fp, FALSE);
854 return (isallowed);
crontab.c 838 int isallowed; local
843 isallowed = FALSE;
845 isallowed = TRUE;
848 isallowed = in_file(username, fp, FALSE);
851 isallowed = !in_file(username, fp, FALSE);
854 return (isallowed);

Completed in 39 milliseconds