login_getstyle
char *login_getstyle(login_cap_t *, char *, char *);
if ((style = login_getstyle(lc, style, type)) == NULL) {
if ((style = login_getstyle(lc, style, type)) == NULL ||
DEF_WEAK(login_getstyle);
PROTO_NORMAL(login_getstyle);
if (lc && (style = login_getstyle(lc, style, "auth-ftp")) == NULL) {
style = login_getstyle(lc, optarg, "auth-lock");
(nstyle = login_getstyle(lc, "skey", "auth-lock")))
style = login_getstyle(lc, style, type);
(style = login_getstyle(lc, style, "auth-su")) == NULL)
if ((style = login_getstyle(lc, style, "auth-ldap")) == NULL) {