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

/freebsd-9.3-release/lib/libutil/
H A Dlogin_cap.c158 free(lc->lc_cap);
231 lc->lc_cap = lc->lc_class = lc->lc_style = NULL;
236 switch (cgetent(&lc->lc_cap, login_dbarray, name)) {
254 if (cgetent(&lc->lc_cap, login_dbarray, name) != 0 && r >= 0)
365 if (lc == NULL || cap == NULL || lc->lc_cap == NULL || *cap == '\0')
368 if ((ret = cgetstr(lc->lc_cap, cap, &res)) == -1)
542 if (lc == NULL || lc->lc_cap == NULL)
546 * Look for <cap> in lc_cap.
551 if ((r = cgetstr(lc->lc_cap, cap, &res)) == -1)
632 if (lc == NULL || lc->lc_cap
[all...]
H A Dlogin_cap.h75 char *lc_cap; member in struct:login_cap

Completed in 47 milliseconds