Searched refs:ok_shell (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.1-release/usr.sbin/rpc.yppasswdd/
H A Dyppasswdd_extern.h56 extern char *ok_shell(char *);
H A Dyppasswdd_server.c215 if (!ok_shell(npw->pw_shell)) {
/freebsd-10.1-release/usr.bin/chpass/
H A Dchpass.h67 int ok_shell(char *);
H A Dfield.c226 if (!master_mode && pw->pw_shell && !ok_shell(pw->pw_shell)) {
230 if (!ok_shell(p)) {
H A Dutil.c142 ok_shell(char *name) function
H A Dedit.c138 else if (ok_shell(pw->pw_shell))
144 else if ((!list[E_SHELL].restricted && ok_shell(pw->pw_shell)) ||

Completed in 109 milliseconds