Searched refs:aliaswait (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/contrib/sendmail/src/
H A Dalias.c389 aliaswait(map, ext, isopen) function
400 sm_dprintf("aliaswait(%s:%s)\n",
431 sm_dprintf("aliaswait: sleeping for %u seconds (loopcount = %u)\n",
450 sm_dprintf("aliaswait: not rebuildable\n");
457 sm_dprintf("aliaswait: no source file\n");
H A Dmap.c119 ** should call aliaswait() before returning.
1580 aliaswait(map, ".pag", false))
1625 ** Need to set map_mtime before the call to aliaswait()
1626 ** as aliaswait() will call map_lookup() which requires
1642 !aliaswait(map, ".pag", true))
2214 aliaswait(map, ".db", false))
2289 ** Need to set map_mtime before the call to aliaswait()
2290 ** as aliaswait() will call map_lookup() which requires
2298 !aliaswait(map, ".db", true))
2708 ** We ought to be calling aliaswait() her
[all...]
H A Dsendmail.h1322 #define MF_ALIASWAIT 0x00000800 /* alias map in aliaswait state */
2572 extern bool aliaswait __P((MAP *, char *, bool));

Completed in 72 milliseconds