Home
last modified time | relevance | path

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

/third_party/toybox/toys/pending/
Duseradd.c75 if (pw && pw->pw_shell && *pw->pw_shell) TT.shell = xstrdup(pw->pw_shell);
79 pwd.pw_shell = TT.shell;
121 pwd.pw_shell);
Dsulogin.c116 || (shell = pwd->pw_shell)) in sulogin_main()
Dcrontab.c293 char *prog = pwd->pw_shell; in do_edit()
/third_party/pulseaudio/src/tests/
Dusergroup-test.c112 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/
Dlogin.c131 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/
Dgetpw_a.c111 pw->pw_shell = pw->pw_dir + passwdbuf[PWDIRLEN]; in __getpw_a()
120 || pw->pw_shell[passwdbuf[PWSHELLLEN]-1]) { in __getpw_a()
Dputpwent.c9 pw->pw_gecos, pw->pw_dir, pw->pw_shell)<0 ? -1 : 0; in putpwent()
Dgetpwent_a.c47 *s++ = 0; pw->pw_shell = s; in __getpwent_a()
/third_party/e2fsprogs/include/mingw/
Dpwd.h16 char *pw_shell; member
/third_party/python/Lib/test/
Dtest_pwd.py27 self.assertEqual(e[6], e.pw_shell)
28 self.assertIsInstance(e.pw_shell, str)
/third_party/e2fsprogs/include/nonunix/
Dpwd.h18 char *pw_shell; member
/third_party/gettext/gettext-tools/misc/
Dcvsuser.c54 pw.pw_shell = "/bin/sh"; in getpwnam()
/third_party/musl/include/
Dpwd.h27 char *pw_shell; member
/third_party/musl/porting/liteos_m/kernel/include/
Dpwd.h27 char *pw_shell; member
/third_party/musl/libc-test/src/api/
Dpwd.c15 F(char*,pw_shell) in f()
/third_party/toybox/toys/lsb/
Dsu.c79 *(argv++) = TT.s ? TT.s : up->pw_shell;
/third_party/curl/lib/
Dsetup-vms.h180 vms_passwd_cache.pw_shell = my_passwd->pw_shell; in vms_getpwuid()
/third_party/toybox/lib/
Denv.c117 setenv("SHELL", p->pw_shell, 1); in reset_env()
/third_party/python/Doc/library/
Dpwd.rst32 | 6 | ``pw_shell`` | User command interpreter |
/third_party/python/Modules/
Dpwdmodule.c106 SETS(setIndex++, p->pw_shell); in mkpwent()
/third_party/libuv/src/unix/
Dcore.c1211 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/
Dweston-launch.c711 setenv("SHELL", wl->pw->pw_shell, 1); in setup_session()
/third_party/eudev/src/shared/
Dutil.c1231 *shell = p->pw_shell; in get_user_creds()