Home
last modified time | relevance | path

Searched refs:ret_bindPass (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/cmd/keyserv/
H A Dchkey_common.c145 get_ldap_bindPassword(char **ret_bindPass) { in get_ldap_bindPassword() argument
153 *ret_bindPass = NULL; in get_ldap_bindPassword()
189 if ((*ret_bindPass = (char *)malloc(strlen(bindPassword)+1)) in get_ldap_bindPassword()
195 (void) strlcpy(*ret_bindPass, bindPassword, in get_ldap_bindPassword()