Searched refs:memccpy (Results 1 – 3 of 3) sorted by relevance
12 void* memccpy(void* restrict dest, const void* restrict src, int c, size_t n) { in memccpy() function
6 $(GET_LOCAL_DIR)/memccpy.c \
62 void* memccpy(void* __restrict, const void* __restrict, int, size_t);
Completed in 3 milliseconds