Searched refs:authtypes (Results 1 – 1 of 1) sorted by relevance
924 const char **authtypes = NULL; in login_getstyle() local932 authtypes = login_getcaplist(lc, realauth, NULL); in login_getstyle()935 if (authtypes == NULL) in login_getstyle()936 authtypes = login_getcaplist(lc, "auth", NULL); in login_getstyle()938 if (authtypes == NULL) in login_getstyle()939 authtypes = defauthtypes; in login_getstyle()948 while (authtypes[i] != NULL && strcmp(style, authtypes[i]) != 0) in login_getstyle()953 if (authtypes[i] != NULL && (auths = strdup(authtypes[i])) != NULL) in login_getstyle()