Home
last modified time | relevance | path

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

/bionic/libc/unistd/
Dsyslog.c114 char *stdp = NULL, tbuf[TBUF_LEN], fmt_cpy[FMT_LEN]; in vsyslog_r() local
194 for (t = fmt_cpy, fmt_left = FMT_LEN; (ch = *fmt); ++fmt) { in vsyslog_r()
224 prlen = vsnprintf(p, tbuf_left, fmt_cpy, ap); in vsyslog_r()