Searched refs:ncopied (Results 1 – 1 of 1) sorted by relevance
103 int trans, ncopied, nleft; in pattern_fill() local146 ncopied = cp - buf; in pattern_fill()147 while (ncopied < buflen) { in pattern_fill()148 trans = (ncopied < nleft) ? ncopied : nleft; in pattern_fill()151 ncopied += trans; in pattern_fill()