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

/freebsd-10.1-release/lib/libutil/
H A Dlogin_cap.c785 char realauth[64]; local
790 if (snprintf(realauth, sizeof realauth, "auth-%s", auth) < (int)sizeof(realauth))
791 authtypes = login_getcaplist(lc, realauth, NULL);

Completed in 83 milliseconds