Home
last modified time | relevance | path

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

/libio/
A Dtst-vtables-common.c157 size_t to_copy = n; in method_xsputn() local
159 to_copy = sizeof (shared->buffer); in method_xsputn()
160 memcpy (shared->buffer, data, to_copy); in method_xsputn()
161 shared->buffer_length = to_copy; in method_xsputn()
162 return to_copy; in method_xsputn()
A Dwfileops.c259 size_t to_copy = count; in libc_hidden_def() local
262 to_copy = MIN (sizeof (accbuf) - naccbuf, count); in libc_hidden_def()
263 to = __mempcpy (&accbuf[naccbuf], from, to_copy); in libc_hidden_def()
264 naccbuf += to_copy; in libc_hidden_def()
274 fp->_IO_read_ptr += MAX (0, read_ptr_copy - &accbuf[naccbuf - to_copy]); in libc_hidden_def()

Completed in 7 milliseconds