Home
last modified time | relevance | path

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

/NextBSD/usr.bin/chpass/
HDfield.c226 if (!master_mode && pw->pw_shell && !ok_shell(pw->pw_shell)) { in p_shell()
230 if (!ok_shell(p)) { in p_shell()
HDchpass.h67 int ok_shell(char *);
HDedit.c138 else if (ok_shell(pw->pw_shell)) in display()
144 else if ((!list[E_SHELL].restricted && ok_shell(pw->pw_shell)) || in display()
HDutil.c142 ok_shell(char *name) in ok_shell() function
/NextBSD/usr.sbin/rpc.yppasswdd/
HDyppasswdd_extern.h56 extern char *ok_shell(char *);
HDyppasswdd_server.c215 if (!no_chsh && !ok_shell(npw->pw_shell)) { in validate()