Searched refs:FILTER (Results 1 - 9 of 9) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/lib/Filter/Simple/
H A DExportTest.pm8 FILTER { s/not// };
H A DFilterTest.pm5 FILTER {
H A DImportTest.pm16 FILTER { s/not // };
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Bin/
H A Derrinfo59 $FILTER = "";
69 $FILTER = "&& execname == \"$opt_n\"" if defined $opt_n;
70 $FILTER = "&& pid == $opt_p" if defined $opt_p;
91 /errno != 0 && pid != \$pid $FILTER/
105 /errno != 0 && pid != \$pid $FILTER/
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/
H A Derrinfo59 $FILTER = "";
69 $FILTER = "&& execname == \"$opt_n\"" if defined $opt_n;
70 $FILTER = "&& pid == $opt_p" if defined $opt_p;
91 /errno != 0 && pid != \$pid $FILTER/
105 /errno != 0 && pid != \$pid $FILTER/
/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
H A Dldap_principal.c190 if (asprintf(&filter, FILTER"%s))", match_expr) < 0)
H A Dldap_principal2.c153 princlen = strlen(FILTER) + strlen(filtuser) + 2 + 1; /* 2 for closing brackets */
158 snprintf(filter, princlen, FILTER"%s))", filtuser);
590 princlen = strlen(FILTER) + strlen(user) + 2 + 1; /* 2 for closing brackets */
595 snprintf(filter, princlen, FILTER"%s))", user);

Completed in 62 milliseconds