Searched refs:smb_match_ci_private (Results 1 - 1 of 1) sorted by relevance

/opensolaris-onvv-gate/usr/src/common/smbsrv/
H A Dsmb_match.c44 static int smb_match_ci_private(const char *, const char *, int *);
125 return (smb_match_ci_private(patn, str, &depth) == 1);
142 smb_match_ci_private(const char *patn, const char *str, int *depth) function
187 rc = smb_match_ci_private(patn, str, depth);

Completed in 101 milliseconds