Searched refs:matched (Results 1 - 25 of 121) sorted by relevance

12345

/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/back-monitor/
H A Dmodify.c40 Entry *matched; local
46 monitor_cache_dn2entry( op, rs, &op->o_req_ndn, &e, &matched );
49 if ( matched ) {
50 if ( !access_allowed_mask( op, matched,
56 rs->sr_matched = matched->e_dn;
60 if ( matched != NULL ) {
62 monitor_cache_release( mi, matched );
H A Dcompare.c35 Entry *e, *matched = NULL; local
40 monitor_cache_dn2entry( op, rs, &op->o_req_ndn, &e, &matched );
43 if ( matched ) {
44 if ( !access_allowed_mask( op, matched,
50 rs->sr_matched = matched->e_dn;
54 if ( matched ) {
55 monitor_cache_release( mi, matched );
H A Dsearch.c168 Entry *e = NULL, *matched = NULL; local
175 monitor_cache_dn2entry( op, rs, &op->o_req_ndn, &e, &matched );
178 if ( matched ) {
179 if ( !access_allowed_mask( op, matched,
185 rs->sr_matched = matched->e_dn;
190 if ( matched ) {
191 monitor_cache_release( mi, matched );
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/global/
H A Duser_acl.c69 int matched; local
102 if ((matched = string_list_match(list, name)) == 0) {
111 return (matched ? 0 : vstring_str(who));
/netbsd-6-1-5-RELEASE/sys/arch/arc/arc/
H A Dplatform.c58 int i, rv, matched = -1, match = 0, ambiguous_match = 0; local
64 matched = i;
73 print_platform(plattab[matched]);
75 if (i == matched)
87 print_platform(plattab[matched]);
91 platform = plattab[matched];
/netbsd-6-1-5-RELEASE/usr.sbin/user/
H A Dmain.c78 int matched; local
82 for (matched = i = 0 ; i < cmdp->c_wc && i < MaxCmdWords ; i++) {
86 matched += 1;
92 if (matched == cmdp->c_wc) {
93 return (*cmdp->c_func)(argc - (matched - 1), argv + (matched - 1));
/netbsd-6-1-5-RELEASE/external/bsd/less/dist/
H A Dpattern.c227 * Set sp and ep to the start and end of the matched string.
240 int matched; local
258 matched = match(tpattern, strlen(tpattern), line, line_len, sp, ep);
265 matched = !regexec(spattern, line, 1, &rm, flags);
266 if (matched)
282 matched = pcre_exec(spattern, NULL, line, line_len,
284 if (matched)
292 matched = (re_exec(line) == 1);
294 * re_exec doesn't seem to provide a way to get the matched string.
300 matched
[all...]
/netbsd-6-1-5-RELEASE/usr.bin/vgrind/
H A Dregexp.c336 * characters matched will be copied into
346 * character matched.
357 boolean matched; /* a temporary boolean */ local
363 matched = FALSE;
371 matched = !STRNCMP (s, SSTR(cs), SCNT(cs));
372 if (matched) {
385 matched = 1; /* indicate a successful match */
399 if (matched)
414 /* the subexpression matched */
415 matched
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/back-bdb/
H A Ddn2entry.c28 * entry. If the requested DN is not found and matched is TRUE, return info
38 int matched,
51 if ( matched && rc == DB_NOTFOUND ) {
73 } else if ( matched && rc == DB_NOTFOUND ) {
33 bdb_dn2entry( Operation *op, DB_TXN *tid, struct berval *dn, EntryInfo **e, int matched, DB_LOCK *lock ) argument
H A Dsearch.c55 Entry **matched,
73 *matched = e;
126 bdb_cache_return_entry_r( bdb, *matched, lock);
158 Entry *matched, *a; local
252 a = deref_base( op, rs, a, &matched, txn, &lockr,
268 } else if (matched) {
272 bdb_cache_return_entry_r( bdb, matched, &lockr );
324 Entry *matched = NULL; local
382 matched = ei->bei_e;
405 if ( matched
51 deref_base( Operation *op, SlapReply *rs, Entry *e, Entry **matched, DB_TXN *txn, DB_LOCK *lock, ID *tmp, ID *visited ) argument
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/libarchive/dist/libarchive/test/
H A Dtest_acl_basic.c127 int matched; local
136 for (i = 0, matched = 0; i < n && !matched; i++) {
142 matched = 1;
146 if (!matched) printf("No match for user_obj perm\n");
151 if (!matched) printf("No match for group_obj perm\n");
156 if (!matched) printf("No match for other perm\n");
164 assert(matched == 1);
178 assert(n == 0); /* Number of ACLs not matched should == 0 */
H A Dtest_acl_pax.c349 int matched; local
358 for (i = 0, matched = 0; i < n && !matched; i++) {
364 matched = 1;
368 if (!matched) printf("No match for user_obj perm\n");
373 if (!matched) printf("No match for group_obj perm\n");
378 if (!matched) printf("No match for other perm\n");
386 assert(matched == 1);
400 assert(n == 0); /* Number of ACLs not matched should == 0 */
H A Dtest_acl_freebsd.c135 int matched; local
155 for (i = 0, matched = 0; i < n && !matched; i++) {
160 matched = 1;
166 assert(matched == 1);
/netbsd-6-1-5-RELEASE/external/bsd/libarchive/dist/libarchive_fe/
H A Dmatching.c154 struct match *matched; local
166 matched = NULL;
170 * If this pattern has never been matched,
182 matched = match;
186 * We didn't find a pattern that had never been matched, but
189 if (matched != NULL) {
190 matched->matches++;
/netbsd-6-1-5-RELEASE/sys/arch/landisk/dev/
H A Drs5c313_landisk.c78 static int matched = 0; local
80 if (matched)
83 matched = 1;
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/kuser/
H A Dcopy_cred_cache.c91 unsigned int matched; local
154 matchfunc, &ctx, &matched);
159 if(matched == 0)
164 return matched == 0;
/netbsd-6-1-5-RELEASE/gnu/dist/diffutils/lib/
H A Dexclude.c174 bool matched = ((*matcher) (pattern, f, options) == 0); local
178 for (p = f; *p && ! matched; p++)
180 matched = ((*matcher) (pattern, p + 1, options) == 0);
182 excluded ^= matched;
/netbsd-6-1-5-RELEASE/usr.sbin/ldpd/
H A Dconffile.c145 int i, last_match = -1, matched = 0; local
154 matched++;
157 if (matched == 0)
159 else if (matched > 1)
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/util/
H A Dip_match.c281 int matched; local
313 matched = 0;
317 if (!matched)
318 matched = (*ap >= bp[0] && *ap <= bp[1]);
323 if (!matched)
324 matched = (*ap == *bp);
340 if (matched == 0)
/netbsd-6-1-5-RELEASE/external/bsd/file/dist/src/
H A Dsoftmagic.c96 * successfully matched continuation.
280 * This continuation matched. Print
1685 int matched; local
1733 matched = 1;
1737 matched = fv != fl;
1741 matched = fv == fl;
1745 matched = fv > fl;
1749 matched = fv < fl;
1753 matched = 0;
1758 return matched;
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/back-ndb/
H A Dcompare.cpp38 struct berval matched; local
63 rs->sr_err = ndb_entry_get_info( op, &NA, 0, &matched );
68 rs->sr_matched = matched.bv_val;
/netbsd-6-1-5-RELEASE/sys/arch/sun2/dev/
H A Dbwtwo_any.c127 int matched; local
133 matched = (bus_space_peek_1(ma->ma_bustag, bh, 0, NULL) == 0);
135 return (matched);
H A Dsc_mbmem.c116 bool matched; local
126 matched =
129 if (!matched)
H A Dzs_any.c98 int matched; local
104 matched = (bus_space_peek_1(ma->ma_bustag, bh, 0, NULL) == 0);
106 if (!matched)
/netbsd-6-1-5-RELEASE/sys/arch/sun2/sun2/
H A Dclock.c152 bool matched; local
162 matched = (bus_space_peek_2(oba->oba_bustag, bh, 0, NULL) == 0);
164 if (!matched)

Completed in 295 milliseconds

12345