HomeSort by: relevance | last modified time | path
    Searched defs:copy_bytes (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/vchiq/dist/interface/vchiq_arm/
vchiq_arm.c 1355 int copy_bytes; local in function:vchiq_dump
1364 copy_bytes = min(len, (int)(context->space - context->actual));
1365 if (copy_bytes == 0)
1367 memcpy(context->buf + context->actual, str, copy_bytes);
1368 context->actual += copy_bytes;
1369 len -= copy_bytes;
1374 if ((len == 0) && (str[copy_bytes - 1] == '\0')) {
  /src/usr.bin/ftp/
ftp.c 610 copy_bytes(int infd, int outfd, char *buf, size_t bufsize, function in typeref:typename:int
829 c = copy_bytes(fileno(fin), fileno(dout), buf, bufsize,
1095 c = copy_bytes(fileno(din), fileno(fout), buf, bufsize,

Completed in 51 milliseconds