Searched defs:Attribute (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Attribute/
H A DHandlers.pm1 package Attribute::Handlers;
51 return unless $class eq "Attribute::Handlers";
106 croak "Attribute handler '$2' doesn't handle $1 attributes";
168 *{"Attribute::Handlers::UNIVERSAL::MODIFY_${_}_ATTRIBUTES"} =
170 push @UNIVERSAL::ISA, 'Attribute::Handlers::UNIVERSAL'
171 unless grep /^Attribute::Handlers::UNIVERSAL$/, @UNIVERSAL::ISA;
218 Attribute::Handlers - Simpler definition of attribute handlers
222 This document describes version 0.78 of Attribute::Handlers,
229 use Attribute::Handlers;
281 use Attribute
[all...]
/osnet-11/usr/src/lib/libldap4/include/
H A Dentry.h27 } Attribute; typedef in typeref:struct:attr
62 #define ATTR_OPT_NAMING 0x10 /* Naming Attribute */
79 Attribute *e_attrs; /* list of attributes + values */
168 void attr_free( Attribute *a );
176 Attribute ***a
184 Attribute *attr_find(
185 Attribute *a,
190 Attribute **attrs,
209 int attr_cmp(Attribute *attr1, Attribute *attr
[all...]

Completed in 19 milliseconds