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

/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dns_ldap.c262 char *ldap_line = NULL; local
276 nserr = ldap_match(map, key, &ldap_line, &ldap_len);
280 if ((nserr = ldap_match(map, "\\2a", &ldap_line,
297 if (lp = strchr(ldap_line, '#'))
299 len = strlen(ldap_line);
304 lp = &ldap_line[len - 1];
305 while (lp > ldap_line && isspace(*lp))
307 if (lp == ldap_line) {
311 (void) strncpy(ml->linebuf, ldap_line, LINESZ);
315 if (ldap_line)
325 ldap_match(char *map, char *key, char **ldap_line, int *ldap_len) argument
[all...]

Completed in 45 milliseconds