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

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Filter/
H A DSimple.pm12 @EXPORT = qw( FILTER FILTER_ONLY );
16 if (@_>1) { shift; goto &FILTER }
20 sub FILTER (&;$) { subroutine
234 FILTER { ... };
371 calls C<FILTER { ... }>.
376 C<FILTER>, process the contents of $_ to change the source code in
386 FILTER {
411 or C<FILTER> (just remember: there's I<no> comma after the initial block when
412 you use C<FILTER>).
430 FILTER {
[all...]
/osnet-11/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
H A Dldap_principal.h60 /* #define FILTER "(&(objectclass=krbprincipalaux)(krbprincipalname=" */
61 #define FILTER "(&(|(objectclass=krbprincipalaux)(objectclass=krbprincipal))(krbprincipalname=" macro

Completed in 21 milliseconds