Home
last modified time | relevance | path

Searched defs:memacpy (Results 1 – 5 of 5) sorted by relevance

/dports/www/elinks/elinks-0.11.7/src/util/
H A Dstring.h36 #define memacpy(s, l) debug_memacpy(__FILE__, __LINE__, s, l) macro
H A Dstring.c72 memacpy(const unsigned char *src, int len) in memacpy() function
/dports/www/links/links-2.25/
H A Derror.c751 unsigned char *memacpy(const unsigned char *src, size_t len) in memacpy() function
H A Dlinks.h754 #define memacpy(s, l) debug_memacpy((unsigned char *)__FILE__, __LINE__, s, l) macro
/dports/www/links1/links-1.04/
H A Dlinks.h529 static inline unsigned char *memacpy(const unsigned char *src, size_t len) in memacpy() function
555 #define memacpy(s, l) debug_memacpy(__FILE__, __LINE__, s, l) macro