/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);
|