Home
last modified time | relevance | path

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

/bionic/tests/headers/posix/
Dpwd_h.c39 STRUCT_MEMBER(struct passwd, char*, pw_shell); in pwd_h()
/bionic/libc/include/
Dpwd.h80 char* _Nullable pw_shell; member
/bionic/tests/
Dgrp_pwd_file_test.cpp51 EXPECT_STREQ(shell, name_passwd.pw_shell); in FindAndCheckPasswdEntry()
63 EXPECT_STREQ(shell, id_passwd.pw_shell); in FindAndCheckPasswdEntry()
Dgrp_pwd_test.cpp81 EXPECT_STREQ("/bin/sh", pwd->pw_shell); in check_passwd()
473 EXPECT_TRUE(nullptr != pwd->pw_shell); in TEST()
/bionic/libc/bionic/
Dgrp_pwd_file.cpp146 passwd_state->passwd_.pw_shell = passwd_state->sh_buffer_; in ToPasswdState()
Dgrp_pwd.cpp100 state->passwd_.pw_shell = state->sh_buffer_; in init_passwd_state()