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

/bind-9.11.3/contrib/sdb/ldap/
H A Dzone2ldap.c99 char *argzone, *ldapbase, *binddn, *bindpw = NULL; variable
182 argzone = strdup (optarg);
183 // We wipe argzone all to hell when we parse it for the DN */
184 gbl_zone = strdup(argzone);
185 if (argzone == NULL || gbl_zone == NULL)
205 if ((argzone == NULL) || (zonefile == NULL))
223 isc_buffer_init (&buff, argzone, strlen (argzone));
224 isc_buffer_add (&buff, strlen (argzone));
296 printf ("Creating base zone DN %s\n", argzone);
[all...]

Completed in 7 milliseconds