HomeSort by: relevance | last modified time | path
    Searched defs:matcheddn (Results 1 - 18 of 18) sorted by relevancy

  /src/external/bsd/openldap/dist/clients/tools/
ldapwhoami.c 118 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 );
ldapwhoami.c 118 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 );
ldapcompare.c 283 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 );
ldapexop.c 80 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 );
ldapmodrdn.c 250 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 );
ldapcompare.c 283 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 );
ldapexop.c 80 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 );
ldapmodrdn.c 250 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 );
ldapdelete.c 236 char *matcheddn = NULL, *text = NULL, **refs = NULL; local
286 rc = ldap_parse_result( ld, res, &code, &matcheddn, &text, &refs, &ctrls, 1 );
309 tool_perror( "ldap_delete", code, NULL, matcheddn, text, refs );
311 ((matcheddn && *matcheddn) || (text && *text) || (refs && *refs) ))
320 if( matcheddn && *matcheddn ) {
321 printf( _("Matched DN: %s\n"), matcheddn );
338 ber_memfree( matcheddn );
ldappasswd.c 189 char *matcheddn = NULL, *text = NULL, **refs = NULL; local
366 &code, &matcheddn, &text, &refs, &ctrls, 0 );
409 ( matcheddn && *matcheddn ) || ( text && *text ) || refs || ctrls )
417 if( matcheddn && *matcheddn ) {
418 printf( _("Matched DN: %s\n"), matcheddn );
435 ber_memfree( matcheddn );
ldapvc.c 297 char *matcheddn = NULL, *text = NULL, **refs = NULL; local
463 &code, &matcheddn, &text, &refs, &ctrls, 0 );
468 tool_perror( "ldap_parse_result", rc, NULL, matcheddn, text, refs );
496 ( matcheddn && *matcheddn ) || ( text && *text ) || refs || ctrls )
504 if( matcheddn && *matcheddn ) {
505 printf( _("Matched DN: %s\n"), matcheddn );
522 ber_memfree( matcheddn );
ldapdelete.c 236 char *matcheddn = NULL, *text = NULL, **refs = NULL; local
286 rc = ldap_parse_result( ld, res, &code, &matcheddn, &text, &refs, &ctrls, 1 );
309 tool_perror( "ldap_delete", code, NULL, matcheddn, text, refs );
311 ((matcheddn && *matcheddn) || (text && *text) || (refs && *refs) ))
320 if( matcheddn && *matcheddn ) {
321 printf( _("Matched DN: %s\n"), matcheddn );
338 ber_memfree( matcheddn );
ldappasswd.c 189 char *matcheddn = NULL, *text = NULL, **refs = NULL; local
366 &code, &matcheddn, &text, &refs, &ctrls, 0 );
409 ( matcheddn && *matcheddn ) || ( text && *text ) || refs || ctrls )
417 if( matcheddn && *matcheddn ) {
418 printf( _("Matched DN: %s\n"), matcheddn );
435 ber_memfree( matcheddn );
ldapvc.c 297 char *matcheddn = NULL, *text = NULL, **refs = NULL; local
463 &code, &matcheddn, &text, &refs, &ctrls, 0 );
468 tool_perror( "ldap_parse_result", rc, NULL, matcheddn, text, refs );
496 ( matcheddn && *matcheddn ) || ( text && *text ) || refs || ctrls )
504 if( matcheddn && *matcheddn ) {
505 printf( _("Matched DN: %s\n"), matcheddn );
522 ber_memfree( matcheddn );
ldapsearch.c 2341 char *matcheddn = NULL; local
2356 &err, &matcheddn, &text, &refs, &ctrls, 0 );
2371 if( matcheddn ) {
2372 if( *matcheddn ) {
2375 "matchedDN", matcheddn, strlen(matcheddn) );
2377 fprintf( stderr, _("Matched DN: %s\n"), matcheddn );
2381 ber_memfree( matcheddn );
ldapsearch.c 2341 char *matcheddn = NULL; local
2356 &err, &matcheddn, &text, &refs, &ctrls, 0 );
2371 if( matcheddn ) {
2372 if( *matcheddn ) {
2375 "matchedDN", matcheddn, strlen(matcheddn) );
2377 fprintf( stderr, _("Matched DN: %s\n"), matcheddn );
2381 ber_memfree( matcheddn );
  /src/external/bsd/openldap/dist/servers/lloadd/
upstream.c 454 BerValue matcheddn, message; local
473 if ( ber_scanf( ber, "{emm" /* "}" */, &result, &matcheddn, &message ) ==
817 BerValue matcheddn, message, responseOid, local
840 if ( ber_scanf( ber, "{emm}", &result, &matcheddn, &message ) ==
upstream.c 454 BerValue matcheddn, message; local
473 if ( ber_scanf( ber, "{emm" /* "}" */, &result, &matcheddn, &message ) ==
817 BerValue matcheddn, message, responseOid, local
840 if ( ber_scanf( ber, "{emm}", &result, &matcheddn, &message ) ==

Completed in 38 milliseconds