HomeSort by: relevance | last modified time | path
    Searched defs:tbuf_left (Results 1 - 3 of 3) sorted by relevancy

  /src/lib/libc/gen/
xsyslog.c 152 size_t tbuf_left, fmt_left, msgsdlen; local in function:_vxsyslogp_r
179 tbuf_left = TBUF_LEN;
181 prlen = snprintf_ss(p, tbuf_left, "<%d>1 ", pri);
184 prlen = (*fun->timefun)(p, tbuf_left);
196 prlen = snprintf_ss(p, tbuf_left, " %s ", data->log_hostname);
202 prlen = snprintf_ss(p, tbuf_left, "%s ",
215 prlen = snprintf_ss(p, tbuf_left, "%d ", getpid());
228 prlen = snprintf_ss(p, tbuf_left, "- ");
293 prlen = (*fun->prfun)(p, tbuf_left, fmt_cpy, ap);
xsyslog.c 152 size_t tbuf_left, fmt_left, msgsdlen; local in function:_vxsyslogp_r
179 tbuf_left = TBUF_LEN;
181 prlen = snprintf_ss(p, tbuf_left, "<%d>1 ", pri);
184 prlen = (*fun->timefun)(p, tbuf_left);
196 prlen = snprintf_ss(p, tbuf_left, " %s ", data->log_hostname);
202 prlen = snprintf_ss(p, tbuf_left, "%s ",
215 prlen = snprintf_ss(p, tbuf_left, "%d ", getpid());
228 prlen = snprintf_ss(p, tbuf_left, "- ");
293 prlen = (*fun->prfun)(p, tbuf_left, fmt_cpy, ap);
xsyslog.c 152 size_t tbuf_left, fmt_left, msgsdlen; local in function:_vxsyslogp_r
179 tbuf_left = TBUF_LEN;
181 prlen = snprintf_ss(p, tbuf_left, "<%d>1 ", pri);
184 prlen = (*fun->timefun)(p, tbuf_left);
196 prlen = snprintf_ss(p, tbuf_left, " %s ", data->log_hostname);
202 prlen = snprintf_ss(p, tbuf_left, "%s ",
215 prlen = snprintf_ss(p, tbuf_left, "%d ", getpid());
228 prlen = snprintf_ss(p, tbuf_left, "- ");
293 prlen = (*fun->prfun)(p, tbuf_left, fmt_cpy, ap);

Completed in 95 milliseconds