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

/illumos-gate/usr/src/cmd/allocate/
H A Dallocate3.c183 char *auth_list, *dcp, *subauth = NULL; local
194 subauth = malloc(ares + 1);
195 if (subauth == NULL)
197 (void) strlcpy(subauth, auth_list, (ares + 1));
198 auth_list = subauth;
202 if (subauth != NULL)
203 free(subauth);

Completed in 57 milliseconds