Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cron/
H A Dcron.h121 extern int isvalid_shell(const char *shell);
H A Dfuncs.c221 isvalid_shell(const char *shell) in isvalid_shell() function
H A Dcrontab.c487 if (isvalid_shell(buf)) { in copycron()