Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/openldap/dist/clients/tools/
H A Dldapwhoami.c118 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 Dldapexop.c80 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 Dldapcompare.c283 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 Dldapmodrdn.c250 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 Dldapdelete.c236 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 Dldappasswd.c182 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 Dldapvc.c282 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 Dldapsearch.c2335 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 Dupstream.c414 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()