OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Mon Jun 22 00:25:11 UTC 2026