| /src/external/bsd/nvi/dist/common/ |
| multibyte.h | 110 * Glibc has a function mempcpy with the same purpose. 112 #define MEMPCPY(p, t, len) \
|
| /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/ |
| fnmatch.c | 164 # define MEMPCPY(D, S, N) __mempcpy (D, S, N) 167 # define MEMPCPY(D, S, N) mempcpy (D, S, N) 169 # define MEMPCPY(D, S, N) ((void *) ((char *) memcpy (D, S, N) + (N))) 190 # define MEMPCPY(D, S, N) __wmempcpy (D, S, N) 195 # define MEMPCPY(D, S, N) wmempcpy (D, S, N) 197 # define MEMPCPY(D, S, N) (wmemcpy (D, S, N) + (N))
|
| fnmatch_loop.c | 1080 *((CHAR *) MEMPCPY (newp->str, startp, p - startp)) = L_('\0'); \ 1245 #undef MEMPCPY
|
| /src/external/gpl2/xcvs/dist/lib/ |
| fnmatch.c | 195 # define MEMPCPY(D, S, N) __mempcpy (D, S, N) 198 # define MEMPCPY(D, S, N) mempcpy (D, S, N) 200 # define MEMPCPY(D, S, N) ((void *) ((char *) memcpy (D, S, N) + (N))) 221 # define MEMPCPY(D, S, N) __wmempcpy (D, S, N) 226 # define MEMPCPY(D, S, N) wmempcpy (D, S, N) 228 # define MEMPCPY(D, S, N) (wmemcpy (D, S, N) + (N))
|
| fnmatch_loop.c | 1067 *((CHAR *) MEMPCPY (newp->str, startp, p - startp)) = L('\0'); \ 1189 #undef MEMPCPY
|
| strftime.c | 103 # define MEMPCPY(d, s, n) __mempcpy (d, s, n) 106 # define MEMPCPY(d, s, n) ((void *) ((char *) memcpy (d, s, n) + (n)))
|
| /src/external/gpl3/gdb/dist/gnulib/import/ |
| fnmatch.c | 54 # define mempcpy __mempcpy macro 136 #define MEMPCPY(D, S, N) mempcpy (D, S, N) 157 #define MEMPCPY(D, S, N) wmempcpy (D, S, N)
|
| fnmatch_loop.c | 1064 *((CHAR *) MEMPCPY (newp->str, startp, p - startp)) = L_('\0'); \ 1204 #undef MEMPCPY
|
| /src/external/gpl3/gdb.old/dist/gnulib/import/ |
| fnmatch.c | 54 # define mempcpy __mempcpy macro 136 #define MEMPCPY(D, S, N) mempcpy (D, S, N) 157 #define MEMPCPY(D, S, N) wmempcpy (D, S, N)
|
| fnmatch_loop.c | 1064 *((CHAR *) MEMPCPY (newp->str, startp, p - startp)) = L_('\0'); \ 1204 #undef MEMPCPY
|
| /src/external/gpl2/diffutils/dist/lib/ |
| strftime.c | 120 # define MEMPCPY(d, s, n) __mempcpy (d, s, n) 123 # define MEMPCPY(d, s, n) ((void *) ((char *) memcpy (d, s, n) + (n))) 236 (P) = MEMPCPY ((P), spaces, _this * sizeof (CHAR_T)); \ 249 (P) = MEMPCPY ((P), zeroes, _this * sizeof (CHAR_T)); \
|