Home
last modified time | relevance | path

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

/bionic/libc/upstream-openbsd/lib/libc/stdio/
Dfvwrite.c67 #define COPY(n) (void)memcpy(fp->_p, p, n) in __sfvwrite() macro
128 COPY(w); /* copy MIN(fp->_w,len), */ in __sfvwrite()
134 COPY(w); in __sfvwrite()
147 COPY(w); in __sfvwrite()
174 COPY(w); in __sfvwrite()
185 COPY(w); in __sfvwrite()
/bionic/libc/kernel/android/scsi/scsi/
Dscsi_proto.h40 #define COPY 0x18 macro