HomeSort by relevance Sort by last modified time
    Searched refs:pw_shell (Results 101 - 125 of 137) sorted by null

1 2 3 45 6

  /prebuilts/ndk/r11/platforms/android-8/arch-arm/usr/include/
pwd.h 108 char* pw_shell; member in struct:passwd
  /prebuilts/ndk/r11/platforms/android-9/arch-arm/usr/include/
pwd.h 108 char* pw_shell; member in struct:passwd
  /prebuilts/ndk/r11/platforms/android-9/arch-mips/usr/include/
pwd.h 108 char* pw_shell; member in struct:passwd
  /prebuilts/ndk/r11/platforms/android-9/arch-x86/usr/include/
pwd.h 108 char* pw_shell; member in struct:passwd
  /external/toybox/toys/lsb/
su.c 69 *(argv++) = TT.s ? TT.s : up->pw_shell;
84 setenv("SHELL", up->pw_shell, 1);
  /device/linaro/bootloader/edk2/StdLib/Include/
pwd.h 114 __aconst char *pw_shell; /* default shell */ member in struct:passwd
  /external/selinux/policycoreutils/newrole/
newrole.c 431 if (!(pw && pw->pw_name && pw->pw_name[0] && pw->pw_shell
432 && pw->pw_shell[0] && pw->pw_dir && pw->pw_dir[0])) {
442 pw->pw_shell = strdup(pw->pw_shell);
444 if (!(pw->pw_name && pw->pw_dir && pw->pw_shell)) {
449 if (verify_shell(pw->pw_shell) == 0) {
458 free(pw->pw_shell);
461 pw->pw_shell = NULL;
522 rc |= setenv("SHELL", pw->pw_shell, 1);
1240 free(pw.pw_shell);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_pwd.py 28 self.assertEqual(e[6], e.pw_shell)
29 self.assertIsInstance(e.pw_shell, basestring)
  /external/python/cpython2/Lib/test/
test_pwd.py 26 self.assertEqual(e[6], e.pw_shell)
27 self.assertIsInstance(e.pw_shell, basestring)
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_pwd.py 28 self.assertEqual(e[6], e.pw_shell)
29 self.assertIsInstance(e.pw_shell, basestring)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_pwd.py 28 self.assertEqual(e[6], e.pw_shell)
29 self.assertIsInstance(e.pw_shell, basestring)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_pwd.py 28 self.assertEqual(e[6], e.pw_shell)
29 self.assertIsInstance(e.pw_shell, basestring)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_pwd.py 28 self.assertEqual(e[6], e.pw_shell)
29 self.assertIsInstance(e.pw_shell, basestring)
  /external/toybox/toys/pending/
sulogin.c 116 || (shell = pwd->pw_shell))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
pwd.h 58 char *pw_shell; /* Shell program. */ member in struct:passwd
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
pwd.h 58 char *pw_shell; /* Shell program. */ member in struct:passwd
  /bionic/libc/bionic/
grp_pwd.cpp 102 dst->pw_shell = buf + required_byte_count;
103 required_byte_count += strlen(src->pw_shell) + 1;
109 snprintf(buf, byte_count, "%s%c%s%c%s", src->pw_name, 0, src->pw_dir, 0, src->pw_shell);
147 pw->pw_shell = state->sh_buffer_;
352 pw->pw_shell = state->sh_buffer_;
399 pw->pw_shell = state->sh_buffer_;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
Xos_r.h 276 (p).pws.pw_shell = (p).pws.pw_dir + (p).len + 1;
277 (p).len = strlen((p).pwp->pw_shell);
278 strcpy((p).pws.pw_shell, (p).pwp->pw_shell);
304 ((p).pws.pw_shell = (p).pws.pw_dir + (p).len + 1), \
305 ((p).len = strlen((p).pwp->pw_shell)), \
306 strcpy((p).pws.pw_shell, (p).pwp->pw_shell), \
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
Xos_r.h 276 (p).pws.pw_shell = (p).pws.pw_dir + (p).len + 1;
277 (p).len = strlen((p).pwp->pw_shell);
278 strcpy((p).pws.pw_shell, (p).pwp->pw_shell);
304 ((p).pws.pw_shell = (p).pws.pw_dir + (p).len + 1), \
305 ((p).len = strlen((p).pwp->pw_shell)), \
306 strcpy((p).pws.pw_shell, (p).pwp->pw_shell), \
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
pwdmodule.c 17 {"pw_shell", "shell program"},
24 (pw_name,pw_passwd,pw_uid,pw_gid,pw_gecos,pw_dir,pw_shell)\n\
40 pw_name, pw_passwd, pw_uid, pw_gid, pw_gecos, pw_dir, pw_shell.\n\
84 SETS(setIndex++, p->pw_shell);
99 pw_gid,pw_gecos,pw_dir,pw_shell)\n\
120 pw_gid,pw_gecos,pw_dir,pw_shell)\n\
  /external/python/cpython2/Lib/plat-os2emx/
pwd.py 129 self.__dict__['pw_shell'] = shell
133 self.pw_shell)
  /external/python/cpython2/Modules/
pwdmodule.c 17 {"pw_shell", "shell program"},
24 (pw_name,pw_passwd,pw_uid,pw_gid,pw_gecos,pw_dir,pw_shell)\n\
40 pw_name, pw_passwd, pw_uid, pw_gid, pw_gecos, pw_dir, pw_shell.\n\
84 SETS(setIndex++, p->pw_shell);
99 pw_gid,pw_gecos,pw_dir,pw_shell)\n\
128 pw_gid,pw_gecos,pw_dir,pw_shell)\n\
  /system/core/run-as/
run-as.cpp 217 setenv("SHELL", pw->pw_shell, 1);
  /external/curl/lib/
setup-vms.h 175 /* the pw_shell when running under Bash */
180 vms_passwd_cache.pw_shell = my_passwd->pw_shell;
  /external/openssh/
auth.c 168 char *shell = xstrdup((pw->pw_shell[0] == '\0') ?
169 _PATH_BSHELL : pw->pw_shell); /* empty = /bin/sh */
809 fake.pw_shell = "/nonexist";

Completed in 2595 milliseconds

1 2 3 45 6