regexec           639 builtin/am.c   		if (regexec(&regex, sb.buf, 0, NULL, 0)) {
regexec           828 builtin/apply.c 	status = regexec(stamp, timestamp, ARRAY_SIZE(m), m, 0);
regexec           154 builtin/config.c 	if (use_key_regexp && regexec(key_regexp, key_, 0, NULL, 0))
regexec           157 builtin/config.c 	    (do_not_match ^ !!regexec(regexp, (value_?value_:""), 0, NULL, 0)))
regexec          1538 builtin/remote.c 		if (!regexec(&old_regex, urlset[i], 0, NULL, 0))
regexec           567 compat/regex/regex.h extern int regexec (const regex_t *__restrict __preg,
regexec           220 compat/regex/regexec.c regexec (
regexec           257 compat/regex/regexec.c versioned_symbol (libc, __regexec, regexec, GLIBC_2_3_4);
regexec           268 compat/regex/regexec.c   return regexec (preg, string, nmatch, pmatch,
regexec           271 compat/regex/regexec.c compat_symbol (libc, __compat_regexec, regexec, GLIBC_2_0);
regexec           601 compat/regex/regexec.c   return 0 == regexec (&re_comp_buf, s, 0, NULL, 0);
regexec          1650 config.c       		(value && !regexec(store.value_regex, value, 0, NULL, 0));
regexec           945 diff.c         		if (!regexec(word_regex, buffer->ptr + *begin, 1, match, 0)) {
regexec            37 diffcore-pickaxe.c 	data->hit = !regexec(data->regexp, line + 1, 1, &regmatch, 0);
regexec            51 diffcore-pickaxe.c 		return !regexec(regexp, two->ptr, 1, &regmatch, 0);
regexec            53 diffcore-pickaxe.c 		return !regexec(regexp, one->ptr, 1, &regmatch, 0);
regexec            85 diffcore-pickaxe.c 		while (*data && !regexec(regexp, data, 1, &regmatch, flags)) {
regexec           859 grep.c         	return regexec(preg, line, 1, match, eflags);
regexec           662 http-backend.c 		if (!regexec(&re, dir, 1, out, 0)) {
regexec            95 line-range.c   	    !(reg_error = regexec(&regexp, line, 1, match, 0))) {
regexec           140 line-range.c   		reg_error = regexec(regexp, start, 1, match, 0);
regexec           896 sha1_name.c    		matches = p && !regexec(&regex, p + 2, 0, NULL, 0);
regexec            12 test-regex.c   	if (regexec(&r, str, 1, m, 0))
regexec           237 xdiff-interface.c 		if (!regexec(&reg->re, line_buffer, 2, pmatch, 0)) {