Searched defs:err_output (Results 1 - 1 of 1) sorted by relevance

/httpd/support/
H A Dsuexec.c152 static void err_output(int is_error, const char *fmt, va_list ap)
155 static void err_output(int is_error, const char *fmt, va_list ap) function
205 err_output(1, fmt, ap); /* 1 == is_error */
217 err_output(0, fmt, ap); /* 0 == !is_error */

Completed in 12 milliseconds