allow_wildcards    11 source3/include/mangle.h 	bool (*is_8_3)(const char *fname, bool check_case, bool allow_wildcards,
allow_wildcards    65 source3/smbd/mangle_hash.c static NTSTATUS has_valid_83_chars(const smb_ucs2_t *s, bool allow_wildcards)
allow_wildcards    71 source3/smbd/mangle_hash.c 	if (!allow_wildcards && ms_has_wild_w(s)) {
allow_wildcards    85 source3/smbd/mangle_hash.c static NTSTATUS has_illegal_chars(const smb_ucs2_t *s, bool allow_wildcards)
allow_wildcards    87 source3/smbd/mangle_hash.c 	if (!allow_wildcards && ms_has_wild_w(s)) {
allow_wildcards   114 source3/smbd/mangle_hash.c 		smb_ucs2_t **extension, bool allow_wildcards)
allow_wildcards   127 source3/smbd/mangle_hash.c 		    (NT_STATUS_IS_OK(has_valid_83_chars(p+1,allow_wildcards)))) /* check extension */ {
allow_wildcards   152 source3/smbd/mangle_hash.c static NTSTATUS is_valid_name(const smb_ucs2_t *fname, bool allow_wildcards, bool only_8_3)
allow_wildcards   166 source3/smbd/mangle_hash.c 		ret = has_valid_83_chars(fname, allow_wildcards);
allow_wildcards   171 source3/smbd/mangle_hash.c 	ret = has_illegal_chars(fname, allow_wildcards);
allow_wildcards   231 source3/smbd/mangle_hash.c static NTSTATUS is_8_3_w(const smb_ucs2_t *fname, bool allow_wildcards)
allow_wildcards   250 source3/smbd/mangle_hash.c 	if (!NT_STATUS_IS_OK(is_valid_name(fname, allow_wildcards, True)))
allow_wildcards   253 source3/smbd/mangle_hash.c 	if (!NT_STATUS_IS_OK(mangle_get_prefix(fname, &pref, &ext, allow_wildcards)))
allow_wildcards   272 source3/smbd/mangle_hash.c static bool is_8_3(const char *fname, bool check_case, bool allow_wildcards,
allow_wildcards   298 source3/smbd/mangle_hash.c 	ret = is_8_3_w(ucs2name, allow_wildcards);
allow_wildcards   264 source3/smbd/mangle_hash2.c static bool is_8_3(const char *name, bool check_case, bool allow_wildcards, const struct share_params *p)
allow_wildcards   319 source3/smbd/mangle_hash2.c 		if (!allow_wildcards && FLAG_CHECK(name[i], FLAG_WILDCARD)) {
allow_wildcards   728 source3/smbd/mangle_hash2.c 			bool allow_wildcards,
allow_wildcards   251 source4/ntvfs/posix/pvfs_shortname.c 		   const char *name, bool check_case, bool allow_wildcards)
allow_wildcards   303 source4/ntvfs/posix/pvfs_shortname.c 		if (!FLAG_CHECK(name[i], FLAG_ASCII|(allow_wildcards ? FLAG_WILDCARD : 0)) &&