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

/freebsd-12-stable/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.c122 ** should call aliaswait() before returning.
1612 aliaswait(map, ".pag", false))
1657 ** Need to set map_mtime before the call to aliaswait()
1658 ** as aliaswait() will call map_lookup() which requires
1674 !aliaswait(map, ".pag", true))
2246 aliaswait(map, ".db", false))
2321 ** Need to set map_mtime before the call to aliaswait()
2322 ** as aliaswait() will call map_lookup() which requires
2330 !aliaswait(map, ".db", true))
3123 ** We ought to be calling aliaswait() her
[all...]
H A Dsendmail.h1417 #define MF_ALIASWAIT 0x00000800 /* alias map in aliaswait state */
2610 extern bool aliaswait __P((MAP *, char *, bool));

Completed in 221 milliseconds