HomeSort by relevance Sort by last modified time
    Searched refs:pw_shell (Results 126 - 133 of 133) sorted by null

1 2 3 4 56

  /external/openssh/
session.c 829 char *shell = s->pw->pw_shell;
    [all...]
monitor_wrap.c 276 pw->pw_shell = buffer_get_string(&m, NULL);
monitor.c 828 buffer_put_cstring(m, pwent->pw_shell);
    [all...]
  /system/core/adb/
shell_service.cpp 256 env["SHELL"] = pw->pw_shell;
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_platform_limits_posix.h 344 char *pw_shell; member in struct:__sanitizer::__sanitizer_passwd
    [all...]
sanitizer_platform_limits_posix.cc     [all...]
  /external/selinux/libsemanage/src/
genhomedircon.c 375 if (!semanage_list_find(shells, pwbuf->pw_shell))
    [all...]
  /libcore/luni/src/main/native/
libcore_io_Linux.cpp 419 TO_JAVA_STRING(pw_shell, pw.pw_shell);
423 pw_name, static_cast<jint>(pw.pw_uid), static_cast<jint>(pw.pw_gid), pw_dir, pw_shell);
    [all...]

Completed in 159 milliseconds

1 2 3 4 56