Searched refs:MEMPCPY (Results 1 – 2 of 2) sorted by relevance
/posix/ |
A D | fnmatch.c | 118 #define MEMPCPY(D, S, N) mempcpy (D, S, N) macro 139 #define MEMPCPY(D, S, N) wmempcpy (D, S, N) macro
|
A D | fnmatch_loop.c | 1046 *((CHAR *) MEMPCPY (newp, startp, p - startp)) = L_('\0'); in EXT() 1184 #undef MEMPCPY
|
Completed in 7 milliseconds