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

/bind-9.11.3/bin/named/
H A Dcontrolconf.c713 char *newstr = NULL; local
724 newstr = isc_mem_strdup(mctx, str);
725 if (newstr == NULL)
730 key->keyname = newstr;
736 newstr = NULL;
741 if (newstr != NULL)
742 isc_mem_free(mctx, newstr);

Completed in 14 milliseconds