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

/illumos-gate/usr/src/cmd/msgfmt/
H A Dcommon.h67 int fuzzy; member in struct:flags
/illumos-gate/usr/src/cmd/mailx/
H A Dnames.c531 samebody(register char *user, register char *addr, int fuzzy) argument
537 if (fuzzy && value("fuzzymatch")) {
/illumos-gate/usr/src/cmd/sendmail/src/
H A Drecipient.c973 auto bool fuzzy; local
978 status = finduser(buf, &fuzzy, &user);
995 if (fuzzy)
997 /* name was a fuzzy match */
1148 ** was found using the fuzzy matching algorithm;
1197 sm_dprintf("%s (non-fuzzy)\n", sm_strexit(status));
1220 /* see if fuzzy matching allowed */
1224 sm_dprintf("not found (fuzzy disabled)\n");
1252 sm_dprintf("fuzzy matches %s\n", pw->pw_name);
1260 sm_dprintf("no fuzzy matc
[all...]
H A Dmap.c6239 auto bool fuzzy; local
6246 *statp = finduser(key, &fuzzy, &user);

Completed in 71 milliseconds