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

/freebsd-10.3-release/contrib/sendmail/src/
H A Drecipient.c971 auto bool fuzzy; local
976 status = finduser(buf, &fuzzy, &user);
993 if (fuzzy)
995 /* name was a fuzzy match */
1146 ** was found using the fuzzy matching algorithm;
1195 sm_dprintf("%s (non-fuzzy)\n", sm_strexit(status));
1218 /* see if fuzzy matching allowed */
1222 sm_dprintf("not found (fuzzy disabled)\n");
1250 sm_dprintf("fuzzy matches %s\n", pw->pw_name);
1258 sm_dprintf("no fuzzy matc
[all...]
H A Dmap.c6251 auto bool fuzzy; local
6258 *statp = finduser(key, &fuzzy, &user);

Completed in 58 milliseconds