Searched refs:matched (Results 26 - 50 of 199) sorted by relevance

12345678

/macosx-10.10.1/rsync-45/rsync/
H A Dwildtest.c57 bool matched; local
84 matched = wildmatch_array(pattern, (const char**)texts, 0);
86 matched = wildmatch(pattern, text);
90 if (matched != matches) {
H A Dmatch.c80 * we have not matched at all!
82 * @param i If >0, the number of a matched token. If 0, indicates we
85 static void matched(int f, struct sum_struct *s, struct map_struct *buf, function
245 matched(f,s,buf,offset,i);
283 matched(f, s, buf, offset - s->blength, -2);
286 matched(f, s, buf, len, -1);
350 matched(f, s, buf, j, -2);
351 matched(f, s, buf, len, -1);
/macosx-10.10.1/xnu-2782.1.97/iokit/IOKit/platform/
H A DAppleMacIO.h69 OSString ** matched = 0 ) const;
/macosx-10.10.1/postfix-255/postfix/src/util/
H A Dip_match.c279 int matched; local
311 matched = 0;
315 if (!matched)
316 matched = (*ap >= bp[0] && *ap <= bp[1]);
321 if (!matched)
322 matched = (*ap == *bp);
338 if (matched == 0)
/macosx-10.10.1/libarchive-30/libarchive/libarchive/test/
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);
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-bdb/
H A Dsearch.c53 Entry **matched,
71 *matched = e;
124 bdb_cache_return_entry_r( bdb, *matched, lock);
156 Entry *matched, *a; local
250 a = deref_base( op, rs, a, &matched, txn, &lockr,
266 } else if (matched) {
270 bdb_cache_return_entry_r( bdb, matched, &lockr );
352 Entry *matched = NULL; local
410 matched = ei->bei_e;
433 if ( matched
49 deref_base( Operation *op, SlapReply *rs, Entry *e, Entry **matched, DB_TXN *txn, DB_LOCK *lock, ID *tmp, ID *visited ) argument
[all...]
H A Ddelete.c29 Entry *matched = NULL; local
190 matched = ei->bei_e;
199 if ( matched != NULL ) {
200 rs->sr_matched = ch_strdup( matched->e_dn );
201 rs->sr_ref = is_entry_referral( matched )
202 ? get_entry_referrals( op, matched )
204 bdb_unlocked_cache_return_entry_r(&bdb->bi_cache, matched);
205 matched = NULL;
/macosx-10.10.1/file-46/file/src/
H A Dsoftmagic.c88 * successfully matched continuation.
269 * 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...]
/macosx-10.10.1/CPANInternal-159.1/Pod-ProjectDocs-0.40/lib/Pod/ProjectDocs/
H A DDocManager.pm56 my $matched = 0;
60 $matched = 1;
64 unless ($matched) {
/macosx-10.10.1/Security-57031.1.35/Security/include/security_cdsa_utilities/
H A Daclsubject.h110 virtual void matched(const TypedList *match) const = 0;
111 void matched(const TypedList &match) const { return matched(&match); } function in class:Security::AclValidationContext
/macosx-10.10.1/Security-57031.1.35/Security/include/security_codesigning/
H A Dcsutilities.cpp137 bool matched = false; local
150 matched = true;
156 return matched;
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_cdsa_utilities/lib/
H A Daclsubject.h110 virtual void matched(const TypedList *match) const = 0;
111 void matched(const TypedList &match) const { return matched(&match); } function in class:Security::AclValidationContext
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_codesigning/lib/
H A Dcsutilities.cpp137 bool matched = false; local
150 matched = true;
156 return matched;
/macosx-10.10.1/cxxfilt-11/cxxfilt/libiberty/
H A Dfnmatch.c175 goto matched;
184 matched:;
185 /* Skip the rest of the [...] that already matched. */
/macosx-10.10.1/postfix-255/postfix/src/tls/
H A Dtls_client.c579 int matched = 0; local
657 matched++;
658 /* Keep the first matched name. */
660 && ((dnsname_match && matched == 1)
671 if (matched && !log_certmatch)
674 if (verify_peername && matched)
690 matched = match_servername(TLScontext->peer_CN, props);
691 if (verify_peername && matched)
695 matched ? "Matched " : "", TLScontext->peer_CN);
735 * is matched withou
[all...]
/macosx-10.10.1/ruby-106/ruby/lib/rdoc/
H A Dtom_doc.rb213 token = [:NEWLINE, @s.matched, *token_pos(pos)]
225 [:TEXT, @s.matched.sub(/\r$/, ''), *token_pos(pos)]
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/shell-backends/
H A Dshellutil.h102 void write_result( FILE *fp, int code, char *matched, char *info );
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-monitor/
H A Dcache.c295 Entry **matched )
306 assert( matched != NULL );
308 *matched = NULL;
327 rc = monitor_cache_dn2entry( op, rs, &p_ndn, &e_parent, matched );
344 *matched = e_parent;
/macosx-10.10.1/ruby-106/ruby/lib/
H A Dscanf.rb27 # what form (type) each particular matched substring should be converted
40 # matched. All matches found up to the stopping point are returned in
59 # conversions to the block every time the format string is matched
269 # there's a match, it sends the matched string to the handler associated
274 # will be matched against "([-+]?\d+)", and the matched string will be
289 attr_reader :re_string, :matched_string, :conversion, :matched
457 @matched = false
464 @matched = true
479 return false unless @matched
[all...]
/macosx-10.10.1/sudo-73/src/
H A Dsudoreplay.c737 int matched = 1, rc; local
741 if (!matched && !sn->or)
746 matched = match_expr(sn->u.expr, log);
749 matched = strcmp(sn->u.cwd, log->cwd) == 0;
752 matched = strcmp(sn->u.tty, log->tty) == 0;
755 matched = strcmp(sn->u.runas_group, log->runas_group) == 0;
758 matched = strcmp(sn->u.runas_user, log->runas_user) == 0;
761 matched = strcmp(sn->u.user, log->user) == 0;
771 matched = rc == REG_NOMATCH ? 0 : 1;
773 matched
[all...]
/macosx-10.10.1/gnutar-453/gnutar/lib/
H A Dfnmatch_loop.c218 /* `/' cannot be matched. */
285 goto matched;
288 goto matched;
303 goto matched;
336 goto matched;
400 goto matched;
452 goto matched;
548 goto matched;
555 goto matched;
577 goto matched;
[all...]
/macosx-10.10.1/apache-793/httpd/modules/ssl/
H A Dssl_util_ssl.c285 BOOL matched = FALSE; local
324 matched = TRUE;
332 matched == TRUE ? "" : "NOT ", id[i]);
335 if (matched == TRUE) {
346 matched == TRUE ? "matches" : "does not match",
350 return matched;
/macosx-10.10.1/less-25/less/
H A Dsearch.c524 * Set sp and ep to the start and end of the matched string.
534 int matched; local
543 matched = !regexec(regpattern, line, 1, &rm, flags);
544 if (!matched)
559 matched = pcre_exec(regpattern, NULL, line, line_len,
561 if (!matched)
568 matched = (re_exec(line) == 1);
570 * re_exec doesn't seem to provide a way to get the matched string.
576 matched = (*ep != NULL);
577 if (!matched)
[all...]
/macosx-10.10.1/gnudiff-19/diffutils/lib/
H A Dfnmatch.c181 goto matched;
190 matched:;
191 /* Skip the rest of the [...] that already matched. */
/macosx-10.10.1/AppleFileSystemDriver-17/
H A DAppleFileSystemDriver.cpp244 bool matched = false; local
282 VERBOSE_LOG("existing UUID property matched\n");
283 matched = true;
333 VERBOSE_LOG(" UUID matched on volume %s\n", media->getName());
334 matched = true;
340 if (matched) {

Completed in 248 milliseconds

12345678