| /src/external/bsd/openldap/dist/tests/scripts/ |
| test031-component-filter | 85 echo "Testing Component Filter Match RFC3687 Certificate searching:" 86 echo "# Testing Component Filter Match RFC3687 Certificate searching:" >> $SEARCHOUT 88 FILTER="(userCertificate:componentFilterMatch:=item:{ component \"toBeSigned.serialNumber\", rule allComponentsMatch, value 0 })" 89 echo " f=$FILTER ..." 90 echo "# f=$FILTER ..." >> $SEARCHOUT 92 "$FILTER" >> $SEARCHOUT 2>&1 101 FILTER="(userCertificate:componentFilterMatch:=item:{ component \"toBeSigned.version\", rule allComponentsMatch, value 2 })" 102 echo " f=$FILTER ..." 103 echo "# f=$FILTER ..." >> $SEARCHOUT 105 "$FILTER" >> $SEARCHOUT 2>& [all...] |
| test015-xsearch | 140 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...] |
| test020-proxycache | 144 FILTER="(sn=Jon)" 145 echo "Query $CNT: filter:$FILTER attrs:all (expect nothing)" 146 echo "# Query $CNT: filter:$FILTER attrs:all (expect nothing)" >> $SEARCHOUT 148 "$FILTER" >> $SEARCHOUT 2>> $TESTOUT 166 FILTER="(|(cn=*Jon*)(sn=Jon*))" 168 echo "Query $CNT: filter:$FILTER attrs:$ATTRS" 169 echo "# Query $CNT: filter:$FILTER attrs:$ATTRS" >> $SEARCHOU [all...] |
| relay | 255 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\" [all...] |
| test035-meta | 333 $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\"" [all...] |
| test047-ldap | 333 $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\"" [all...] |
| test073-asyncmeta | 333 $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\"" [all...] |
| test042-valsort | 69 FILTER="objectClass=*" 71 "$FILTER" > $SEARCHOUT 2>&1 84 echo "Comparing filter output..." 119 "$FILTER" > $SEARCHOUT 2>&1 132 echo "Comparing filter output..." 201 "$FILTER" > $SEARCHOUT 2>&1 214 echo "Comparing filter output..."
|
| /src/external/gpl3/gcc.old/dist/maintainer-scripts/ |
| update_web_docs_libstdcxx_git | 20 FILTER="newer or same age version exists|0 blocks" 39 find . -depth -print | cpio -pd $WWWDIR 2>&1 | egrep -v "$FILTER"
|
| update_web_docs_libstdcxx_svn | 22 FILTER="newer or same age version exists|0 blocks" 42 find . -depth -print | cpio -pd $WWWDIR 2>&1 | egrep -v "$FILTER"
|
| /src/external/gpl3/gcc/dist/maintainer-scripts/ |
| update_web_docs_libstdcxx_git | 20 FILTER="newer or same age version exists|0 blocks" 39 find . -depth -print | cpio -pd $WWWDIR 2>&1 | egrep -v "$FILTER"
|
| /src/external/cddl/dtracetoolkit/dist/Bin/ |
| errinfo | 59 $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/
|
| /src/external/cddl/dtracetoolkit/dist/ |
| errinfo | 59 $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/
|
| /src/external/gpl2/lvm2/dist/scripts/ |
| vgimportclone.sh | 239 FILTER="\"a|^${BLOCK}$|\", ${FILTER}" 241 export FILTER="filter=[ ${FILTER} \"r|.*|\" ]" 248 '/^[[:space:]]*filter[[:space:]]*=/{print ENVIRON["FILTER"];next} \ 258 # verify the config contains the filter, scan and cache_dir (or cache) config keywords 259 "$GREP" -q '^[[:space:]]*filter[[:space:]]*=' ${LVMCONF} || \ 260 die 5 "Temporary lvm.conf must contain 'filter' config. [all...] |
| /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/scripts/ |
| check_lint.sh | 49 FILTER=$1 52 ${CPPLINT} --filter=${FILTER} "$@" 2>$TASK_LOG
|
| /src/usr.sbin/altq/altqstat/ |
| quip_client.c | 56 * <operation> = list | handle-to-name | qdisc | filter 58 * <interface> or <class> or <filter>. 61 * <filter> = <if_name>:<class_path>/<class_name>:<filter_name> 98 * convert filter handle to filter name: 104 enum nametype { INTERFACE, CLASS, FILTER, CONDITIONER }; 434 snprintf(req, sizeof(req), "GET filter?%s::%#lx\n", ifname, handle); 439 errx(1, "can't get filter info"); 495 type = FILTER; 507 case FILTER [all...] |
| /src/external/mpl/bind/dist/bin/plugins/ |
| filter-a.c | 1 /* $NetBSD: filter-a.c,v 1.4 2026/01/29 18:36:27 christos Exp $ */ 54 * Possible values for the settings of filter-a-on-v6 and 55 * filter-a-on-v4: "no" is NONE, "yes" is FILTER, "break-dnssec" 58 typedef enum { NONE = 0, FILTER = 1, BREAK_DNSSEC = 2 } filter_a_t; 190 { "filter-a", &cfg_type_bracketed_aml, 0 }, 191 { "filter-a-on-v6", &cfg_type_filter_a, 0 }, 192 { "filter-a-on-v4", &cfg_type_filter_a, 0 }, 197 static cfg_type_t cfg_type_parameters = { "filter-a-params", cfg_parse_mapbody, 214 *dstp = FILTER; [all...] |
| filter-aaaa.c | 1 /* $NetBSD: filter-aaaa.c,v 1.12 2026/01/29 18:36:27 christos Exp $ */ 54 * Possible values for the settings of filter-aaaa-on-v4 and 55 * filter-aaaa-on-v6: "no" is NONE, "yes" is FILTER, "break-dnssec" 58 typedef enum { NONE = 0, FILTER = 1, BREAK_DNSSEC = 2 } filter_aaaa_t; 190 { "filter-aaaa", &cfg_type_bracketed_aml, 0 }, 191 { "filter-aaaa-on-v4", &cfg_type_filter_aaaa, 0 }, 192 { "filter-aaaa-on-v6", &cfg_type_filter_aaaa, 0 }, 198 "filter-aaaa-params", cfg_parse_mapbody, cfg_print_mapbody, 215 *dstp = FILTER; [all...] |
| /src/external/bsd/libarchive/dist/libarchive/ |
| archive_read_support_filter_lzop.c | 85 #define FILTER 0x0800 133 struct archive_read_filter *filter) 140 p = __archive_read_filter_ahead(filter, LZOP_HEADER_MAGIC_LEN, &avail); 178 * Initialize the filter object. 266 if (flags & FILTER) 267 p += 4; /* Skip filter */
|
| /src/external/gpl3/gcc.old/dist/gcc/fortran/ |
| dump-parse-tree.cc | 1833 if (omp_clauses->filter) 1835 fputs (" FILTER(", dumpfile); 1836 show_expr (omp_clauses->filter);
|
| /src/external/gpl3/gcc/dist/gcc/fortran/ |
| dump-parse-tree.cc | 2002 if (omp_clauses->filter) 2004 fputs (" FILTER(", dumpfile); 2005 show_expr (omp_clauses->filter);
|
| /src/external/apache2/llvm/dist/llvm/lib/TableGen/ |
| Record.cpp | 1341 case FILTER: { 1442 if (getOpcode() == FOREACH || getOpcode() == FILTER) { 1461 case FILTER: Result = "!filter"; UnquotedLHS = true; break;
|
| TGParser.cpp | 1853 /// Parse the !foreach and !filter operations. Return null on error. 1856 /// Filter ::= !foreach(ID, list, predicate) ==> list<list type> 1862 TokError("expected '(' after !foreach/!filter"); 1867 TokError("first argument of !foreach/!filter must be an identifier"); 1882 TokError("expected ',' in !foreach/!filter"); 1891 TokError("expected ',' in !foreach/!filter"); 1897 TokError("could not get type of !foreach/!filter list or dag"); 1922 TokError("!filter must have a list argument"); 1937 TokError("!filter must have a list argument"); 1958 TokError("expected ')' in !foreach/!filter"); [all...] |
| /src/external/apache2/llvm/dist/llvm/include/llvm/TableGen/ |
| Record.h | 865 enum TernaryOp : uint8_t { SUBST, FOREACH, FILTER, IF, DAG, SUBSTR, FIND };
|
| /src/external/public-domain/sqlite/dist/ |
| sqlite3.c | 9169 ** step was bypassed because a Bloom filter returned not-found. The 9171 ** times that the Bloom filter returned a find, and thus the join step 11477 ** CAPI3REF: Set a table filter on a Session Object. 11480 ** The second argument (xFilter) is the "filter callback". For changes to rows 11481 ** in tables that are not attached to the Session object, the filter is called 12339 ** The fourth argument (xFilter) passed to these functions is the "filter 12341 ** change in the changeset, the filter callback is invoked with 12343 ** passed as the sixth argument as the first. If the "filter callback" 12348 ** For each table that is not excluded by the filter callback, this function 13189 ** current query is executed. Any column filter that applies t 187708 Fts3SegFilter filter; \/* Segment term filter configuration *\/ local 190755 Fts3SegFilter filter; member in struct:Fts3auxCursor 198084 Fts3SegFilter filter; \/* Segment term filter condition *\/ local 200078 Fts3SegFilter filter; local [all...] |