| /src/external/bsd/openldap/dist/libraries/libldap/ |
| references.c | 92 char **refs = NULL; local 106 if ( ber_scanf( &be, "{v" /*}*/, &refs ) == LBER_ERROR ) { 127 *referralsp = refs; 130 LDAP_VFREE( refs );
|
| references.c | 92 char **refs = NULL; local 106 if ( ber_scanf( &be, "{v" /*}*/, &refs ) == LBER_ERROR ) { 127 *referralsp = refs; 130 LDAP_VFREE( refs );
|
| /src/external/bsd/openldap/dist/servers/slapd/back-mdb/ |
| referral.c | 122 BerVarray refs = get_entry_referrals( op, e ); local 124 refs, &e->e_name, &op->o_req_dn, LDAP_SCOPE_DEFAULT ); 143 ber_bvarray_free( refs );
|
| referral.c | 122 BerVarray refs = get_entry_referrals( op, e ); local 124 refs, &e->e_name, &op->o_req_dn, LDAP_SCOPE_DEFAULT ); 143 ber_bvarray_free( refs );
|
| /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/core/ |
| event.h | 19 int *refs; member in struct:nvkm_event
|
| event.h | 19 int *refs; member in struct:nvkm_event
|
| /src/sys/external/bsd/drm2/dist/drm/nouveau/ |
| nouveau_vmm.h | 11 int refs; member in struct:nouveau_vma
|
| nouveau_vmm.h | 11 int refs; member in struct:nouveau_vma
|
| /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 ) 220 if( refs ) { 222 for( i=0; refs[i]; i++ ) { 223 printf(_("Referral: %s\n"), refs[i] ); 235 ber_memvfree( (void **) refs );
|
| 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 ) 220 if( refs ) { 222 for( i=0; refs[i]; i++ ) { 223 printf(_("Referral: %s\n"), refs[i] ); 235 ber_memvfree( (void **) refs );
|
| ldapcompare.c | 285 char **refs; local 319 rc = ldap_parse_result( ld, res, &code, &matcheddn, &text, &refs, &ctrls, 1 ); 328 (matcheddn && *matcheddn) || (text && *text) || (refs && *refs) ) ) 341 if( refs ) { 343 for( i=0; refs[i]; i++ ) { 344 printf(_("Referral: %s\n"), refs[i] ); 367 ber_memvfree( (void **) refs );
|
| 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 ) { 338 if( refs ) { 340 for( i=0; refs[i]; i++ ) { 341 printf(_("Referral: %s\n"), refs[i] ); 353 ber_memvfree( (void **) refs );
|
| 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) ) 317 if( refs ) { 319 for( i=0; refs[i]; i++ ) { 320 printf(_("Referral: %s\n"), refs[i] ); 332 ber_memvfree( (void **) refs );
|
| ldapcompare.c | 285 char **refs; local 319 rc = ldap_parse_result( ld, res, &code, &matcheddn, &text, &refs, &ctrls, 1 ); 328 (matcheddn && *matcheddn) || (text && *text) || (refs && *refs) ) ) 341 if( refs ) { 343 for( i=0; refs[i]; i++ ) { 344 printf(_("Referral: %s\n"), refs[i] ); 367 ber_memvfree( (void **) refs );
|
| 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 ) { 338 if( refs ) { 340 for( i=0; refs[i]; i++ ) { 341 printf(_("Referral: %s\n"), refs[i] ); 353 ber_memvfree( (void **) refs );
|
| 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) ) 317 if( refs ) { 319 for( i=0; refs[i]; i++ ) { 320 printf(_("Referral: %s\n"), refs[i] ); 332 ber_memvfree( (void **) refs );
|
| 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) )) 324 if( refs ) { 326 for( i=0; refs[i]; i++ ) { 327 printf(_("Referral: %s\n"), refs[i] ); 339 ber_memvfree( (void **) refs );
|
| /src/external/bsd/openldap/dist/contrib/ldapc++/src/ |
| LDAPResult.cpp | 23 char **refs=0; local 28 &matchedDN, &errMsg,&refs,&srvctrls,0); 30 ber_memvfree((void**) refs); 34 if (refs){ 35 m_referrals=LDAPUrlList(refs); 36 ber_memvfree((void**) refs);
|
| LDAPResult.cpp | 23 char **refs=0; local 28 &matchedDN, &errMsg,&refs,&srvctrls,0); 30 ber_memvfree((void**) refs); 34 if (refs){ 35 m_referrals=LDAPUrlList(refs); 36 ber_memvfree((void**) refs);
|
| /src/sys/arch/xen/include/ |
| xenio_gntdev.h | 62 struct ioctl_gntdev_grant_ref refs[1]; member in struct:ioctl_gntdev_map_grant_ref
|
| xenio_gntdev.h | 62 struct ioctl_gntdev_grant_ref refs[1]; member in struct:ioctl_gntdev_map_grant_ref
|
| /src/external/bsd/openldap/dist/servers/slapd/ |
| referral.c | 205 BerVarray refs; local 220 refs = ch_malloc( ( i + 1 ) * sizeof( struct berval ) ); 222 for ( iv = in, jv = refs; !BER_BVISNULL( iv ); iv++ ) { 257 if ( jv == refs ) { 258 ch_free( refs ); 259 refs = NULL; 265 return refs; 274 BerVarray refs; local 290 refs = ch_malloc( (i + 1) * sizeof(struct berval)); 292 for( iv=attr->a_vals, jv=refs; iv->bv_val != NULL; iv++ ) [all...] |
| referral.c | 205 BerVarray refs; local 220 refs = ch_malloc( ( i + 1 ) * sizeof( struct berval ) ); 222 for ( iv = in, jv = refs; !BER_BVISNULL( iv ); iv++ ) { 257 if ( jv == refs ) { 258 ch_free( refs ); 259 refs = NULL; 265 return refs; 274 BerVarray refs; local 290 refs = ch_malloc( (i + 1) * sizeof(struct berval)); 292 for( iv=attr->a_vals, jv=refs; iv->bv_val != NULL; iv++ ) [all...] |
| /src/external/gpl2/texinfo/dist/info/ |
| footnotes.c | 72 REFERENCE **refs; local 74 refs = info_xrefs_of_node (node); 76 if (refs) 87 for (i = 0; refs[i]; i++) 88 if ((refs[i]->nodename != (char *)NULL) && 91 (strcmp (refs[i]->nodename, refname) == 0 || 92 (strncmp (refs[i]->nodename, refname, reflen - 1) == 0 && 93 refs[i]->nodename[reflen - 1] == '-' && 94 isdigit (refs[i]->nodename[reflen])))) 111 info_free_references (refs); [all...] |
| footnotes.c | 72 REFERENCE **refs; local 74 refs = info_xrefs_of_node (node); 76 if (refs) 87 for (i = 0; refs[i]; i++) 88 if ((refs[i]->nodename != (char *)NULL) && 91 (strcmp (refs[i]->nodename, refname) == 0 || 92 (strncmp (refs[i]->nodename, refname, reflen - 1) == 0 && 93 refs[i]->nodename[reflen - 1] == '-' && 94 isdigit (refs[i]->nodename[reflen])))) 111 info_free_references (refs); [all...] |