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

/netbsd-current/external/bsd/openldap/dist/clients/tools/
H A Dldapwhoami.c118 char *matcheddn = NULL, *text = NULL, **refs = NULL; local
177 &code, &matcheddn, &text, &refs, &ctrls, 0 );
184 tool_perror( "ldap_parse_result", rc, NULL, matcheddn, text, refs );
208 ( matcheddn && *matcheddn ) || ( text && *text ) || refs || ctrls )
216 if( matcheddn && *matcheddn ) {
217 printf( _("Matched DN: %s\n"), matcheddn );
234 ber_memfree( matcheddn );
H A Dldapexop.c80 char *matcheddn = NULL, *text = NULL, **refs = NULL; local
240 &code, &matcheddn, &text, &refs, &ctrls, 0 );
246 tool_perror( "ldap_parse_result", rc, NULL, matcheddn, text, refs );
327 ( matcheddn && *matcheddn ) || ( text && *text ) || refs ) {
334 if( matcheddn && *matcheddn ) {
335 printf( _("Matched DN: %s\n"), matcheddn );
352 ber_memfree( matcheddn );
H A Dldapcompare.c283 char *matcheddn; local
319 rc = ldap_parse_result( ld, res, &code, &matcheddn, &text, &refs, &ctrls, 1 );
328 (matcheddn && *matcheddn) || (text && *text) || (refs && *refs) ) )
337 if( matcheddn && *matcheddn ) {
338 printf( _("Matched DN: %s\n"), matcheddn );
366 ber_memfree( matcheddn );
H A Dldapmodrdn.c250 char *matcheddn=NULL, *text=NULL, **refs=NULL; local
295 rc = ldap_parse_result( ld, res, &code, &matcheddn, &text, &refs, &ctrls, 1 );
304 (matcheddn && *matcheddn) || (text && *text) || (refs && *refs) )
313 if( matcheddn && *matcheddn ) {
314 printf( _("Matched DN: %s\n"), matcheddn );
331 ber_memfree( matcheddn );
H A Dldapdelete.c236 char *matcheddn = NULL, *text = NULL, **refs = NULL; local
286 rc = ldap_parse_result( ld, res, &code, &matcheddn, &text, &refs, &ctrls, 1 );
306 tool_perror( "ldap_delete", code, NULL, matcheddn, text, refs );
308 ((matcheddn && *matcheddn) || (text && *text) || (refs && *refs) ))
317 if( matcheddn && *matcheddn ) {
318 printf( _("Matched DN: %s\n"), matcheddn );
335 ber_memfree( matcheddn );
H A Dldappasswd.c182 char *matcheddn = NULL, *text = NULL, **refs = NULL; local
339 &code, &matcheddn, &text, &refs, &ctrls, 0 );
382 ( matcheddn && *matcheddn ) || ( text && *text ) || refs || ctrls )
390 if( matcheddn && *matcheddn ) {
391 printf( _("Matched DN: %s\n"), matcheddn );
408 ber_memfree( matcheddn );
H A Dldapvc.c282 char *matcheddn = NULL, *text = NULL, **refs = NULL; local
443 &code, &matcheddn, &text, &refs, &ctrls, 0 );
448 tool_perror( "ldap_parse_result", rc, NULL, matcheddn, text, refs );
476 ( matcheddn && *matcheddn ) || ( text && *text ) || refs || ctrls )
484 if( matcheddn && *matcheddn ) {
485 printf( _("Matched DN: %s\n"), matcheddn );
502 ber_memfree( matcheddn );
H A Dldapsearch.c2335 char *matcheddn = NULL; local
2350 &err, &matcheddn, &text, &refs, &ctrls, 0 );
2365 if( matcheddn ) {
2366 if( *matcheddn ) {
2369 "matchedDN", matcheddn, strlen(matcheddn) );
2371 fprintf( stderr, _("Matched DN: %s\n"), matcheddn );
2375 ber_memfree( matcheddn );
/netbsd-current/external/bsd/openldap/dist/servers/lloadd/
H A Dupstream.c414 BerValue matcheddn, message; local
433 if ( ber_scanf( ber, "{emm" /* "}" */, &result, &matcheddn, &message ) ==
776 BerValue matcheddn, message, responseOid, local
799 if ( ber_scanf( ber, "{emm}", &result, &matcheddn, &message ) ==

Completed in 136 milliseconds