Lines Matching refs:strncpy
339 strncpy(cdigs, dig1, nbytes); in validfmt()
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()
567 strncpy(fmtbuf, tbuf, bsize); in fmt_str()
573 strncpy(tbuf, fmt, bytes); in fmt_str()
579 strncpy(tbuf, fmt, bytes); in fmt_str()
583 strncpy(tbuf, fmt, bytes); in fmt_str()
585 strncpy(tbuf+bytes+1, fmt+bytes, 2); in fmt_str()
622 strncpy(fmtbuf, fmt, bsize); in fmt_str()
730 strncpy(new->buf+new->len++, ": ", 2); in fc_cmn_start()