ms_fnmatch_lanman_core   62 source3/torture/masktest.c 				if (! n[1] && ms_fnmatch_lanman_core(p, n+1) == 0) goto match;
ms_fnmatch_lanman_core   63 source3/torture/masktest.c 				if (ms_fnmatch_lanman_core(p, n) == 0) goto match;
ms_fnmatch_lanman_core   73 source3/torture/masktest.c 				if (ms_fnmatch_lanman_core(p, n) == 0) goto match;
ms_fnmatch_lanman_core   79 source3/torture/masktest.c 				if (ms_fnmatch_lanman_core(p, n) == 0) goto match;
ms_fnmatch_lanman_core   88 source3/torture/masktest.c 			if (*n == 0 && ms_fnmatch_lanman_core(p, n) == 0) goto match;
ms_fnmatch_lanman_core  106 source3/torture/masktest.c 	if (ms_fnmatch_lanman_core(p, n) == 0) goto match;
ms_fnmatch_lanman_core  124 source3/torture/masktest.c 		return ms_fnmatch_lanman_core(pattern, "..") &&
ms_fnmatch_lanman_core  125 source3/torture/masktest.c 			ms_fnmatch_lanman_core(pattern, ".");
ms_fnmatch_lanman_core  128 source3/torture/masktest.c 	return ms_fnmatch_lanman_core(pattern, string);