OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs: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
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
618
copy_bytes
(int infd, int outfd, char *buf, size_t bufsize,
function
844
c =
copy_bytes
(fileno(fin), fileno(dout), buf, bufsize,
1117
c =
copy_bytes
(fileno(din), fileno(fout), buf, bufsize,
Completed in 23 milliseconds
Indexes created Sat Feb 21 08:20:20 UTC 2026