Home
last modified time | relevance | path

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

/freebsd/lib/libutil/
H A Dlogin_cap.c258 free(lc->lc_style); in login_close()
951 lc->lc_style = NULL; in login_getstyle()
953 lc->lc_style = auths; in login_getstyle()
955 if (lc->lc_style != NULL) in login_getstyle()
956 lc->lc_style = strdup(lc->lc_style); in login_getstyle()
958 return lc->lc_style; in login_getstyle()
H A Dlogin_cap.h73 char *lc_style; member