Home
last modified time | relevance | path

Searched refs:lookup_object (Results 1 – 5 of 5) sorted by relevance

/openbsd/src/usr.sbin/ldapd/
Dschema.h169 struct object *lookup_object(struct schema *schema, char *oid_or_name);
Dschema.c119 lookup_object(struct schema *schema, char *oid_or_name) in lookup_object() function
633 if ((obj = lookup_object(schema, kw)) == NULL) { in schema_parse_objlist()
656 if ((obj = lookup_object(schema, kw)) == NULL) in schema_parse_objlist()
Dvalidate.c321 if ((obj = lookup_object(conf->schema, s)) == NULL) { in validate_entry()
/openbsd/src/gnu/gcc/gcc/objc/
Dobjc-act.c6469 tree lookup_object, tree selector, in build_objc_method_call() argument
6495 lookup_object = build_c_cast (rcv_p, lookup_object); in build_objc_method_call()
6498 lookup_object = save_expr (lookup_object); in build_objc_method_call()
6514 method_params = tree_cons (NULL_TREE, lookup_object, in build_objc_method_call()
6527 object = (super_flag ? self_decl : lookup_object); in build_objc_method_call()
6530 t = tree_cons (NULL_TREE, lookup_object, t); in build_objc_method_call()
6541 t = build3 (OBJ_TYPE_REF, sender_cast, method, lookup_object, size_zero_node); in build_objc_method_call()
/openbsd/src/gnu/usr.bin/gcc/gcc/objc/
Dobjc-act.c5159 build_objc_method_call (super_flag, method_prototype, lookup_object, object, in build_objc_method_call() argument
5162 tree method_prototype, lookup_object, object, selector, method_params;
5174 method_params = tree_cons (NULL_TREE, lookup_object,
5203 method_params = tree_cons (NULL_TREE, lookup_object,
5226 lookup_object = build_c_cast (rcv_p, lookup_object);
5231 tree_cons (NULL_TREE, lookup_object,