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

/macosx-10.10/syslog-267/syslogd.tproj/
H A Dbsd_out.c56 #define DST_TYPE_CONS 2 macro
132 if (!strcmp(r->dst, _PATH_CONSOLE)) r->type = DST_TYPE_CONS;
229 case DST_TYPE_CONS:
479 if ((r->type == DST_TYPE_FILE) || (r->type == DST_TYPE_CONS))
496 if ((vfacility != NULL) && (!strcmp(vfacility, FACILITY_KERNEL)) && (r->type == DST_TYPE_CONS)) do_write = 0;

Completed in 162 milliseconds