Searched defs:pw_shell (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libbc/inc/include/
H A Dpwd.h46 char *pw_shell; member in struct:passwd
/illumos-gate/usr/src/lib/libbc/inc/5include/
H A Dpwd.h67 char *pw_shell; member in struct:passwd
/illumos-gate/usr/src/head/
H A Dpwd.h57 char *pw_shell; member in struct:passwd
/illumos-gate/usr/src/cmd/ypcmd/yppasswd/
H A Dyppasswdd.c568 validloginshell(char *pw_shell, char *arg, int privileged) argument
573 if (pw_shell == 0 || *pw_shell == '\0')
574 pw_shell = defshell;
578 cp = strrchr(pw_shell, '/');
582 cp = pw_shell;
588 pw_shell);
596 if (strcmp(pw_shell, valid) == 0)
601 pw_shell);
650 pw_shell
[all...]
/illumos-gate/usr/src/lib/libnisdb/yptol/
H A Dshim_changepasswd.c124 char *pw_shell; member in struct:passwd_entry
188 (!validstr(yppwd.newpw.pw_shell, SHELLSIZE))) {
662 if ((change_list & CNG_SH) && (!validloginshell(old_ent->pw_shell,
663 yppwd->newpw.pw_shell, root_on_master)))
712 if (NULL != old_ent->pw_shell)
713 sfree(old_ent->pw_shell);
714 old_ent->pw_shell = strdup(yppwd->newpw.pw_shell);
715 if (NULL == old_ent->pw_shell) {
760 if ((NULL != old_ent->pw_shell)
[all...]

Completed in 70 milliseconds