HomeSort by: relevance | last modified time | path
    Searched refs:f_host (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/syslogd/
syslogd.h 337 char *f_host; /* host from which to record */ member in struct:filed
syslogd.c 1957 if (f->f_host != NULL && h != NULL) {
1965 switch (f->f_host[0]) {
1967 if (! matches_spec(h, f->f_host + 1,
1972 if (matches_spec(h, f->f_host + 1,
3056 FREEPTR(f->f_host);
3608 FREEPTR(f->f_host);
3828 f->f_host = NULL;
3830 f->f_host = strdup(host);
3831 trim_anydomain(&f->f_host[1]); /* skip +/- at beginning */

Completed in 15 milliseconds