Searched refs:copy_bytes (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/sys/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_arm.c1376 int copy_bytes; local
1385 copy_bytes = min(len, (int)(context->space - context->actual));
1386 if (copy_bytes == 0)
1388 memcpy(context->buf + context->actual, str, copy_bytes);
1389 context->actual += copy_bytes;
1390 len -= copy_bytes;
1395 if ((len == 0) && (str[copy_bytes - 1] == '\0')) {
/freebsd-current/contrib/tnftp/src/
H A Dftp.c584 copy_bytes(int infd, int outfd, char *buf, size_t bufsize, function
790 c = copy_bytes(fileno(fin), fileno(dout), buf, bufsize,
1055 c = copy_bytes(fileno(din), fileno(fout), buf, bufsize,

Completed in 63 milliseconds