Home
last modified time | relevance | path

Searched refs:SIMPLE_STPCPY (Results 1 – 2 of 2) sorted by relevance

/glibc-2.36/string/
Dtest-stpcpy.c29 # define SIMPLE_STPCPY simple_stpcpy macro
34 # define SIMPLE_STPCPY simple_wcpcpy macro
38 CHAR *SIMPLE_STPCPY (CHAR *, const CHAR *);
40 IMPL (SIMPLE_STPCPY, 0)
44 SIMPLE_STPCPY (CHAR *dst, const CHAR *src) in SIMPLE_STPCPY() function
/glibc-2.36/ChangeLog.old/
DChangeLog.195553 * benchtests/bench-stpcpy.c (SIMPLE_STPCPY): Remove function.