HomeSort by relevance Sort by last modified time
    Searched refs:pw_shell (Results 76 - 88 of 88) sorted by null

1 2 34

  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/
pwd.h 108 char* pw_shell; member in struct:passwd
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/
pwd.h 108 char* pw_shell; member in struct:passwd
  /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 55 EXPECT_STREQ("/system/bin/sh", pwd->pw_shell);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-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.11-4.8/sysroot/usr/include/
pwd.h 58 char *pw_shell; /* Shell program. */ member in struct:passwd
  /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);
161 pw->pw_shell = state->sh_buffer_;
320 pw->pw_shell = state->sh_buffer_;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/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.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...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_platform_limits_posix.h 319 char *pw_shell; member in struct:__sanitizer::__sanitizer_passwd
    [all...]
sanitizer_platform_limits_posix.cc     [all...]
  /libcore/luni/src/main/native/
libcore_io_Posix.cpp 284 TO_JAVA_STRING(pw_shell, pw.pw_shell);
288 pw_name, static_cast<jint>(pw.pw_uid), static_cast<jint>(pw.pw_gid), pw_dir, pw_shell);
    [all...]

Completed in 453 milliseconds

1 2 34