Searched defs:ldap_len (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dns_ldap.c264 int ldap_len, len; local
276 nserr = ldap_match(map, key, &ldap_line, &ldap_len);
281 &ldap_len)))
325 ldap_match(char *map, char *key, char **ldap_line, int *ldap_len) argument
433 *ldap_len = strlen(key) + strlen(attrval);
439 if ((*ldap_len + 2) > LINESZ) {
443 map, key, (*ldap_len + 2), LINESZ);
447 *ldap_line = (char *)malloc(*ldap_len + 2);

Completed in 46 milliseconds