Searched defs:tdash (Results 1 - 1 of 1) sorted by relevance

/dovecot/src/auth/
H A Dauth-policy.c104 const char *fptr,*tptr,*fdash,*tdash; local
134 tdash = strchr(tptr, '/');
140 if (tdash == NULL) {
146 if (auth_policy_strptrcmp(fptr, fdash, tptr, tdash) != 0) {
154 tptr = tdash+1;

Completed in 250 milliseconds