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

/bind-9.6-ESV-R11/contrib/sdb/ldap/
H A Dzone2ldap.c427 char ldap_type_buffer[128]; local
488 sprintf (ldap_type_buffer, "%sRecord", type);
491 tmp->attrs[2]->mod_type = strdup (ldap_type_buffer);
527 sprintf (ldap_type_buffer, "%sRecord", type);
529 (ldap_type_buffer, tmp->attrs[i]->mod_type,
563 tmp->attrs[x]->mod_type = strdup (ldap_type_buffer);

Completed in 1118 milliseconds