Home
last modified time | relevance | path

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

/f-stack/tools/libutil/
H A Dlogin_cap.c784 char *auths= NULL; in login_getstyle() local
812 if (authtypes[i] != NULL && (auths = strdup(authtypes[i])) != NULL) in login_getstyle()
813 lc->lc_style = auths; in login_getstyle()