wildmatch        1973 builtin/apply.c 		if (!wildmatch(it->string, pathname, 0, NULL))
wildmatch         323 builtin/branch.c 		if (!wildmatch(*pattern, refname, 0, NULL))
wildmatch         133 builtin/describe.c 	if (pattern && (!is_tag || wildmatch(pattern, path + 10, 0, NULL)))
wildmatch          25 builtin/ls-remote.c 		if (!wildmatch(p, pathbuf, 0, NULL))
wildmatch          87 builtin/name-rev.c 		if (!wildmatch(filter, subpath, 0, NULL))
wildmatch         497 builtin/reflog.c 		if (!wildmatch(ent->pattern, ref, 0, NULL)) {
wildmatch          43 builtin/replace.c 	if (!wildmatch(data->pattern, refname, 0, NULL)) {
wildmatch         460 builtin/show-branch.c 	if (wildmatch(match_ref_pattern, tail, 0, NULL))
wildmatch          54 builtin/tag.c  		if (!wildmatch(*patterns, ref, 0, NULL))
wildmatch          70 diffcore-order.c 			if (!wildmatch(order[i], p.buf, 0, NULL))
wildmatch          69 dir.c          	return wildmatch(pattern, string,
wildmatch          92 dir.c          		return wildmatch(pattern, string,
wildmatch          98 dir.c          		return wildmatch(pattern, string,
wildmatch         124 dir.c          	match_status = wildmatch(use_pat, use_str, flags, NULL);
wildmatch         839 ref-filter.c   		if (!wildmatch(p, refname, WM_PATHNAME, NULL))
wildmatch        1803 refs.c         	if (wildmatch(filter->pattern, refname, 0, NULL))
wildmatch        1219 revision.c     		if (!wildmatch(item->string, path, 0, NULL))
wildmatch          14 test-wildmatch.c 		return !!wildmatch(argv[3], argv[2], WM_PATHNAME, NULL);
wildmatch          16 test-wildmatch.c 		return !!wildmatch(argv[3], argv[2], WM_PATHNAME | WM_CASEFOLD, NULL);
wildmatch          18 test-wildmatch.c 		return !!wildmatch(argv[3], argv[2], 0, NULL);
wildmatch          15 wildmatch.h    int wildmatch(const char *pattern, const char *text,