Home
last modified time | relevance | path

Searched defs:oc (Results 1 – 25 of 143) sorted by relevance

123456

/netbsd-src/external/bsd/openldap/dist/servers/slapd/
H A Doc.c64 ObjectClass *oc, in is_entry_objectclass()
210 ObjectClass *oc = oc_bvfind( ocname ); in oc_bvfind_undef() local
404 oc_delete_names( ObjectClass *oc ) in oc_delete_names()
427 oc_delete( ObjectClass *oc ) in oc_delete()
491 oc_start( ObjectClass **oc ) in oc_start()
501 oc_next( ObjectClass **oc ) in oc_next()
718 LDAPObjectClass *oc, in oc_add()
831 ObjectClass *oc; in oc_unparse() local
889 ObjectClass *oc; in oc_schema_info() local
918 LDAPObjectClass *oc; in register_oc() local
H A Dschema_prep.c98 ObjectClass *oc; in objectClassPretty() local
185 ObjectClass *oc = oc_bvfind( value ); in objectClassMatch() local
218 ObjectClass *oc = oc_bvfind( value ); in objectSubClassMatch() local
275 ObjectClass *oc = socs[i]; in objectSubClassIndexer() local
1315 LDAPObjectClass *oc; in slap_schema_load() local
1393 ObjectClass *oc, in rootDseObjectClass()
1414 ObjectClass *oc, in aliasObjectClass()
1433 ObjectClass *oc, in referralObjectClass()
1452 ObjectClass *oc, in subentryObjectClass()
1479 ObjectClass *oc, in dynamicObjectClass()
H A Dschema_check.c62 ObjectClass *sc, *oc, **socs = NULL; in entry_schema_check() local
512 ObjectClass *oc, in oc_check_required()
594 ObjectClass *oc = socs[i]; in oc_check_allowed() local
637 ObjectClass *oc, **socs; in structural_class() local
H A Dfrontend.c55 ObjectClass *oc, in fe_entry_get_rw()
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/rt/
H A Dcast_.d45 ClassInfo oc = typeid(o); in _d_toObject() local
91 int _d_isbaseof2(scope ClassInfo oc, scope const ClassInfo c, scope ref size_t offset) @safe in _d_isbaseof2()
118 int _d_isbaseof(scope ClassInfo oc, scope const ClassInfo c) @safe in _d_isbaseof()
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/rt/
H A Dcast_.d31 ClassInfo oc = typeid(o); in _d_toObject() local
77 int _d_isbaseof2(ClassInfo oc, ClassInfo c, ref size_t offset) in _d_isbaseof2()
104 int _d_isbaseof(ClassInfo oc, ClassInfo c) in _d_isbaseof()
/netbsd-src/external/mpl/dhcp/dist/server/
H A Ddhcp.c104 struct option_cache *oc; in dhcp() local
467 struct option_cache *oc; local
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; in do_ping_check() local
4193 struct option_cache *oc; in find_lease() local
[all …]
H A Ddhcpleasequery.c153 struct option_cache *oc; in dhcpleasequery() local
783 struct option_cache *oc; in get_lq_query() local
814 struct option_cache *oc; in valid_query_msg() local
923 struct option_cache *oc; in process_lq_by_address() local
1071 struct option_cache *oc; in dhcpv6_leasequery() local
H A Ddhcpv6.c410 struct option_cache *oc; in set_server_duid_from_option() local
541 struct option_cache *oc; in get_client_id() local
574 struct option_cache *oc; in valid_client_msg() local
666 struct option_cache *oc; in valid_client_resp() local
748 struct option_cache *oc; in valid_client_info_req() local
916 struct option_cache *oc, in get_encapsulated_IA_state()
1101 struct option_cache *oc; in start_reply() local
1773 struct option_cache *oc; in lease_to_client() local
2000 struct option_cache *oc; in reply_process_ia_na() local
2462 struct option_cache *oc; local
[all …]
H A Dbootp.c56 struct option_cache *oc; local
/netbsd-src/external/mpl/dhcp/dist/client/
H A Dclparse.c1230 struct option_cache *oc; local
1614 struct option_cache *oc = NULL; in parse_client6_ia_na_statement() local
1742 struct option_cache *oc = NULL; in parse_client6_ia_ta_statement() local
1850 struct option_cache *oc = NULL; in parse_client6_ia_pd_statement() local
1977 struct option_cache *oc = NULL; in parse_client6_iaaddr_statement() local
2085 struct option_cache *oc = NULL; in parse_client6_iaprefix_statement() local
2302 int parse_allow_deny (oc, cfile, flag) in parse_allow_deny() argument
H A Ddhclient.c1336 struct option_cache *oc; local
1541 struct option_cache *oc; local
1808 struct option_cache *oc; local
2057 struct option_cache *oc; in forw_dhcpv4_response() local
2360 struct option_cache *oc; local
3278 struct option_cache *oc; in forw_dhcpv4_query() local
3353 struct option_cache *oc; in make_client_options() local
3566 struct option_cache *oc; local
3654 struct option_cache *oc; local
3713 struct option_cache *oc; local
[all …]
H A Ddhc6.c425 struct option_cache *oc; in valid_reply() local
595 struct option_cache *oc; in dhc6_leaseify() local
714 struct option_cache *oc; in dhc6_parse_ia_na() local
839 struct option_cache *oc; in dhc6_parse_ia_ta() local
941 struct option_cache *oc; in dhc6_parse_ia_pd() local
1063 struct option_cache *oc; in dhc6_parse_addrs() local
1177 struct option_cache *oc; in dhc6_parse_prefixes() local
2527 struct option_cache *oc; in dhc6_get_status_code() local
5189 struct option_cache *oc; in do_refresh6() local
5593 struct option_cache *oc; in dhc6_check_irt() local
[all …]
/netbsd-src/external/mpl/dhcp/dist/common/
H A Doptions.c897 vsio_options(struct option_cache * oc,struct packet * packet,struct lease * dummy_lease,struct client_state * dummy_client_state,struct option_state * dummy_opt_state,struct option_state * opt_state,struct binding_scope ** dummy_binding_scope,struct universe * universe,void * void_vsio_state) vsio_options() argument
1061 struct option_cache *oc; store_options6() local
1260 struct option_cache *oc; store_options() local
1699 format_min_length(format,oc) format_min_length() argument
2302 struct option_cache *oc; global() local
2337 struct option_cache *oc; global() local
2373 struct option_cache *oc, *noc; global() local
2697 collect_oro(struct option_cache * oc,struct packet * dummy_packet,struct lease * dummy_lease,struct client_state * dummy_client_state,struct option_state * dummy_opt_state,struct option_state * opt_state,struct binding_scope ** dummy_binding_scope,struct universe * dummy_universe,void * void_oro) collect_oro() argument
2783 save_option(struct universe * universe,struct option_state * options,struct option_cache * oc) save_option() argument
2794 also_save_option(struct universe * universe,struct option_state * options,struct option_cache * oc) also_save_option() argument
2804 save_hashed_option(struct universe * universe,struct option_state * options,struct option_cache * oc,isc_boolean_t appendp) save_hashed_option() argument
3059 store_option(struct data_string * result,struct universe * universe,struct packet * packet,struct lease * lease,struct client_state * client_state,struct option_state * in_options,struct option_state * cfg_options,struct binding_scope ** scope,struct option_cache * oc) store_option() argument
3411 struct option_cache *oc = (struct option_cache *)(ocp -> car); global() local
3510 save_fqdn6_option(struct universe * universe,struct option_state * options,struct option_cache * oc,isc_boolean_t appendp) save_fqdn6_option() argument
3565 struct option_cache *oc; fqdn6_option_space_encapsulate() local
3785 suboption_foreach(struct packet * packet,struct lease * lease,struct client_state * client_state,struct option_state * in_options,struct option_state * cfg_options,struct binding_scope ** scope,struct universe * u,void * stuff,void (* func)(struct option_cache *,struct packet *,struct lease *,struct client_state *,struct option_state *,struct option_state *,struct binding_scope **,struct universe *,void *),struct option_cache * oc,const char * vsname) suboption_foreach() argument
3813 struct option_cache *oc; hashed_option_space_foreach() local
3834 save_linked_option(struct universe * universe,struct option_state * options,struct option_cache * oc,isc_boolean_t appendp) save_linked_option() argument
3889 pair oc; global() local
3947 pair oc; global() local
4449 struct option_cache *oc; add_option() local
4504 struct option_cache *oc = NULL; validate_packet() local
4578 struct option_cache *oc = NULL; global() local
[all...]
/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/allowed/
H A Dallowed.c149 aa_add_oc( ObjectClass *oc, ObjectClass ***ocpp, AttributeType ***atpp ) in aa_add_oc()
251 ObjectClass *oc = oc_bvfind( v ); in aa_operational() local
342 ObjectClass *oc; in aa_operational() local
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-ldap/
H A Dsearch.c51 ObjectClass *oc = oc_bvfind( ocname ); in oc_bvfind_undef_ex() local
815 ObjectClass *oc; in ldap_build_entry() local
927 ObjectClass *oc, in ldap_back_entry_get()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-sql/
H A Dadd.c271 backsql_oc_map_rec *oc, in backsql_modify_internal()
728 backsql_oc_map_rec *oc, in backsql_add_attr()
907 backsql_oc_map_rec *oc = NULL; in backsql_add() local
H A Dmodify.c42 backsql_oc_map_rec *oc = NULL; in backsql_modify() local
H A Dsearch.c59 #define SQL_TO_PAGECOOKIE(id, oc) (((id) << 6 ) | ((oc) & 0x3F)) argument
818 ObjectClass *oc = oc_bvfind( &f->f_av_value ); in backsql_process_filter() local
1652 backsql_oc_map_rec *oc = v_oc; in backsql_oc_get_candidates() local
2570 ObjectClass *oc, in backsql_entry_get()
H A Dmodrdn.c47 backsql_oc_map_rec *oc = NULL; in backsql_modrdn() local
/netbsd-src/external/bsd/openldap/dist/contrib/ldapc++/examples/
H A DreadSchema.cpp49 … const LDAPAttribute* oc = entry->getAttributes()->getAttributeByName("objectClasses"); in main() local
/netbsd-src/sys/arch/zaurus/stand/zboot/
H A Dbootmenu.c73 char input[80], *ic, *oc; in doboottypemenu() local
/netbsd-src/sys/arch/i386/stand/lib/
H A Dbootmenu.c106 char input[80], *ic, *oc; docommandchoice() local
/netbsd-src/sys/stand/efiboot/
H A Dbootmenu.c111 char input[80], *ic, *oc; in docommandchoice() local
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-ndb/
H A Dndbio.cpp51 NdbOcInfo *oc = (NdbOcInfo *)v2; in ndb_oc_dup_err() local
118 ObjectClass *oc; in ndb_ai_check() local
248 ObjectClass *oc; in ndb_oc_read() local
344 ObjectClass *oc; in ndb_oc_list() local
1333 NdbRecAttr *eid[NDB_MAX_RDNS], *oc[NDB_MAX_RDNS]; in ndb_entry_get_info() local
1553 ObjectClass *oc, in ndb_entry_get()

123456