Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/fs/doio/
Dpattern.c103 int trans, ncopied, nleft; in pattern_fill() local
146 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()