Home
last modified time | relevance | path

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

/f-stack/tools/libutil/
H A Dlogin_cap.c156 free(lc->lc_style); in login_close()
231 lc->lc_cap = lc->lc_class = lc->lc_style = NULL; in login_getclassbyname()
811 lc->lc_style = NULL; in login_getstyle()
813 lc->lc_style = auths; in login_getstyle()
815 if (lc->lc_style != NULL) in login_getstyle()
816 lc->lc_style = strdup(lc->lc_style); in login_getstyle()
818 return lc->lc_style; in login_getstyle()
H A Dlogin_cap.h76 char *lc_style; member