Searched refs:objclass (Results 1 - 5 of 5) sorted by relevance

/openbsd-current/games/hack/
H A Ddef.objclass.h1 /* $OpenBSD: def.objclass.h,v 1.4 2003/03/16 21:22:35 camield Exp $*/
2 /* $NetBSD: def.objclass.h,v 1.3 1995/03/23 08:29:34 cgd Exp $*/
67 struct objclass { struct
95 extern struct objclass objects[];
H A Ddef.objects.h66 struct objclass objects[] = {
H A Dhack.eat.c167 struct objclass *ftmp;
H A Dhack.objnam.c104 struct objclass *ocl = &objects[otyp];
/openbsd-current/usr.sbin/ldapd/
H A Dvalidate.c290 struct ber_element *objclass, *a, *vals; local
301 objclass = ldap_get_attribute(entry, "objectClass");
302 if (objclass == NULL) {
313 objclass = objclass->be_next; /* skip attribute description */
314 for (a = objclass->be_sub; a != NULL; a = a->be_next) {

Completed in 122 milliseconds