Home | History | Annotate | Download | only in intl

Lines Matching refs:stpcpy

142 # ifndef stpcpy
143 # define stpcpy __stpcpy
158 #define stpcpy(dest, src) my_stpcpy(dest, src)
159 static char *stpcpy (char *dest, const char *src);
558 stpcpy (stpcpy (strchr (dirname, '\0'), "/"), binding->dirname);
570 stpcpy (mempcpy (stpcpy (stpcpy (xdomainname, categoryname), "/"),
1167 avoid the non-standard function stpcpy. In GNU C Library this
1172 stpcpy (char *dest, const char *src)