Searched defs:zmemcpy (Results 1 – 14 of 14) sorted by relevance
/netbsd-src/external/cddl/osnet/dist/uts/common/zmod/ |
H A D | zmod_subr.c | 69 zmemcpy(void *dest, const void *source, uint_t len) in zmemcpy() function
|
H A D | zutil.h | 233 # define zmemcpy _fmemcpy macro 237 # define zmemcpy memcpy macro
|
H A D | zutil.c | 155 void zmemcpy(dest, source, len) in zmemcpy() function
|
/netbsd-src/external/gpl3/binutils.old/dist/zlib/ |
H A D | zutil.h | 225 # define zmemcpy _fmemcpy macro 229 # define zmemcpy memcpy macro
|
H A D | zutil.c | 149 void ZLIB_INTERNAL zmemcpy(dest, source, len) in zmemcpy() function
|
/netbsd-src/external/gpl3/gdb/dist/zlib/ |
H A D | zutil.h | 225 # define zmemcpy _fmemcpy macro 229 # define zmemcpy memcpy macro
|
H A D | zutil.c | 149 void ZLIB_INTERNAL zmemcpy(dest, source, len) in zmemcpy() function
|
/netbsd-src/external/gpl3/binutils/dist/zlib/ |
H A D | zutil.h | 225 # define zmemcpy _fmemcpy macro 229 # define zmemcpy memcpy macro
|
H A D | zutil.c | 149 void ZLIB_INTERNAL zmemcpy(dest, source, len) in zmemcpy() function
|
/netbsd-src/sys/arch/evbarm/stand/gzboot/ |
H A D | gzboot.c | 250 zmemcpy(unsigned char *dst, unsigned char *src, unsigned int len) in zmemcpy() function
|
/netbsd-src/sys/arch/atari/stand/tostools/libtos/ |
H A D | cread.c | 113 zmemcpy(unsigned char *dest, unsigned char *source, unsigned int len) in zmemcpy() function
|
/netbsd-src/sys/lib/libsa/ |
H A D | cread.c | 142 zmemcpy(unsigned char *dest, unsigned char *source, unsigned int len) in zmemcpy() function
|
/netbsd-src/crypto/external/bsd/netpgp/dist/src/netpgpverify/ |
H A D | zlib.c | 174 #define zmemcpy memcpy macro
|
/netbsd-src/sys/net/ |
H A D | zlib.c | 237 # define zmemcpy _fmemcpy macro 241 # define zmemcpy memcpy macro 5660 void zmemcpy(dest, source, len) in zmemcpy() function
|