Searched refs:authstr (Results 1 – 2 of 2) sorted by relevance
1655 char *authstr; in http_req() local1664 if ((authstr = malloc(authlen + 1)) == NULL) { in http_req()1669 (void) snprintf(authstr, authlen + 1, "%s:%s", in http_req()1674 free(authstr); in http_req()1681 (unsigned char *)authstr, authlen); in http_req()1689 free(authstr); in http_req()1700 free(authstr); in http_req()
351 char *authstr = NULL; in check_authorization() local391 authstr = scf_simple_prop_next_astring(prop); in check_authorization()392 if (authstr != NULL) { in check_authorization()394 if (chkauthattr(authstr, pw->pw_name)) { in check_authorization()