Searched refs:login_getpwclass (Results 1 - 20 of 20) sorted by relevance

/freebsd-12-stable/lib/libpam/modules/pam_nologin/
H A Dpam_nologin.c84 * login_getpwclass(3) will select the "root" class by default
88 lc = login_getpwclass(pwd);
/freebsd-12-stable/lib/libutil/
H A Dlogin_cap.h105 login_cap_t *login_getpwclass(const struct passwd *);
H A DMakefile48 login_cap.3 login_getpwclass.3 login_cap.3 login_getstyle.3 \
H A Dlogin_cap.c310 * login_getpwclass()
322 login_getpwclass(const struct passwd *pwd) function
H A Dlogin_class.c442 if (pwd != NULL && (lc = login_getpwclass(pwd)) != NULL)
/freebsd-12-stable/release/picobsd/tinyware/passwd/
H A Dlocal_passwd.c127 if ((lc = login_getpwclass(pw)) != NULL) {
/freebsd-12-stable/usr.bin/env/
H A Denv.c163 lc = login_getpwclass(pw);
165 errx(EXIT_FAILURE, "login_getpwclass failed");
/freebsd-12-stable/usr.sbin/jexec/
H A Djexec.c179 *lcapp = login_getpwclass(pwd);
/freebsd-12-stable/lib/libpam/modules/pam_unix/
H A Dpam_unix.c119 lc = login_getpwclass(pwd);
191 lc = login_getpwclass(pwd);
/freebsd-12-stable/usr.bin/newgrp/
H A Dnewgrp.c282 lc = login_getpwclass(pwd);
/freebsd-12-stable/usr.bin/su/
H A Dsu.c366 lc = login_getpwclass(pwd);
/freebsd-12-stable/usr.sbin/pw/
H A Dpw_user.c226 lc = login_getpwclass(pwd);
1397 lc = login_getpwclass(pwd);
1742 lc = login_getpwclass(pwd);
/freebsd-12-stable/crypto/openssh/
H A Dauth2.c319 (lc = PRIVSEP(login_getpwclass(authctxt->pw))) != NULL) {
H A Dauth.c621 if ((lc = login_getpwclass(pw)) == NULL) {
H A Dmonitor.c731 lc = login_getpwclass(pw);
/freebsd-12-stable/usr.bin/limits/
H A Dlimits.c385 lc = login_getpwclass(pwd);
/freebsd-12-stable/usr.bin/login/
H A Dlogin.c400 * This needs to happen before login_getpwclass to support
415 lc = login_getpwclass(pwd);
/freebsd-12-stable/release/picobsd/tinyware/login/
H A Dpico-login.c404 lc = login_getpwclass(pwd);
/freebsd-12-stable/usr.sbin/jail/
H A Dcommand.c910 *lcapp = login_getpwclass(pwd);
/freebsd-12-stable/libexec/ftpd/
H A Dftpd.c1464 if ((lc = login_getpwclass(pw)) != NULL) {

Completed in 122 milliseconds