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

/macosx-10.10.1/KerberosHelper-151/Source/
H A Dtest-na.c197 CFDictionaryRef authinfo = NAHSelectionCopyAuthInfo(s); local
198 if (authinfo) {
200 CFShow(authinfo);
201 CFRelease(authinfo);
/macosx-10.10.1/cups-408/cups/scheduler/
H A Dauth.c351 AuthorizationItemSet *authinfo; /* Authorization item set */ local
384 &authinfo))
386 if (authinfo->count == 1 && authinfo->items[0].value &&
387 authinfo->items[0].valueLength >= 2)
389 strlcpy(username, authinfo->items[0].value, sizeof(username));
396 AuthorizationFreeItemSet(authinfo);
/macosx-10.10.1/ntp-92/ntpdc/
H A Dntpdc_ops.c76 static void authinfo (struct parse *, FILE *);
184 { "authinfo", authinfo, { NO, NO, NO, NO },
2310 * authinfo - obtain and print info about authentication
2314 authinfo( function

Completed in 99 milliseconds