Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sendmail/src/
H A Dmci.c722 if (HostStatDir == NULL || mci->mci_host == NULL)
795 if (HostStatDir == NULL || mci->mci_host == NULL)
848 if (IgnoreHostStatus || HostStatDir == NULL || mci->mci_host == NULL)
1034 if (HostStatDir == NULL || mci->mci_host == NULL)
1113 pathname = HostStatDir;
1535 len = strlen(HostStatDir) + 2;
1546 (void) sm_strlcpy(path, HostStatDir, pathlen);
H A Dmain.c1472 if (HostStatDir != NULL && MaxMciCache == 0)
1474 HostStatDir = NULL;
1480 if (SingleThreadDelivery && HostStatDir == NULL)
1638 HostStatDir = NULL;
1900 if (HostStatDir != NULL && !path_is_dir(HostStatDir, false))
1905 HostStatDir, sm_errstring(errno));
1906 HostStatDir = NULL;
H A Dsendmail.h2350 EXTERN char *HostStatDir; /* location of host status information */ variable
H A Dreadcf.c3266 HostStatDir = newstr(val);