Home
last modified time | relevance | path

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

/mirbsd/src/lib/libc/gen/
Dlogin_cap.c160 char *auths, *ta; in login_getstyle() local
176 if (!atype || !(auths = login_getcapstr(lc, atype, NULL, NULL))) in login_getstyle()
177 auths = login_getcapstr(lc, "auth", NULL, NULL); in login_getstyle()
179 if (auths) { in login_getstyle()
180 f1 = ta = auths; /* auths malloced by login_getcapstr */ in login_getstyle()
192 while (*auths) { in login_getstyle()
193 authtypes[i] = auths; in login_getstyle()
194 while (*auths && *auths != ',') in login_getstyle()
195 ++auths; in login_getstyle()
196 if (*auths) in login_getstyle()
[all …]