Home
last modified time | relevance | path

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

/freebsd-13.1/usr.bin/chpass/
H A Dfield.c228 if (!master_mode && pw->pw_shell && !ok_shell(pw->pw_shell)) { in p_shell()
232 if (!ok_shell(p)) { in p_shell()
H A Dchpass.h69 int ok_shell(char *);
H A Dedit.c140 else if (ok_shell(pw->pw_shell)) in display()
146 else if ((!list[E_SHELL].restricted && ok_shell(pw->pw_shell)) || in display()
H A Dutil.c156 ok_shell(char *name) in ok_shell() function
/freebsd-13.1/usr.sbin/rpc.yppasswdd/
H A Dyppasswdd_extern.h58 extern char *ok_shell(char *);
H A Dyppasswdd_server.c220 if (!no_chsh && !ok_shell(npw->pw_shell)) { in validate()