match 3573 ext/mbstring/oniguruma/regexec.c if (r >= 0) goto match;\
match 3844 ext/mbstring/oniguruma/regexec.c match:
match 194 ext/mime_magic/mime_magic.c static int match(unsigned char *, int);
match 1258 ext/mime_magic/mime_magic.c if (match(buf, nbytes))
match 3821 ext/openssl/openssl.c int match = 0;
match 3825 ext/openssl/openssl.c match = strcmp(cnmatch, buf) == 0;
match 3826 ext/openssl/openssl.c if (!match && strlen(buf) > 3 && buf[0] == '*' && buf[1] == '.') {
match 3832 ext/openssl/openssl.c match = tmp && strcmp(tmp, buf+2) && tmp == strchr(cnmatch, '.');
match 3836 ext/openssl/openssl.c if (!match) {
match 233 ext/pcre/pcrelib/pcre_exec.c rrc = match(ra,rb,mstart,rc,rd,re,rf,rg,rdepth+1); \
match 243 ext/pcre/pcrelib/pcre_exec.c rrc = match(ra,rb,mstart,rc,rd,re,rf,rg,rdepth+1)
match 4785 ext/pcre/pcrelib/pcre_exec.c rc = match(start_match, md->start_code, start_match, 2, md, ims, NULL, 0, 0);
match 904 ext/pcre/pcrelib/pcregrep.c BOOL match = FALSE;
match 954 ext/pcre/pcrelib/pcregrep.c match = (pcre_exec(pattern_list[0], hints_list[0], ptr, length, 0, 0, offsets, 99) >= 0);
match 963 ext/pcre/pcrelib/pcregrep.c printf("%s TIMER[%.4f]\n", match ? "MATCH" : "FAIL", delta);
match 980 ext/pcre/pcrelib/pcregrep.c if (mrc >= 0) { match = TRUE; break; }
match 1000 ext/pcre/pcrelib/pcregrep.c match = invert; /* No more matching; don't show the line again */
match 1007 ext/pcre/pcrelib/pcregrep.c if (match != invert)
match 1057 ext/pcre/pcrelib/pcregrep.c match = FALSE;
match 1219 ext/pcre/pcrelib/pcregrep.c if (multiline && invert && match)
match 486 ext/pcre/php_pcre.c char *match; /* The current match */
match 600 ext/pcre/php_pcre.c match = NULL;
match 618 ext/pcre/php_pcre.c match = subject + offsets[0];
match 837 ext/pcre/php_pcre.c *match, /* Current match for a backref */
match 868 ext/pcre/php_pcre.c match = subject + offsets[backref<<1];
match 871 ext/pcre/php_pcre.c esc_match = php_addslashes_ex(match, match_len, &esc_match_len, 0, 1 TSRMLS_CC);
match 873 ext/pcre/php_pcre.c esc_match = match;
match 963 ext/pcre/php_pcre.c *match, /* The current match */
match 1002 ext/pcre/php_pcre.c match = NULL;
match 1025 ext/pcre/php_pcre.c match = subject + offsets[0];
match 1069 ext/pcre/php_pcre.c memcpy(&result[*result_len], piece, match-piece);
match 1070 ext/pcre/php_pcre.c *result_len += match-piece;
match 1402 ext/pcre/php_pcre.c char *match, /* The current match */
match 1440 ext/pcre/php_pcre.c match = NULL;
match 1457 ext/pcre/php_pcre.c match = subject + offsets[0];
match 281 ext/pdo_sqlite/sqlite/src/callback.c int match = 1; /* Quality of this match */
match 283 ext/pdo_sqlite/sqlite/src/callback.c match = 4;
match 286 ext/pdo_sqlite/sqlite/src/callback.c match += 2;
match 290 ext/pdo_sqlite/sqlite/src/callback.c match += 1;
match 293 ext/pdo_sqlite/sqlite/src/callback.c if( match>bestmatch ){
match 295 ext/pdo_sqlite/sqlite/src/callback.c bestmatch = match;
match 753 ext/sqlite/libsqlite/src/btree_rb.c int match;
match 781 ext/sqlite/libsqlite/src/btree_rb.c memRbtreeMoveto( pCur, pKey, nKey, &match);
match 782 ext/sqlite/libsqlite/src/btree_rb.c if( match ){
match 792 ext/sqlite/libsqlite/src/btree_rb.c switch( match ){
match 245 ext/standard/scanf.c int i, match = 0;
match 249 ext/standard/scanf.c match = 1;
match 253 ext/standard/scanf.c if (!match) {
match 257 ext/standard/scanf.c match = 1;
match 262 ext/standard/scanf.c return (cset->exclude ? !match : match);
match 65 ext/zip/lib/zip_open.c unsigned char *buf, *match;
match 144 ext/zip/lib/zip_open.c match = buf;
match 145 ext/zip/lib/zip_open.c while ((match=_zip_memmem(match, buflen-(match-buf)-18,
match 149 ext/zip/lib/zip_open.c match++;
match 150 ext/zip/lib/zip_open.c if ((cdirnew=_zip_readcdir(fp, buf, match-1, buflen, flags,
match 75 regex/engine.c struct match mv;
match 76 regex/engine.c register struct match *m = &mv;
match 157 win32/glob.c static int match(Char *, Char *, Char *);
match 675 win32/glob.c if (!match(pathend, pattern, restpattern)) {
match 779 win32/glob.c if (match(name, pat, patend))