| /netbsd-src/external/bsd/openldap/dist/clients/tools/ |
| H A D | ldapwhoami.c | 118 char *matcheddn = NULL, *text = NULL, **refs = NULL; in main() local 177 &code, &matcheddn, &text, &refs, &ctrls, 0 ); in main() 184 tool_perror( "ldap_parse_result", rc, NULL, matcheddn, text, refs ); in main() 208 ( matcheddn && *matcheddn ) || ( text && *text ) || refs || ctrls ) in main() 216 if( matcheddn && *matcheddn ) { in main() 217 printf( _("Matched DN: %s\n"), matcheddn ); in main() 234 ber_memfree( matcheddn ); in main()
|
| H A D | ldapexop.c | 80 char *matcheddn = NULL, *text = NULL, **refs = NULL; in main() local 240 &code, &matcheddn, &text, &refs, &ctrls, 0 ); in main() 246 tool_perror( "ldap_parse_result", rc, NULL, matcheddn, text, refs ); in main() 327 ( matcheddn && *matcheddn ) || ( text && *text ) || refs ) { in main() 334 if( matcheddn && *matcheddn ) { in main() 335 printf( _("Matched DN: %s\n"), matcheddn ); in main() 352 ber_memfree( matcheddn ); in main()
|
| H A D | ldapcompare.c | 283 char *matcheddn; in docompare() local 319 rc = ldap_parse_result( ld, res, &code, &matcheddn, &text, &refs, &ctrls, 1 ); in docompare() 328 (matcheddn && *matcheddn) || (text && *text) || (refs && *refs) ) ) in docompare() 337 if( matcheddn && *matcheddn ) { in docompare() 338 printf( _("Matched DN: %s\n"), matcheddn ); in docompare() 366 ber_memfree( matcheddn ); in docompare()
|
| H A D | ldapmodrdn.c | 250 char *matcheddn=NULL, *text=NULL, **refs=NULL; in domodrdn() local 295 rc = ldap_parse_result( ld, res, &code, &matcheddn, &text, &refs, &ctrls, 1 ); in domodrdn() 304 (matcheddn && *matcheddn) || (text && *text) || (refs && *refs) ) in domodrdn() 313 if( matcheddn && *matcheddn ) { in domodrdn() 314 printf( _("Matched DN: %s\n"), matcheddn ); in domodrdn() 331 ber_memfree( matcheddn ); in domodrdn()
|
| H A D | ldapdelete.c | 236 char *matcheddn = NULL, *text = NULL, **refs = NULL; in dodelete() local 286 rc = ldap_parse_result( ld, res, &code, &matcheddn, &text, &refs, &ctrls, 1 ); in dodelete() 306 tool_perror( "ldap_delete", code, NULL, matcheddn, text, refs ); in dodelete() 308 ((matcheddn && *matcheddn) || (text && *text) || (refs && *refs) )) in dodelete() 317 if( matcheddn && *matcheddn ) { in dodelete() 318 printf( _("Matched DN: %s\n"), matcheddn ); in dodelete() 335 ber_memfree( matcheddn ); in dodelete()
|
| H A D | ldappasswd.c | 182 char *matcheddn = NULL, *text = NULL, **refs = NULL; in main() local 339 &code, &matcheddn, &text, &refs, &ctrls, 0 ); in main() 382 ( matcheddn && *matcheddn ) || ( text && *text ) || refs || ctrls ) in main() 390 if( matcheddn && *matcheddn ) { in main() 391 printf( _("Matched DN: %s\n"), matcheddn ); in main() 408 ber_memfree( matcheddn ); in main()
|
| H A D | ldapvc.c | 282 char *matcheddn = NULL, *text = NULL, **refs = NULL; in main() local 443 &code, &matcheddn, &text, &refs, &ctrls, 0 ); in main() 448 tool_perror( "ldap_parse_result", rc, NULL, matcheddn, text, refs ); in main() 476 ( matcheddn && *matcheddn ) || ( text && *text ) || refs || ctrls ) in main() 484 if( matcheddn && *matcheddn ) { in main() 485 printf( _("Matched DN: %s\n"), matcheddn ); in main() 502 ber_memfree( matcheddn ); in main()
|
| H A D | ldapsearch.c | 2335 char *matcheddn = NULL; in print_result() local 2350 &err, &matcheddn, &text, &refs, &ctrls, 0 ); in print_result() 2365 if( matcheddn ) { in print_result() 2366 if( *matcheddn ) { in print_result() 2369 "matchedDN", matcheddn, strlen(matcheddn) ); in print_result() 2371 fprintf( stderr, _("Matched DN: %s\n"), matcheddn ); in print_result() 2375 ber_memfree( matcheddn ); in print_result()
|
| /netbsd-src/external/bsd/openldap/dist/servers/lloadd/ |
| H A D | upstream.c | 414 BerValue matcheddn, message; in upstream_bind_cb() local 433 if ( ber_scanf( ber, "{emm" /* "}" */, &result, &matcheddn, &message ) == in upstream_bind_cb() 776 BerValue matcheddn, message, responseOid, in upstream_starttls() local 799 if ( ber_scanf( ber, "{emm}", &result, &matcheddn, &message ) == in upstream_starttls()
|