Home
last modified time | relevance | path

Searched refs:fmt_cpy (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/lib/libc/gen/
H A Dxsyslog.c151 char tbuf[TBUF_LEN], fmt_cpy[FMT_LEN], fmt_cat[FMT_LEN] = ""; in _vxsyslogp_r() local
265 for (t = fmt_cpy, fmt_left = FMT_LEN; (ch = *fmt) != '\0'; ++fmt) { in _vxsyslogp_r()
293 prlen = (*fun->prfun)(p, tbuf_left, fmt_cpy, ap); in _vxsyslogp_r()