ms_fnmatch_core 78 lib/util/ms_fnmatch.c if (ms_fnmatch_core(p, n+i, max_n+1, ldot) == 0) { ms_fnmatch_core 97 lib/util/ms_fnmatch.c if (ms_fnmatch_core(p, n+i, max_n+1, ldot) == 0) return 0; ms_fnmatch_core 99 lib/util/ms_fnmatch.c if (ms_fnmatch_core(p, n+i+size_n, max_n+1, ldot) == 0) return 0; ms_fnmatch_core 209 lib/util/ms_fnmatch.c ret = ms_fnmatch_core(pattern, string, max_n, strrchr(string, '.')); ms_fnmatch_core 71 source3/lib/ms_fnmatch.c if (ms_fnmatch_core(p, n+i, max_n+1, ldot, is_case_sensitive) == 0) { ms_fnmatch_core 89 source3/lib/ms_fnmatch.c if (ms_fnmatch_core(p, n+i, max_n+1, ldot, is_case_sensitive) == 0) return 0; ms_fnmatch_core 91 source3/lib/ms_fnmatch.c if (ms_fnmatch_core(p, n+i+1, max_n+1, ldot, is_case_sensitive) == 0) return 0; ms_fnmatch_core 225 source3/lib/ms_fnmatch.c ret = ms_fnmatch_core(p, s, max_n, strrchr_w(s, UCS2_CHAR('.')), is_case_sensitive);