pref              233 source3/smbd/mangle_hash.c 	smb_ucs2_t *pref = 0, *ext = 0;
pref              253 source3/smbd/mangle_hash.c 	if (!NT_STATUS_IS_OK(mangle_get_prefix(fname, &pref, &ext, allow_wildcards)))
pref              255 source3/smbd/mangle_hash.c 	plen = strlen_w(pref);
pref              257 source3/smbd/mangle_hash.c 	if (strchr_wa(pref, '.'))
pref              267 source3/smbd/mangle_hash.c 	SAFE_FREE(pref);