arglist           310 lib/replace/replace.c void rep_vsyslog (int facility_priority, const char *format, va_list arglist)
arglist           313 lib/replace/replace.c 	vasprintf(&msg, format, arglist);
arglist           372 lib/replace/replace.h void rep_vsyslog (int facility_priority, const char *format, va_list arglist) PRINTF_ATTRIBUTE(2,0);