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

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

Completed in 20 milliseconds