Searched refs:pw_class (Results 1 – 10 of 10) sorted by relevance
673 if ((lc = login_getclass(pw->pw_class)) == NULL) { in getpwnamallow()786 fake.pw_class = ""; in fakepw()
223 copy->pw_class = xstrdup(pw->pw_class); in pwcopy()
273 pw->pw_class = buffer_get_string(&m, NULL); in mm_getpwnamallow()
825 buffer_put_cstring(m, pwent->pw_class); in mm_answer_pwnamallow()
1106 /* Define to 1 if `pw_class' is member of `struct passwd'. */
3687 AC_CHECK_MEMBERS([struct passwd.pw_gecos, struct passwd.pw_class,
29621 if (ac_aggr.pw_class)29664 if (sizeof ac_aggr.pw_class)
338 char *pw_class; member
1217 CHECK_SIZE_AND_OFFSET(passwd, pw_class);
1453 if (pwd->pw_class)1454 COMMON_INTERCEPTOR_INITIALIZE_RANGE(pwd->pw_class,1455 REAL(strlen)(pwd->pw_class) + 1);