ldot               61 lib/util/ms_fnmatch.c 			   struct max_n *max_n, const char *ldot)
ldot               78 lib/util/ms_fnmatch.c 				if (ms_fnmatch_core(p, n+i, max_n+1, ldot) == 0) {
ldot               92 lib/util/ms_fnmatch.c 			if (max_n->postdot && max_n->postdot <= n && n <= ldot) {
ldot               97 lib/util/ms_fnmatch.c 				if (ms_fnmatch_core(p, n+i, max_n+1, ldot) == 0) return 0;
ldot               98 lib/util/ms_fnmatch.c 				if (n+i == ldot) {
ldot               99 lib/util/ms_fnmatch.c 					if (ms_fnmatch_core(p, n+i+size_n, max_n+1, ldot) == 0) return 0;
ldot               57 source3/lib/ms_fnmatch.c 			   struct max_n *max_n, const smb_ucs2_t *ldot,
ldot               71 source3/lib/ms_fnmatch.c 				if (ms_fnmatch_core(p, n+i, max_n+1, ldot, is_case_sensitive) == 0) {
ldot               85 source3/lib/ms_fnmatch.c 			if (max_n->postdot && max_n->postdot <= n && n <= ldot) {
ldot               89 source3/lib/ms_fnmatch.c 				if (ms_fnmatch_core(p, n+i, max_n+1, ldot, is_case_sensitive) == 0) return 0;
ldot               90 source3/lib/ms_fnmatch.c 				if (n+i == ldot) {
ldot               91 source3/lib/ms_fnmatch.c 					if (ms_fnmatch_core(p, n+i+1, max_n+1, ldot, is_case_sensitive) == 0) return 0;