Searched refs:atp (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/OpenLDAP-499.27/OpenLDAP/contrib/slapd-modules/allowed/
H A Dallowed.c177 AttributeType **atp = NULL; local
246 aa_add_oc( oc, &ocp, &atp );
252 aa_add_oc( oc->soc_sups[ i ], &ocp, &atp );
259 if ( atp != NULL ) {
264 for ( i = 0; atp[ i ] != NULL; i++ )
274 for ( i = 0, ja = 0, je = 0; atp[ i ] != NULL; i++ ) {
276 ber_dupbv( &bv_allowed[ ja ], &atp[ i ]->sat_cname );
284 if ( slap_bv2ad( &atp[ i ]->sat_cname, &ad, &text ) ) {
292 ber_dupbv( &bv_effective[ je ], &atp[ i ]->sat_cname );
298 ch_free( atp );
[all...]
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-monitor/
H A Dinit.c986 Attribute **atp = NULL; local
1037 for ( atp = &e->e_attrs; *atp; atp = &(*atp)->a_next )
1049 *atp = attr_dup( a );
1050 if ( *atp == NULL ) {
1058 atp = &(*atp)->a_next;
1074 if ( atp
[all...]
/macosx-10.10/ICU-531.30/icuSources/tools/tzcode/
H A Dlocaltime.c919 register time_t * atp; local
1001 atp = sp->ats;
1015 *atp++ = endtime;
1017 *atp++ = starttime;
1020 *atp++ = starttime;
1022 *atp++ = endtime;
/macosx-10.10/Libc-1044.1.2/stdtime/FreeBSD/
H A Dlocaltime.c1037 time_t * atp; local
1111 atp = sp->ats;
1120 *atp++ = endtime;
1122 *atp++ = starttime;
1125 *atp++ = starttime;
1127 *atp++ = endtime;

Completed in 199 milliseconds