Lines Matching defs:bindPass
149 char *bindPass = NULL;
158 bindPass = getpassphrase(prompt);
160 if (bindPass == NULL)
163 (void) strlcpy(bindPassword, bindPass, BUFSIZ);
166 (void) memset(bindPass, 0, strlen(bindPass));
167 bindPass = NULL;
176 bindPass = getpassphrase(prompt);
178 if (bindPass == NULL) {
183 if (strcmp(bindPass, bindPassword) != 0) {
185 (void) memset(bindPass, 0, strlen(bindPass));
188 (void) memset(bindPass, 0, strlen(bindPass));