Home
last modified time | relevance | path

Searched refs:pw_class (Results 1 – 9 of 9) sorted by relevance

/external/openssh/
Dauth.c693 if ((lc = login_getclass(pw->pw_class)) == NULL) { in getpwnamallow()
806 fake.pw_class = ""; in fakepw()
Dmisc.c224 copy->pw_class = xstrdup(pw->pw_class); in pwcopy()
Dmonitor_wrap.c273 pw->pw_class = buffer_get_string(&m, NULL); in mm_getpwnamallow()
Dmonitor.c739 buffer_put_cstring(m, pwent->pw_class); in mm_answer_pwnamallow()
Dconfig.h.in1139 /* Define to 1 if `pw_class' is a member of `struct passwd'. */
Dconfigure.ac3848 AC_CHECK_MEMBERS([struct passwd.pw_gecos, struct passwd.pw_class,
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_posix.h338 char *pw_class; member
Dsanitizer_platform_limits_posix.cc1217 CHECK_SIZE_AND_OFFSET(passwd, pw_class);
Dsanitizer_common_interceptors.inc1453 if (pwd->pw_class)
1454 COMMON_INTERCEPTOR_INITIALIZE_RANGE(pwd->pw_class,
1455 REAL(strlen)(pwd->pw_class) + 1);