Home
last modified time | relevance | path

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

/dflybsd-src/usr.bin/chpass/
H A Dfield.c217 if (!master_mode && pw->pw_shell && !ok_shell(pw->pw_shell)) { in p_shell()
221 if (!ok_shell(p)) { in p_shell()
H A Dedit.c128 else if (ok_shell(pw->pw_shell)) in display()
134 else if ((!list[E_SHELL].restricted && ok_shell(pw->pw_shell)) || in display()
H A Dchpass.h68 int ok_shell(char *);
H A Dutil.c134 ok_shell(char *name) in ok_shell() function
/dflybsd-src/usr.sbin/rpc.yppasswdd/
H A Dyppasswdd_extern.h54 extern int ok_shell(char *);
H A Dyppasswdd_server.c198 if (!ok_shell(npw->pw_shell)) { in validate()