Home | History | Annotate | Download | only in gen

Lines Matching refs:msgfmt

139     const char *sdfmt, const char *msgfmt, ...)
145 va_start(ap, msgfmt);
146 __vsyslogp_r60(pri, &data, msgid, sdfmt, msgfmt, ap);
152 const char *sdfmt, const char *msgfmt, __va_list ap)
157 __vsyslogp_r60(pri, &data, msgid, sdfmt, msgfmt, ap);
177 const char *sdfmt, const char *msgfmt, ...)
181 va_start(ap, msgfmt);
182 vsyslogp_r(pri | LOG_SIGNAL_SAFE, data, msgid, sdfmt, msgfmt, ap);
194 const char *sdfmt, const char *msgfmt, va_list ap)
196 vsyslogp_r(pri | LOG_SIGNAL_SAFE, data, msgid, sdfmt, msgfmt, ap);