Home
last modified time | relevance | path

Searched refs:tmpl_user (Results 1 – 2 of 2) sorted by relevance

/freebsd/usr.bin/login/
H A Dlogin.c679 const char *tmpl_user; in auth_pam() local
706 tmpl_user = (const char *)item; in auth_pam()
707 if (strcmp(username, tmpl_user) != 0) { in auth_pam()
708 (void)getpwnam_r(tmpl_user, &pwres, pwbuf, in auth_pam()
/freebsd/libexec/ftpd/
H A Dftpd.c1243 const char *tmpl_user; in auth_pam() local
1293 tmpl_user = (const char *) item; in auth_pam()
1294 if (strcmp((*ppw)->pw_name, tmpl_user) != 0) in auth_pam()
1295 *ppw = getpwnam(tmpl_user); in auth_pam()