Home
last modified time | relevance | path

Searched refs:FILTER (Results 1 – 25 of 86) sorted by relevance

1234

/netbsd-src/external/bsd/openldap/dist/tests/scripts/
H A Dtest031-component-filter88 FILTER="(userCertificate:componentFilterMatch:=item:{ component \"toBeSigned.serialNumber\", rule a…
89 echo " f=$FILTER ..."
90 echo "# f=$FILTER ..." >> $SEARCHOUT
92 "$FILTER" >> $SEARCHOUT 2>&1
101 FILTER="(userCertificate:componentFilterMatch:=item:{ component \"toBeSigned.version\", rule allCom…
102 echo " f=$FILTER ..."
103 echo "# f=$FILTER ..." >> $SEARCHOUT
105 "$FILTER" >> $SEARCHOUT 2>&1
114 FILTER="(userCertificate:componentFilterMatch:=item:{ component \"toBeSigned.issuer.rdnSequence.1.1…
115 echo " f=$FILTER ..."
[all …]
H A Dtest020-proxycache139 FILTER="(sn=Jon)"
140 echo "Query $CNT: filter:$FILTER attrs:all (expect nothing)"
141 echo "# Query $CNT: filter:$FILTER attrs:all (expect nothing)" >> $SEARCHOUT
143 "$FILTER" >> $SEARCHOUT 2>> $TESTOUT
161 FILTER="(|(cn=*Jon*)(sn=Jon*))"
163 echo "Query $CNT: filter:$FILTER attrs:$ATTRS"
164 echo "# Query $CNT: filter:$FILTER attrs:$ATTRS" >> $SEARCHOUT
166 "$FILTER" $ATTRS >> $SEARCHOUT 2>> $TESTOUT
175 FILTER="(sn=Smith*)"
177 echo "Query $CNT: filter:$FILTER attrs:$ATTRS"
[all …]
H A Dtest015-xsearch140 FILTER="(:dn:caseIgnoreIA5Match:=example)"
141 echo " f=$FILTER ..."
142 echo "# f=$FILTER ..." >> $SEARCHOUT
144 "$FILTER" >> $SEARCHOUT 2>&1
153 FILTER="(:dn:caseExactMatch:=Information Technology Division)"
154 echo " f=$FILTER ..."
155 echo "# f=$FILTER ..." >> $SEARCHOUT
157 "$FILTER" >> $SEARCHOUT 2>&1
160 FILTER="(:dn:caseIgnoreSubstringsMatch:=Information Technology Division)"
161 echo " f=$FILTER ..."
[all …]
H A Drelay255 FILTER="(objectClass=referral)"
256 echo "Searching filter=\"$FILTER\""
258 echo "# searching filter=\"$FILTER\"" >> $SEARCHOUT
264 $LDAPSEARCH -S '' -H $URI1 -b "$BASEDN" -M "$FILTER" '*' ref \
276 $LDAPSEARCH -S '' -H $URI1 -b "$BASEDN" -M "$FILTER" '*' ref \
288 $LDAPSEARCH -S '' -H $URI1 -b "$BASEDN" -M "$FILTER" '*' ref \
298 FILTER="(seeAlso=cn=all staff,ou=Groups,$BASEDN)"
299 echo "Searching filter=\"$FILTER\""
302 echo "# searching filter=\"$FILTER\"" >> $SEARCHOUT
305 $LDAPSEARCH -S '' -H $URI1 -b "$BASEDN" "$FILTER" seeAlso \
[all …]
H A Dtest073-asyncmeta333 $LDAPSEARCH -S "" -H $URI3 -b "$BASEDN" -M "$FILTER" '*' ref \
357 FILTER="(seeAlso=cn=all staff,ou=Groups,$BASEDN)"
358 echo "Searching filter=\"$FILTER\""
361 echo "# searching filter=\"$FILTER\"" >> $SEARCHOUT
364 $LDAPSEARCH -S "" -H $URI3 -b "$BASEDN" "$FILTER" seeAlso \
387 FILTER="(uid=example)"
388 echo "Searching filter=\"$FILTER\""
391 echo "# searching filter=\"$FILTER\"" >> $SEARCHOUT
394 $LDAPSEARCH -S "" -H $URI3 -b "$BASEDN" "$FILTER" uid \
417 FILTER="(member=cn=Another Added Group,ou=Groups,$BASEDN)"
[all …]
H A Dtest047-ldap333 $LDAPSEARCH -S "" -H $URI3 -b "$BASEDN" -M "$FILTER" '*' ref \
357 FILTER="(seeAlso=cn=all staff,ou=Groups,$BASEDN)"
358 echo "Searching filter=\"$FILTER\""
361 echo "# searching filter=\"$FILTER\"" >> $SEARCHOUT
364 $LDAPSEARCH -S "" -H $URI3 -b "$BASEDN" "$FILTER" seeAlso \
387 FILTER="(uid=example)"
388 echo "Searching filter=\"$FILTER\""
391 echo "# searching filter=\"$FILTER\"" >> $SEARCHOUT
394 $LDAPSEARCH -S "" -H $URI3 -b "$BASEDN" "$FILTER" uid \
417 FILTER="(member=cn=Another Added Group,ou=Groups,$BASEDN)"
[all …]
H A Dtest035-meta333 $LDAPSEARCH -S "" -H $URI3 -b "$BASEDN" -M "$FILTER" '*' ref \
357 FILTER="(seeAlso=cn=all staff,ou=Groups,$BASEDN)"
358 echo "Searching filter=\"$FILTER\""
361 echo "# searching filter=\"$FILTER\"" >> $SEARCHOUT
364 $LDAPSEARCH -S "" -H $URI3 -b "$BASEDN" "$FILTER" seeAlso \
387 FILTER="(uid=example)"
388 echo "Searching filter=\"$FILTER\""
391 echo "# searching filter=\"$FILTER\"" >> $SEARCHOUT
394 $LDAPSEARCH -S "" -H $URI3 -b "$BASEDN" "$FILTER" uid \
417 FILTER="(member=cn=Another Added Group,ou=Groups,$BASEDN)"
[all …]
H A Dtest042-valsort69 FILTER="objectClass=*"
71 "$FILTER" > $SEARCHOUT 2>&1
119 "$FILTER" > $SEARCHOUT 2>&1
201 "$FILTER" > $SEARCHOUT 2>&1
/netbsd-src/external/cddl/dtracetoolkit/dist/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/
/netbsd-src/external/cddl/dtracetoolkit/dist/
H A Derrinfo59 $FILTER = "";
69 $FILTER = "&& execname == \"$opt_n\"" if defined $opt_n;
70 $FILTER = "&& pid == $opt_p" if defined $opt_p;
/netbsd-src/external/gpl2/lvm2/dist/scripts/
H A Dvgimportclone.sh239 FILTER="\"a|^${BLOCK}$|\", ${FILTER}"
241 export FILTER="filter=[ ${FILTER} \"r|.*|\" ]"
/netbsd-src/external/gpl3/gcc.old/dist/maintainer-scripts/
H A Dupdate_web_docs_libstdcxx_git20 FILTER="newer or same age version exists|0 blocks"
39 find . -depth -print | cpio -pd $WWWDIR 2>&1 | egrep -v "$FILTER"
H A Dupdate_web_docs_libstdcxx_svn22 FILTER="newer or same age version exists|0 blocks"
42 find . -depth -print | cpio -pd $WWWDIR 2>&1 | egrep -v "$FILTER"
/netbsd-src/external/gpl3/gcc/dist/maintainer-scripts/
H A Dupdate_web_docs_libstdcxx_git20 FILTER="newer or same age version exists|0 blocks"
39 find . -depth -print | cpio -pd $WWWDIR 2>&1 | egrep -v "$FILTER"
/netbsd-src/external/apache2/llvm/dist/llvm/cmake/modules/
H A DGetLibraryName.cmake6 list(FILTER prefixes EXCLUDE REGEX "^\\s*$")
7 list(FILTER suffixes EXCLUDE REGEX "^\\s*$")
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-shlib/
H A DCMakeLists.txt27 # FIXME: We could use list(FILTER) with cmake >= 3.6
29 # $<FILTER:list,INCLUDE|EXCLUDE,regex>
/netbsd-src/external/ibm-public/postfix/dist/src/smtpd/
H A Dsmtpd_check.ref417 … access table hash:./smtpd_check_access entry "filter@filter.domain" has FILTER entry without value
23 …host[127.0.0.1]: <filtertexttext@filter.domain>: Sender address triggers FILTER text:text; from=<f…
/netbsd-src/external/ibm-public/postfix/dist/
H A DRELEASE_NOTES-2.755 [Feature 20100117] The FILTER action in access maps or header/body_checks
61 This is implemented by specifying FILTER actions with empty next-hop
104 has changed (for example, "content_filter = foo:" or "FILTER foo:").
118 [Feature 20100117] The FILTER action in access maps or header/body_checks
124 This is implemented by specifying FILTER actions with empty next-hop
/netbsd-src/usr.sbin/altq/altqstat/
H A Dquip_client.c104 enum nametype { INTERFACE, CLASS, FILTER, CONDITIONER }; enumerator
495 type = FILTER; in quip_printconfig()
507 case FILTER: in quip_printconfig()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/scripts/
H A Dcheck_lint.sh49 FILTER=$1
52 ${CPPLINT} --filter=${FILTER} "$@" 2>$TASK_LOG
/netbsd-src/external/ibm-public/postfix/dist/src/cleanup/
H A Dcleanup_milter.reg14b1 /./ FILTER transport:nexthop:port
H A Dcleanup_milter.reg15b1 /./ FILTER transport:nexthop:port
H A Dcleanup_milter.in15i4 # Test the CLEANUP_STAT_CONT flag. The first header triggers FILTER,
/netbsd-src/external/bsd/flex/dist/examples/manual/
H A DChangeLog3 * Removed FILTER/ subdirectory.
/netbsd-src/external/gpl2/gettext/dist/gettext-runtime/po/
H A Dde.po49 # FILTER - FILTER
50 # FILTER-OPTION - FILTER-OPTION

1234