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

/macosx-10.9.5/syslog-217.1.4/syslogd.tproj/
H A Ddaemon.h184 int control_set_param(const char *s, bool eval);
H A Ddaemon.c504 if ((r->action == ACTION_SET_PARAM) && (r->query == NULL) && (!strncmp(r->options, "debug", 5))) control_set_param(r->options, true);
514 control_set_param(const char *s, bool eval) function
708 return control_set_param(str, true);
H A Dasl_action.c162 control_set_param(x, eval);

Completed in 85 milliseconds