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

/illumos-gate/usr/src/common/net/wanboot/
H A Dboot_http.c1655 char *authstr; local
1664 if ((authstr = malloc(authlen + 1)) == NULL) {
1669 (void) snprintf(authstr, authlen + 1, "%s:%s",
1674 free(authstr);
1681 (unsigned char *)authstr, authlen);
1689 free(authstr);
1700 free(authstr);
/illumos-gate/usr/src/cmd/dfs.cmds/sharemgr/
H A Dcommands.c351 char *authstr = NULL; local
391 authstr = scf_simple_prop_next_astring(prop);
392 if (authstr != NULL) {
394 if (chkauthattr(authstr, pw->pw_name)) {

Completed in 57 milliseconds