Searched refs:emulated_memmove (Results 1 – 2 of 2) sorted by relevance
/external/pcre/dist2/src/ |
D | pcre2grep.c | 482 emulated_memmove(void *d, const void *s, size_t n) in emulated_memmove() function 506 #define memmove(d,s,n) emulated_memmove(d,s,n)
|
D | pcre2test.c | 2609 emulated_memmove(void *d, const void *s, size_t n) in emulated_memmove() function 2633 #define memmove(d,s,n) emulated_memmove(d,s,n)
|