Home
last modified time | relevance | path

Searched refs:HostStatDir (Results 1 – 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/sendmail/src/
Dmci.c789 if (HostStatDir == NULL || mci->mci_host == NULL)
862 if (HostStatDir == NULL || mci->mci_host == NULL)
915 if (IgnoreHostStatus || HostStatDir == NULL || mci->mci_host == NULL)
1101 if (HostStatDir == NULL || mci->mci_host == NULL)
1180 pathname = HostStatDir;
1602 len = strlen(HostStatDir) + 2;
1613 (void) sm_strlcpy(path, HostStatDir, pathlen);
Dmain.c1525 if (HostStatDir != NULL && MaxMciCache == 0)
1527 HostStatDir = NULL;
1533 if (SingleThreadDelivery && HostStatDir == NULL)
1691 HostStatDir = NULL;
1956 if (HostStatDir != NULL && !path_is_dir(HostStatDir, false))
1961 HostStatDir, sm_errstring(errno));
1962 HostStatDir = NULL;
Dsendmail.h2610 EXTERN char *HostStatDir; /* location of host status information */ variable
Dreadcf.c3980 HostStatDir = newstr(val);