Lines Matching defs:style
107 char *style, *shell, *home, *s, **argv;
111 /* User may have specified an authentication style. */
112 if ((style = strchr(greet->name, ':')) != NULL)
113 *style++ = '\0';
115 Debug ("Verify %s, style %s ...\n", greet->name,
116 style ? style : "default");
132 if ((style = login_getstyle(lc, style, "xdm")) == NULL) {
156 snprintf(path, sizeof(path), _PATH_AUTHPROG "%s", style);
157 auth_call(as, path, style, "-s", "response", greet->name,