Lines Matching refs:tbuf
532 char tbuf[CMN_MSG_SIZE]; in fmt_str() local
557 strncpy(tbuf, fmt, bytes); in fmt_str()
558 strncpy(tbuf+bytes, "%", 1); in fmt_str()
559 strncpy(tbuf+bytes+1, fmt+bytes, 1); in fmt_str()
561 tbuf[bytes] = 0; in fmt_str()
565 tbuf+bytes-3); in fmt_str()
567 strncpy(fmtbuf, tbuf, bsize); in fmt_str()
573 strncpy(tbuf, fmt, bytes); in fmt_str()
574 tbuf[bytes] = 0; in fmt_str()
579 strncpy(tbuf, fmt, bytes); in fmt_str()
580 tbuf[bytes] = 0; in fmt_str()
583 strncpy(tbuf, fmt, bytes); in fmt_str()
584 tbuf[bytes] = 'l'; in fmt_str()
585 strncpy(tbuf+bytes+1, fmt+bytes, 2); in fmt_str()
586 tbuf[bytes+1+2] = 0; in fmt_str()
592 fmt_str(env, pct+abs(fw), (tbuf + strlen(tbuf)), in fmt_str()
593 CMN_MSG_SIZE - strlen(tbuf)); in fmt_str()
606 (void) snprintf(fmtbuf, bsize, tbuf, arg); in fmt_str()
609 (void) snprintf(fmtbuf, bsize, tbuf); in fmt_str()
619 (void) snprintf(fmtbuf, bsize, tbuf, llarg); in fmt_str()