/external/e2fsprogs/include/nonunix/ |
pwd.h | 18 char *pw_shell; member in struct:passwd
|
/libcore/luni/src/main/java/libcore/io/ |
StructPasswd.java | 29 public String pw_shell; field in class:StructPasswd 31 public StructPasswd(String pw_name, int pw_uid, int pw_gid, String pw_dir, String pw_shell) { 36 this.pw_shell = pw_shell;
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpcsvc/ |
yppasswd.h | 24 char *pw_shell; member in struct:passwd
|
yppasswd.x | 55 string pw_shell<>; /* default shell */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/ |
yppasswd.h | 24 char *pw_shell; member in struct:passwd
|
yppasswd.x | 55 string pw_shell<>; /* default shell */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/ |
yppasswd.h | 24 char *pw_shell; member in struct:passwd
|
yppasswd.x | 55 string pw_shell<>; /* default shell */
|
/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)
|
/bionic/tests/ |
stubs_test.cpp | 52 EXPECT_STREQ("/system/bin/sh", pwd->pw_shell);
|
/bionic/libc/bionic/ |
stubs.cpp | 83 dst->pw_shell = buf + required_byte_count; 84 required_byte_count += strlen(src->pw_shell) + 1; 90 snprintf(buf, byte_count, "%s%c%s%c%s", src->pw_name, 0, src->pw_dir, 0, src->pw_shell); 159 pw->pw_shell = state->sh_buffer_; 318 pw->pw_shell = state->sh_buffer_;
|
/external/dropbear/ |
svr-auth.c | 248 TRACE(("shell is %s", ses.authstate.pw->pw_shell)) 251 usershell = ses.authstate.pw->pw_shell;
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/include-fixed/X11/ |
Xos_r.h | 297 (p).pws.pw_shell = (p).pws.pw_dir + (p).len + 1; 298 (p).len = strlen((p).pwp->pw_shell); 299 strcpy((p).pws.pw_shell, (p).pwp->pw_shell); 325 ((p).pws.pw_shell = (p).pws.pw_dir + (p).len + 1), \ 326 ((p).len = strlen((p).pwp->pw_shell)), \ 327 strcpy((p).pws.pw_shell, (p).pwp->pw_shell), \ [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/ |
Xos_r.h | 288 (p).pws.pw_shell = (p).pws.pw_dir + (p).len + 1; 289 (p).len = strlen((p).pwp->pw_shell); 290 strcpy((p).pws.pw_shell, (p).pwp->pw_shell); 316 ((p).pws.pw_shell = (p).pws.pw_dir + (p).len + 1), \ 317 ((p).len = strlen((p).pwp->pw_shell)), \ 318 strcpy((p).pws.pw_shell, (p).pwp->pw_shell), \ [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/include-fixed/X11/ |
Xos_r.h | 297 (p).pws.pw_shell = (p).pws.pw_dir + (p).len + 1; 298 (p).len = strlen((p).pwp->pw_shell); 299 strcpy((p).pws.pw_shell, (p).pwp->pw_shell); 325 ((p).pws.pw_shell = (p).pws.pw_dir + (p).len + 1), \ 326 ((p).len = strlen((p).pwp->pw_shell)), \ 327 strcpy((p).pws.pw_shell, (p).pwp->pw_shell), \ [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/ |
Xos_r.h | 288 (p).pws.pw_shell = (p).pws.pw_dir + (p).len + 1; 289 (p).len = strlen((p).pwp->pw_shell); 290 strcpy((p).pws.pw_shell, (p).pwp->pw_shell); 316 ((p).pws.pw_shell = (p).pws.pw_dir + (p).len + 1), \ 317 ((p).len = strlen((p).pwp->pw_shell)), \ 318 strcpy((p).pws.pw_shell, (p).pwp->pw_shell), \ [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/ |
Xos_r.h | 288 (p).pws.pw_shell = (p).pws.pw_dir + (p).len + 1; 289 (p).len = strlen((p).pwp->pw_shell); 290 strcpy((p).pws.pw_shell, (p).pwp->pw_shell); 316 ((p).pws.pw_shell = (p).pws.pw_dir + (p).len + 1), \ 317 ((p).len = strlen((p).pwp->pw_shell)), \ 318 strcpy((p).pws.pw_shell, (p).pwp->pw_shell), \ [all...] |
/bionic/libc/include/ |
pwd.h | 108 char* pw_shell; member in struct:passwd
|
/development/ndk/platforms/android-3/include/ |
pwd.h | 108 char* pw_shell; member in struct:passwd
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
pwd.h | 58 char *pw_shell; /* Shell program. */ member in struct:passwd
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/ |
pwd.h | 58 char *pw_shell; /* Shell program. */ member in struct:passwd
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/ |
pwd.h | 58 char *pw_shell; /* Shell program. */ member in struct:passwd
|
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/ |
pwd.h | 108 char* pw_shell; member in struct:passwd
|
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/ |
pwd.h | 108 char* pw_shell; member in struct:passwd
|