HomeSort by: relevance | last modified time | path
    Searched refs:lc_cap (Results 1 - 2 of 2) sorted by relevancy

  /src/include/
login_cap.h 60 char *lc_cap; member in struct:__anon0e823b020108
  /src/lib/libutil/
login_cap.c 92 lc->lc_cap = 0;
112 if ((res = cgetent(&lc->lc_cap, classfiles, lc->lc_class)) != 0) {
113 lc->lc_cap = 0;
163 if (!lc || !lc->lc_cap)
166 switch (status = cgetstr(lc->lc_cap, cap, &res)) {
199 if (!lc || !lc->lc_cap)
202 switch (status = cgetstr(lc->lc_cap, cap, &res)) {
285 if (!lc || !lc->lc_cap)
288 switch (status = cgetstr(lc->lc_cap, cap, &res)) {
340 if (!lc || !lc->lc_cap)
    [all...]

Completed in 13 milliseconds