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

/freebsd-9.3-release/lib/libutil/
H A Dlogin_cap.c156 free(lc->lc_style);
231 lc->lc_cap = lc->lc_class = lc->lc_style = NULL;
811 lc->lc_style = NULL;
813 lc->lc_style = auths;
815 if (lc->lc_style != NULL)
816 lc->lc_style = strdup(lc->lc_style);
818 return lc->lc_style;
H A Dlogin_cap.h76 char *lc_style; member in struct:login_cap

Completed in 52 milliseconds