/third_party/toybox/toys/pending/ |
D | useradd.c | 75 if (pw && pw->pw_shell && *pw->pw_shell) TT.shell = xstrdup(pw->pw_shell); 79 pwd.pw_shell = TT.shell; 121 pwd.pw_shell);
|
D | sulogin.c | 116 || (shell = pwd->pw_shell)) in sulogin_main()
|
D | crontab.c | 293 char *prog = pwd->pw_shell; in do_edit()
|
/third_party/pulseaudio/src/tests/ |
D | usergroup-test.c | 112 if (!pa_streq(a->pw_shell, b->pw_shell)) { in compare_passwd() 113 fprintf(stderr, "pw_shell mismatch: [%s] [%s]\n", a->pw_shell, b->pw_shell); in compare_passwd()
|
/third_party/toybox/toys/other/ |
D | login.c | 131 execl(pwd->pw_shell, xmprintf("-%s", pwd->pw_shell), (char *)0); in login_main() 132 perror_exit("exec shell '%s'", pwd->pw_shell); in login_main()
|
/third_party/musl/src/passwd/ |
D | getpw_a.c | 111 pw->pw_shell = pw->pw_dir + passwdbuf[PWDIRLEN]; in __getpw_a() 120 || pw->pw_shell[passwdbuf[PWSHELLLEN]-1]) { in __getpw_a()
|
D | putpwent.c | 9 pw->pw_gecos, pw->pw_dir, pw->pw_shell)<0 ? -1 : 0; in putpwent()
|
D | getpwent_a.c | 47 *s++ = 0; pw->pw_shell = s; in __getpwent_a()
|
/third_party/e2fsprogs/include/mingw/ |
D | pwd.h | 16 char *pw_shell; member
|
/third_party/python/Lib/test/ |
D | test_pwd.py | 27 self.assertEqual(e[6], e.pw_shell) 28 self.assertIsInstance(e.pw_shell, str)
|
/third_party/e2fsprogs/include/nonunix/ |
D | pwd.h | 18 char *pw_shell; member
|
/third_party/gettext/gettext-tools/misc/ |
D | cvsuser.c | 54 pw.pw_shell = "/bin/sh"; in getpwnam()
|
/third_party/musl/include/ |
D | pwd.h | 27 char *pw_shell; member
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | pwd.h | 27 char *pw_shell; member
|
/third_party/musl/libc-test/src/api/ |
D | pwd.c | 15 F(char*,pw_shell) in f()
|
/third_party/toybox/toys/lsb/ |
D | su.c | 79 *(argv++) = TT.s ? TT.s : up->pw_shell;
|
/third_party/curl/lib/ |
D | setup-vms.h | 180 vms_passwd_cache.pw_shell = my_passwd->pw_shell; in vms_getpwuid()
|
/third_party/toybox/lib/ |
D | env.c | 117 setenv("SHELL", p->pw_shell, 1); in reset_env()
|
/third_party/python/Doc/library/ |
D | pwd.rst | 32 | 6 | ``pw_shell`` | User command interpreter |
|
/third_party/python/Modules/ |
D | pwdmodule.c | 106 SETS(setIndex++, p->pw_shell); in mkpwent()
|
/third_party/libuv/src/unix/ |
D | core.c | 1211 shell_size = strlen(pw.pw_shell) + 1; in uv__getpwuid_r() 1228 memcpy(pwd->shell, pw.pw_shell, shell_size); in uv__getpwuid_r()
|
/third_party/weston/libweston/ |
D | weston-launch.c | 711 setenv("SHELL", wl->pw->pw_shell, 1); in setup_session()
|
/third_party/eudev/src/shared/ |
D | util.c | 1231 *shell = p->pw_shell; in get_user_creds()
|