HomeSort by: relevance | last modified time | path
    Searched refs:oc (Results 1 - 25 of 190) sorted by relevancy

1 2 3 4 5 6 7 8

  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/rt/
cast_.d 45 ClassInfo oc = typeid(o);
91 int _d_isbaseof2(scope ClassInfo oc, scope const ClassInfo c, scope ref size_t offset) @safe
93 if (areClassInfosEqual(oc, c))
98 if (oc.base && areClassInfosEqual(oc.base, c))
102 // from the derived (oc) to the base (c).
103 foreach (iface; oc.interfaces)
112 oc = oc.base;
113 } while (oc);
    [all...]
  /src/sys/arch/zaurus/stand/zboot/
bootmenu.c 73 char input[80], *ic, *oc; local
131 oc = input;
134 *oc++ = *ic;
138 oc--;
139 for (; *oc == ' ' && oc > input; oc--);
140 *++oc = '\0';
  /src/external/bsd/openldap/dist/contrib/slapd-modules/allowed/
allowed.c 149 aa_add_oc( ObjectClass *oc, ObjectClass ***ocpp, AttributeType ***atpp )
155 if ( (*ocpp)[ i ] == oc ) {
166 (*ocpp)[ i ] = oc;
169 if ( oc->soc_required ) {
172 for ( i = 0; oc->soc_required[ i ] != NULL; i++ ) {
173 aa_add_at( oc->soc_required[ i ], atpp );
177 if ( oc->soc_allowed ) {
180 for ( i = 0; oc->soc_allowed[ i ] != NULL; i++ ) {
181 aa_add_at( oc->soc_allowed[ i ], atpp );
251 ObjectClass *oc = oc_bvfind( v ) local
342 ObjectClass *oc; local
    [all...]
  /src/external/bsd/openldap/dist/servers/slapd/
oc.c 1 /* $NetBSD: oc.c,v 1.4 2025/09/05 21:16:25 christos Exp $ */
3 /* oc.c - object class routines */
20 __RCSID("$NetBSD: oc.c,v 1.4 2025/09/05 21:16:25 christos Exp $");
64 ObjectClass *oc,
68 * set_flags should only be true if oc is one of operational
76 assert( !( e == NULL || oc == NULL ) );
79 if ( e == NULL || oc == NULL ) {
86 return (e->e_ocflags & oc->soc_flags & SLAP_OC__MASK) != 0;
98 oc->soc_oclass.oc_oid );
115 if ( objectClass == oc ) {
210 ObjectClass *oc = oc_bvfind( ocname ); local
831 ObjectClass *oc; local
889 ObjectClass *oc; local
918 LDAPObjectClass *oc; local
    [all...]
schema_check.c 34 ObjectClass *oc,
62 ObjectClass *sc, *oc, **socs = NULL; local
154 rc = structural_class( aoc->a_vals, &oc, &socs, text, textbuf, textlen,
161 attr_merge_one( e, ad_structuralObjectClass, &oc->soc_cname, NULL );
163 sc = oc;
214 if ( oc == NULL ) {
221 } else if ( sc != oc ) {
226 asc->a_vals[0].bv_val, oc->soc_cname.bv_val );
238 sc = oc;
327 /* check that the entry has required attrs for each oc */
594 ObjectClass *oc = socs[i]; local
637 ObjectClass *oc, **socs; local
    [all...]
schemaparse.c 191 LDAPObjectClass *oc; local
196 oc = ldap_str2objectclass(line, &code, &err, LDAP_SCHEMA_ALLOW_ALL );
197 if ( !oc ) {
206 if ( oc->oc_oid == NULL ) {
216 code = oc_add( oc, 1, soc, prev, &err );
228 ldap_objectclass_free( oc );
231 ldap_memfree( oc );
schema_prep.c 98 ObjectClass *oc; local
102 oc = oc_bvfind( in );
103 if( oc == NULL ) return LDAP_INVALID_SYNTAX;
105 ber_dupbv_x( out, &oc->soc_cname, ctx );
185 ObjectClass *oc = oc_bvfind( value ); local
199 if ( oc == NULL ) {
204 *matchp = ( asserted != oc );
218 ObjectClass *oc = oc_bvfind( value ); local
232 if ( oc == NULL ) {
238 *matchp = ( asserted != oc );
275 ObjectClass *oc = socs[i]; local
1315 LDAPObjectClass *oc; local
    [all...]
ad.c 544 ObjectClass *oc; local
618 oc = oc_bvfind( &ocname );
619 if ( oc && attrs->an_name.bv_val[0] == '!' ) {
627 oc = oc_bvfind( &attrs->an_name );
629 attrs->an_oc = oc;
633 oc = attrs->an_oc;
634 if( oc != NULL ) {
636 if ( oc == slap_schema.si_oc_extensibleObject ) {
641 if( oc->soc_required ) {
645 for ( i = 0; oc->soc_required[i] != NULL; i++ )
1067 ObjectClass *oc; local
    [all...]
  /src/sys/stand/efiboot/
bootmenu.c 111 char input[80], *ic, *oc; local
116 oc = input;
119 *oc++ = *ic;
123 oc--;
124 for (; *oc == ' ' && oc > input; oc--);
125 *++oc = '\0';
  /src/external/bsd/openldap/dist/contrib/ldapc++/src/
LDAPObjClass.cpp 23 LDAPObjClass::LDAPObjClass (const LDAPObjClass &oc){
27 oid = oc.oid;
28 desc = oc.desc;
29 names = oc.names;
30 must = oc.must;
31 may = oc.may;
32 kind = oc.kind;
33 sup = oc.sup;
LDAPSchema.h 47 * @param oc description of one objectclass (string returned by search
52 void setObjectClasses (const StringList &oc);
LDAPSchema.cpp 33 LDAPObjClass oc ( (*i) );
34 StringList names = oc.getNames();
42 object_classes [lc_name] = LDAPObjClass (oc);
  /src/external/mpl/dhcp/dist/server/
dhcpd.c 1125 struct option_cache *oc; local
1141 oc = lookup_option(&server_universe, options, SV_LEASE_FILE_NAME);
1142 if (oc &&
1144 &global_scope, oc, MDL)) {
1154 oc = lookup_option(&server_universe, options, SV_PID_FILE_NAME);
1155 if (oc &&
1157 &global_scope, oc, MDL)) {
1173 oc = lookup_option(&server_universe, options,
1175 if (oc &&
1177 &global_scope, oc, MDL))
    [all...]
dhcp.c 104 struct option_cache *oc; local
200 oc = lookup_option (&dhcp_universe, packet -> options,
202 if (!oc)
211 &global_scope, oc, MDL))
246 if ((oc = lookup_option (&dhcp_universe, packet -> options,
248 if (!oc -> expression)
249 ms_nulltp = oc->flags & OPTION_HAD_NULLS;
467 struct option_cache *oc; local
477 oc = lookup_option (&dhcp_universe, packet -> options,
480 if (oc &
787 struct option_cache *oc; local
948 struct option_cache *oc; local
1097 struct option_cache *oc; local
1798 struct option_cache *oc = (struct option_cache *)0; local
2038 struct option_cache *oc; local
2192 struct option_cache *oc; local
3619 struct option_cache *oc = NULL; local
4193 struct option_cache *oc; local
5214 struct option_cache *oc; local
5337 struct option_cache *oc; local
5441 struct option_cache *oc = NULL; local
5693 struct option_cache *oc = NULL; local
5779 struct option_cache* oc = NULL; local
    [all...]
bootp.c 56 struct option_cache *oc; local
184 if ((oc = lookup_option (&server_universe, options, SV_ALLOW_BOOTP)) &&
188 &lease->scope, oc, MDL)) {
194 if ((oc = lookup_option(&server_universe,
199 &lease->scope, oc, MDL)) {
232 oc = (struct option_cache *)0;
235 if (option_cache_allocate (&oc, MDL)) {
237 (&oc -> expression,
241 option_code_hash_lookup(&oc->option,
245 options, oc);
    [all...]
ddns.c 114 struct option_cache *oc; local
198 if (!(oc = lookup_option(&server_universe, options,
202 oc, MDL)) {
206 if (!(oc = lookup_option (&fqdn_universe, packet -> options,
210 options, scope, oc, MDL))
214 if (!(oc = lookup_option (&fqdn_universe, packet -> options,
217 if (!(oc = lookup_option (&fqdn_universe, packet -> options,
221 options, scope, oc, MDL))
231 if ((oc = lookup_option (&server_universe, options,
235 options, scope, oc, MDL))
2273 struct option_cache *oc = NULL; local
    [all...]
dhcpv6.c 125 struct option_cache *oc,
410 struct option_cache *oc; local
423 oc = lookup_option(&dhcpv6_universe, opt_state, D6O_SERVERID);
424 if (oc == NULL) {
430 oc, MDL)) {
541 struct option_cache *oc; local
550 oc = lookup_option(&dhcpv6_universe, packet->options, D6O_CLIENTID);
551 if (oc == NULL) {
557 &global_scope, oc, MDL)) {
574 struct option_cache *oc; local
666 struct option_cache *oc; local
748 struct option_cache *oc; local
1101 struct option_cache *oc; local
1773 struct option_cache *oc; local
2000 struct option_cache *oc; local
2462 struct option_cache *oc; local
2838 struct option_cache *oc; local
3216 struct option_cache* oc = NULL; local
3291 struct option_cache* oc = NULL; local
3726 struct option_cache *oc; local
4076 struct option_cache *oc; local
4502 struct option_cache *oc; local
5001 struct option_cache *oc; local
5504 struct option_cache *ia, *ta, *oc; local
5869 struct option_cache *oc; local
6378 struct option_cache *oc; local
6689 struct option_cache *oc; local
7027 struct option_cache *oc; local
7348 struct option_cache *oc; local
8191 struct option_cache *oc = NULL; local
8307 struct option_cache *oc = NULL; local
8428 struct option_cache *oc; local
8585 struct option_cache *oc = NULL; local
    [all...]
dhcpleasequery.c 153 struct option_cache *oc; local
240 oc = lookup_option(&server_universe, options, SV_LEASEQUERY);
241 if (oc != NULL) {
244 options, &global_scope, oc, MDL);
629 oc = lookup_option(&dhcp_universe, options,
631 if (oc != NULL) {
639 oc,
783 struct option_cache *oc; local
792 oc = lookup_option(&dhcpv6_universe, packet->options, D6O_LQ_QUERY);
793 if (oc == NULL)
814 struct option_cache *oc; local
923 struct option_cache *oc; local
1071 struct option_cache *oc; local
    [all...]
  /src/sys/arch/i386/stand/lib/
bootmenu.c 112 char input[80], *ic, *oc; local
117 oc = input;
120 *oc++ = *ic;
124 oc--;
125 for (; *oc == ' ' && oc > input; oc--);
126 *++oc = '\0';
  /src/external/bsd/atf/dist/atf-sh/
atf-check.cpp 603 run_output_check(const output_check oc, const atf::fs::path& path,
608 if (oc.type == oc_empty) {
610 if (!oc.negated && !is_empty) {
614 } else if (oc.negated && is_empty) {
619 } else if (oc.type == oc_file) {
620 const bool equals = compare_files(path, atf::fs::path(oc.value));
621 if (!oc.negated && !equals) {
624 print_diff(atf::fs::path(oc.value), path);
626 } else if (oc.negated && equals) {
628 cat_file(atf::fs::path(oc.value))
    [all...]
  /src/external/bsd/openldap/dist/tests/data/
slapd-nis-provider.conf 17 include @SCHEMADIR@/others_nis.oc.conf
19 include @SCHEMADIR@/nis.oc.conf
21 include @SCHEMADIR@/internet_mail.oc.conf
  /src/external/mpl/dhcp/dist/tests/
t_api_dhcp.c 48 parse_allow_deny(struct option_cache **oc, struct parse *p, int i) {
  /src/external/bsd/openldap/dist/libraries/libldap/
schema.c 75 ldap_objectclass2name( LDAPObjectClass * oc )
77 if (!oc) return NULL;
78 return( choose_name( oc->oc_names, oc->oc_oid ) );
551 ldap_objectclass2str( LDAPObjectClass * oc )
554 if (ldap_objectclass2bv( oc, &bv ))
561 ldap_objectclass2bv( LDAPObjectClass * oc, struct berval *bv )
565 if ( !oc || !bv )
575 print_numericoid(ss, oc->oc_oid);
578 if ( oc->oc_names )
2452 LDAPObjectClass * oc; local
    [all...]
  /src/external/mpl/dhcp/dist/common/
options.c 900 vsio_options(struct option_cache *oc,
916 &global_scope, oc, MDL)) {
920 vs->buf[vs->bufpos++] = oc->option->code;
923 oc->option->code);
927 oc->option->code);
945 oc->option->code, universe->name);
950 oc->option->code, universe->name);
1064 struct option_cache *oc; local
1101 oc = lookup_option(&dhcpv6_universe,
1103 if (oc == NULL)
1263 struct option_cache *oc; local
2305 struct option_cache *oc; local
2340 struct option_cache *oc; local
2376 struct option_cache *oc, *noc; local
3414 struct option_cache *oc = (struct option_cache *)(ocp -> car); local
3568 struct option_cache *oc; local
3816 struct option_cache *oc; local
3892 pair oc; local
3950 pair oc; local
4452 struct option_cache *oc; local
4507 struct option_cache *oc = NULL; local
4581 struct option_cache *oc = NULL; local
    [all...]
  /src/external/bsd/openldap/dist/contrib/ldapc++/examples/
readSchema.cpp 49 const LDAPAttribute* oc = entry->getAttributes()->getAttributeByName("objectClasses"); local
51 schema.setObjectClasses((oc->getValues()));

Completed in 34 milliseconds

1 2 3 4 5 6 7 8