Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_pwd.py28 self.assertEqual(e[6], e.pw_shell)
29 self.assertIsInstance(e.pw_shell, basestring)
/device/google/fuchsia/bioniccompat/include/compat/
Dpwd.h33 .pw_shell = (char *)"/bin/bash",
/device/linaro/bootloader/edk2/StdLib/Include/
Dpwd.h114 __aconst char *pw_shell; /* default shell */ member
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dpwdmodule.c84 SETS(setIndex++, p->pw_shell); in mkpwent()