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

/macosx-10.10/syslog-267/syslogd.tproj/
H A Dbsd_out.c55 #define DST_TYPE_FILE 1 macro
131 r->type = DST_TYPE_FILE;
228 case DST_TYPE_FILE:
373 if (r->type != DST_TYPE_FILE) return 0;
479 if ((r->type == DST_TYPE_FILE) || (r->type == DST_TYPE_CONS))
485 if ((r->type == DST_TYPE_FILE) && (is_dup == 0) && (r->last_count > 0)) _bsd_send_repeat_msg(r);
497 if ((do_write == 1) && (r->type == DST_TYPE_FILE) && (is_dup == 1))
687 if (r->type != DST_TYPE_FILE) continue;

Completed in 100 milliseconds