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

/freebsd-12-stable/contrib/openbsm/bin/auditdistd/
H A Dparse.y59 static struct adist_host *curhost;
196 TAILQ_FOREACH(curhost, &lconfig->adc_hosts, adh_next) {
197 if (curhost->adh_role != ADIST_ROLE_SENDER)
199 if (curhost->adh_checksum == -1)
200 curhost->adh_checksum = depth1_checksum;
201 if (curhost->adh_compression == -1)
202 curhost->adh_compression = depth1_compression;
203 if (curhost->adh_directory[0] == '\0') {
204 (void)strlcpy(curhost->adh_directory,
206 sizeof(curhost
[all...]
/freebsd-12-stable/contrib/sendmail/src/
H A Dalias.c938 char *curhost = CurHostName; local
944 CurHostName = curhost;
H A Ddeliver.c1321 char *volatile curhost; local
1933 curhost = NULL;
2018 curhost = CurHostName = "localhost";
2026 curhost = hostsignature(m, pv[1], firstto->q_flags & QSECURE);
2029 if (curhost == NULL || curhost[0] == '\0')
2064 nummxhosts = parse_hostsignature(curhost, mxhosts, m);

Completed in 113 milliseconds