ms_fnmatch 195 lib/util/ms_fnmatch.c ret = ms_fnmatch(p, string, PROTOCOL_NT1); ms_fnmatch 220 lib/util/ms_fnmatch.c return ms_fnmatch(pattern, string, PROTOCOL_NT1); ms_fnmatch 698 lib/util/util.h int ms_fnmatch(const char *pattern, const char *string, enum protocol_types protocol); ms_fnmatch 575 source3/include/proto.h int ms_fnmatch(const char *pattern, const char *string, bool translate_pattern, ms_fnmatch 237 source3/lib/ms_fnmatch.c return ms_fnmatch(pattern, string, PROTOCOL_NT1, False); ms_fnmatch 2412 source3/lib/util.c return ms_fnmatch(pattern, string, Protocol <= PROTOCOL_LANMAN2, is_case_sensitive) == 0; ms_fnmatch 2428 source3/lib/util.c return ms_fnmatch(pattern, string, True, is_case_sensitive) == 0; ms_fnmatch 144 source3/torture/masktest.c return ms_fnmatch(pattern, file, cli->protocol, False) == 0; ms_fnmatch 316 source4/client/client.c return ms_fnmatch(pattern, string, ms_fnmatch 321 source4/client/client.c ret = ms_fnmatch(p2, s2, c->transport->negotiate.protocol) == 0; ms_fnmatch 110 source4/ntvfs/cifs_posix_cli/svfs_util.c if (ms_fnmatch(low_mask, low_name, PROTOCOL_NT1) != 0) { ms_fnmatch 202 source4/ntvfs/posix/pvfs_dirlist.c if (ms_fnmatch(dir->pattern, ".", protocol) == 0) { ms_fnmatch 211 source4/ntvfs/posix/pvfs_dirlist.c if (ms_fnmatch(dir->pattern, "..", protocol) == 0) { ms_fnmatch 231 source4/ntvfs/posix/pvfs_dirlist.c if (ms_fnmatch(dir->pattern, dname, protocol) != 0) { ms_fnmatch 234 source4/ntvfs/posix/pvfs_dirlist.c ms_fnmatch(dir->pattern, short_name, protocol) != 0) { ms_fnmatch 107 source4/ntvfs/simple/svfs_util.c if (ms_fnmatch(low_mask, low_name, PROTOCOL_NT1) != 0) { ms_fnmatch 54 source4/torture/masktest.c return ms_fnmatch(pattern, file, cli->transport->negotiate.protocol)==0;