Lines Matching refs:fun
128 _xsyslogp_r(int pri, struct syslog_fun *fun,
134 _vxsyslogp_r(pri, fun, data, msgid, sdfmt, msgfmt, ap);
139 _vxsyslogp_r(int pri, struct syslog_fun *fun,
184 prlen = (*fun->timefun)(p, tbuf_left);
186 (*fun->lock)(data);
205 (*fun->unlock)(data);
269 if ((*fun->errfun)(saved_errno, buf, sizeof(buf)) != 0)
293 prlen = (*fun->prfun)(p, tbuf_left, fmt_cpy, ap);
324 (*fun->lock)(data);
363 if (!(*fun->unlock)(data) && opened)