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

12345678

/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-monitor/
H A Dcompare.c33 Entry *e, *matched = NULL; local
37 monitor_cache_dn2entry( op, rs, &op->o_req_ndn, &e, &matched );
40 if ( matched ) {
41 if ( !access_allowed_mask( op, matched,
47 rs->sr_matched = matched->e_dn;
51 if ( matched ) {
52 monitor_cache_release( mi, matched );
H A Dmodify.c38 Entry *matched; local
44 monitor_cache_dn2entry( op, rs, &op->o_req_ndn, &e, &matched );
47 if ( matched ) {
48 if ( !access_allowed_mask( op, matched,
54 rs->sr_matched = matched->e_dn;
58 if ( matched != NULL ) {
60 monitor_cache_release( mi, matched );
H A Dsearch.c169 Entry *e = NULL, *matched = NULL; local
177 monitor_cache_dn2entry( op, rs, &op->o_req_ndn, &e, &matched );
180 if ( matched ) {
181 if ( !access_allowed_mask( op, matched,
187 rs->sr_matched = matched->e_dn;
192 if ( matched ) {
193 monitor_cache_release( mi, matched );
/macosx-10.10.1/rsync-45/rsync/lib/
H A Dwildmatch.c73 int matched, special; local
124 if ((matched = dowild(p, text, a)) != FALSE) {
125 if (!special || matched != ABORT_TO_STARSTAR)
126 return matched;
138 /* Assign literal TRUE/FALSE because of "matched" comparison. */
145 matched = FALSE;
154 matched = TRUE;
163 matched = TRUE;
177 matched = TRUE;
182 matched
321 int matched; local
[all...]
/macosx-10.10.1/ruby-106/ruby/ext/date/
H A Ddate_strptime.c211 goto matched;
227 goto matched;
242 goto matched;
247 goto matched;
251 goto matched;
267 goto matched;
272 goto matched;
283 goto matched;
296 goto matched;
313 goto matched;
[all...]
/macosx-10.10.1/postfix-255/postfix/src/global/
H A Duser_acl.c67 int matched; local
105 if ((matched = string_list_match(list, name)) == 0) {
114 return (matched ? 0 : vstring_str(who));
/macosx-10.10.1/MITKerberosShim-66/test/
H A Dtest-sd.c49 int matched = 0; local
61 while ((matched == 0) && (krb5_err = krb5_kt_next_entry(kcontext, kt, &entry, &cursor)) == 0) {
66 matched = 1;
77 return (0 != krb5_err) ? -1 : matched ? 0 : -1;
/macosx-10.10.1/dtrace-147/test/tst/i386/pid/
H A Dtst.retlist.ksh39 echo wrong number of matched probes: $match
/macosx-10.10.1/xnu-2782.1.97/iokit/IOKit/platform/
H A DAppleMacIODevice.h50 virtual bool compareName( OSString * name, OSString ** matched = 0 ) const;
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-bdb/
H A Ddn2entry.c26 * entry. If the requested DN is not found and matched is TRUE, return info
36 int matched,
49 if ( matched && rc == DB_NOTFOUND ) {
71 } else if ( matched && rc == DB_NOTFOUND ) {
31 bdb_dn2entry( Operation *op, DB_TXN *tid, struct berval *dn, EntryInfo **e, int matched, DB_LOCK *lock ) argument
/macosx-10.10.1/sudo-73/src/
H A Dmatch.c120 int rval, matched = UNSPEC; local
125 matched = !m->negated;
129 matched = !m->negated;
133 matched = !m->negated;
139 matched = m->negated ? !rval : rval;
145 matched = !m->negated;
148 if (matched != UNSPEC)
151 return matched;
274 int rval, matched = UNSPEC; local
279 matched
325 int matched = UNSPEC; local
353 int rval, matched = UNSPEC; local
848 int matched = FALSE; local
[all...]
/macosx-10.10.1/dtrace-147/DTTk/Docs/Examples/
H A Doneliners_examples.txt8 dtrace: description 'proc:::exec-success ' matched 1 probe
25 dtrace: description 'syscall::open*:entry ' matched 2 probes
50 dtrace: description 'syscall:::entry ' matched 228 probes
65 dtrace: description 'syscall:::entry ' matched 228 probes
87 dtrace: description 'syscall:::entry ' matched 228 probes
104 dtrace: description 'sysinfo:::readch ' matched 4 probes
121 dtrace: description 'sysinfo:::writech ' matched 4 probes
142 dtrace: description 'sysinfo:::readch ' matched 4 probes
171 dtrace: description 'sysinfo:::writech ' matched 4 probes
220 dtrace: description 'vminfo:::pgpgin ' matched
[all...]
/macosx-10.10.1/xnu-2782.1.97/bsd/hfs/
H A Dhfs_search.c494 Boolean matched; local
497 matched = true; /* Assume it will all match */
501 matched = false;
506 return matched;
675 Boolean matched, atleastone; local
691 matched = false;
698 matched = false;
706 matched = false;
735 matched = false;
744 matched
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/net/
H A Deudcb-mab.el76 (matched t))
86 (setq matched nil)))
89 (setq matched nil)))
92 (when matched
/macosx-10.10.1/libarchive-30/libarchive/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 */
/macosx-10.10.1/ruby-106/ruby/tool/
H A Dupdate-deps52 matched = $&
92 raise "first file not matched: #{incs[0].inspect} v.s. #{dd[0].inspect}"
130 matched = lines.join("\\\n ")
131 matched << "\n"
134 #STDERR.puts matched.inspect
135 matched
/macosx-10.10.1/libarchive-30/libarchive/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++;
/macosx-10.10.1/shell_cmds-179/killall/
H A Dkillall.c215 int matched; local
447 matched = 1;
451 matched = 0;
456 matched = 0;
471 matched = 0;
475 matched = 0;
480 matched = 0;
482 if (matched == 0) {
489 matched = 0;
503 matched
[all...]
/macosx-10.10.1/ruby-106/ruby/test/strscan/
H A Dtest_stringscanner.rb55 assert_equal s.matched?, d.matched?
64 assert_equal s.matched?, d.matched?
74 assert_equal s.matched?, d.matched?
83 assert_equal s.matched?, d.matched?
365 assert_equal 'stra', s.matched
366 assert_equal false, s.matched
[all...]
/macosx-10.10.1/Heimdal-398.1.2/kuser/
H A Dcopy_cred_cache.c89 unsigned int matched; local
157 matchfunc, &ctx, &matched);
162 if(matched == 0)
167 return matched == 0;
/macosx-10.10.1/Security-57031.1.35/Security/include/security_cdsa_utilities/
H A Dacl_threshold.cpp51 void matched(const TypedList *) const { } //@@@ ignore sub-matches for now function in class:SublistValidationContext
72 uint32 matched = 0; local
74 if ((matched += elements[n]->validate(ctx)) >= minimumNeeded)
77 else if (matched + subSampleCount - n <= minimumNeeded)
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_cdsa_utilities/lib/
H A Dacl_threshold.cpp51 void matched(const TypedList *) const { } //@@@ ignore sub-matches for now function in class:SublistValidationContext
72 uint32 matched = 0; local
74 if ((matched += elements[n]->validate(ctx)) >= minimumNeeded)
77 else if (matched + subSampleCount - n <= minimumNeeded)
/macosx-10.10.1/gnudiff-19/diffutils/lib/
H A Dexclude.c172 bool matched = ((*matcher) (pattern, f, options) == 0); local
176 for (p = f; *p && ! matched; p++)
178 matched = ((*matcher) (pattern, p + 1, options) == 0);
180 excluded ^= matched;
/macosx-10.10.1/gnutar-453/gnutar/lib/
H A Dexclude.c149 bool matched = ((*matcher) (pattern, f, options) == 0); local
153 for (p = f; *p && ! matched; p++)
155 matched = ((*matcher) (pattern, p + 1, options) == 0);
157 return matched;

Completed in 404 milliseconds

12345678