HomeSort by relevance Sort by last modified time
    Searched defs:pw_shell (Results 1 - 4 of 4) sorted by null

  /onnv/onnv-gate/usr/src/lib/libbc/inc/include/
pwd.h 46 char *pw_shell; member in struct:passwd
  /onnv/onnv-gate/usr/src/lib/libbc/inc/5include/
pwd.h 67 char *pw_shell; member in struct:passwd
  /onnv/onnv-gate/usr/src/head/
pwd.h 57 char *pw_shell; member in struct:passwd
  /onnv/onnv-gate/usr/src/lib/libnisdb/yptol/
shim_changepasswd.c 120 char *pw_shell; member in struct:passwd_entry
184 (!validstr(yppwd.newpw.pw_shell, SHELLSIZE))) {
659 if ((change_list & CNG_SH) && (!validloginshell(old_ent->pw_shell,
660 yppwd->newpw.pw_shell, root_on_master)))
709 if (NULL != old_ent->pw_shell)
710 sfree(old_ent->pw_shell);
711 old_ent->pw_shell = strdup(yppwd->newpw.pw_shell);
712 if (NULL == old_ent->pw_shell) {
757 if ((NULL != old_ent->pw_shell) &
    [all...]

Completed in 600 milliseconds