Home
last modified time | relevance | path

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

/f-stack/tools/libutil/
H A Dlogin_cap.c783 const char **authtypes = NULL; in login_getstyle() local
791 authtypes = login_getcaplist(lc, realauth, NULL); in login_getstyle()
794 if (authtypes == NULL) in login_getstyle()
795 authtypes = login_getcaplist(lc, "auth", NULL); in login_getstyle()
797 if (authtypes == NULL) in login_getstyle()
798 authtypes = defauthtypes; in login_getstyle()
807 while (authtypes[i] != NULL && strcmp(style, authtypes[i]) != 0) in login_getstyle()
812 if (authtypes[i] != NULL && (auths = strdup(authtypes[i])) != NULL) in login_getstyle()