Searched refs:aliaswait (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/sendmail/src/ |
| H A D | alias.c | 404 aliaswait(map, ext, isopen) in aliaswait() function
|
| H A D | map.c | 1843 aliaswait(map, ".pag", false)) 1905 !aliaswait(map, ".pag", true)) 2457 aliaswait(map, ".db", false)) 2531 !aliaswait(map, ".db", true)) 3030 if (bitset(MF_ALIAS, map->map_mflags) && !aliaswait(map, CDBEXT, true)) 3318 aliaswait(map, NULL, true))
|
| H A D | sendmail.h | 2770 extern bool aliaswait __P((MAP *, const char *, bool));
|
| /freebsd/contrib/sendmail/ |
| H A D | RELEASE_NOTES | 10507 Improve aliaswait backoff algorithm. 10746 Fix a problem that caused aliaswait to go into infinite recursion
|