Home
last modified time | relevance | path

Searched defs:COPY (Results 1 – 10 of 10) sorted by relevance

/openbsd/lib/libc/stdio/
H A Dfvwrite.c65 #define COPY(n) (void)memcpy(fp->_p, p, n) in __sfvwrite() macro
/openbsd/lib/libc/stdlib/
H A Dheapsort.c55 #define COPY(a, b, count, size, tmp1, tmp2) { \ macro
/openbsd/sys/dev/isa/
H A Disapnpres.c229 #define COPY(a, b) strncpy((a), (b), sizeof(a)), (a)[sizeof(a) - 1] = '\0' in isapnp_process_tag() macro
/openbsd/lib/libz/
H A Dgzguts.h166 #define COPY 1 /* copy input directly */ macro
H A Dinflate.h36 COPY, /* i/o: waiting for input or output to copy stored block */ enumerator
/openbsd/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/
H A Dinflate.h36 COPY, /* i/o: waiting for input or output to copy stored block */ enumerator
/openbsd/sys/lib/libz/
H A Dinflate.h36 COPY, /* i/o: waiting for input or output to copy stored block */ enumerator
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D920625-1.c12 CPGT, CPGTU, CPLE, CPLEU, CPLT, CPLTU, CPNEQ, CMPPAR, DOZ, COPY, enumerator
/openbsd/bin/pax/
H A Dpax.h61 #define COPY 4 /* copy files to destination dir */ macro
/openbsd/gnu/usr.bin/gcc/gcc/java/
H A Dcheck-init.c78 #define COPY(DST, SRC) COPYN (DST, SRC, num_current_words) macro