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

/macosx-10.10.1/syslog-267/aslcommon/
H A Dasl_common.h43 #define ACTION_OUT_DEST 2 macro
H A Dasl_common.c457 if ((r->action == ACTION_OUT_DEST) && (r->dst != NULL) && (r->dst->path != NULL) && (!strcmp(r->dst->path, path))) return r->dst;
1336 if (rule->action != ACTION_OUT_DEST) continue;
1525 out->action = ACTION_OUT_DEST;
1642 * dst might have been set up by a previous ACTION_OUT_DEST ('>') rule with no mode.
1916 if (r->action == ACTION_OUT_DEST)
/macosx-10.10.1/syslog-267/aslmanager.tproj/
H A Daslmanager.c1292 if (r->action == ACTION_OUT_DEST)
1455 if ((asl_store_dst == NULL) && (r->action == ACTION_OUT_DEST) && (!strcmp(r->dst->path, PATH_ASL_STORE)))
/macosx-10.10.1/syslog-267/syslogd.tproj/
H A Dasl_action.c1868 if (s->action == ACTION_OUT_DEST)
1876 if (r->action == ACTION_OUT_DEST)

Completed in 194 milliseconds