Searched refs:fmt_left (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/Libc-1044.1.2/gen/
H A Doldsyslog.c133 int tbuf_left, fmt_left, prlen; local
209 for (t = fmt_cpy, fmt_left = FMT_LEN; (ch = *fmt); ++fmt) {
212 prlen = snprintf(t, fmt_left, "%s",
214 if (prlen >= fmt_left)
215 prlen = fmt_left - 1;
217 fmt_left -= prlen;
219 if (fmt_left > 1) {
221 fmt_left--;

Completed in 108 milliseconds