Home
last modified time | relevance | path

Searched refs:ALIGNED (Results 1 – 3 of 3) sorted by relevance

/picolibc-3.7.0-3.6.0/newlib/libc/string/
Dstrcat.c51 #define ALIGNED(X) \ macro
94 if (ALIGNED (s1)) in strcat()
Dstrncat.c59 #define ALIGNED(X) \ macro
101 if (ALIGNED (s1)) in strncat()
/picolibc-3.7.0-3.6.0/newlib/
DChangeLog-201521617 * libc/string/strcat.c (ALIGNED): Sense of result was reversed.
21618 * libc/string/strncat.c (ALIGNED): Ditto.