Home
last modified time | relevance | path

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

/dragonfly/lib/libutil/
H A Dlogin_cap.c155 free(lc->lc_style); in login_close()
230 lc->lc_cap = lc->lc_class = lc->lc_style = NULL; in login_getclassbyname()
810 lc->lc_style = NULL; in login_getstyle()
812 lc->lc_style = auths; in login_getstyle()
814 if (lc->lc_style != NULL) in login_getstyle()
815 lc->lc_style = strdup(lc->lc_style); in login_getstyle()
817 return lc->lc_style; in login_getstyle()
H A Dlogin_cap.h76 char *lc_style; member