Home | History | Annotate | Download | only in intl

Lines Matching refs:stpcpy

19 /* Tell glibc's <string.h> to provide a prototype for stpcpy().
56 # ifndef stpcpy
57 # define stpcpy(dest, src) __stpcpy(dest, src)
61 static char *stpcpy PARAMS ((char *dest, const char *src));
254 cp = stpcpy (cp, language);
259 cp = stpcpy (cp, territory);
264 cp = stpcpy (cp, codeset);
269 cp = stpcpy (cp, normalized_codeset);
276 cp = stpcpy (cp, modifier);
281 cp = stpcpy (cp, special);
287 cp = stpcpy (cp, sponsor);
291 cp = stpcpy (cp, revision);
296 stpcpy (cp, filename);
422 wp = stpcpy (retval, "iso");
442 avoid the non-standard function stpcpy. In GNU C Library this
447 stpcpy (dest, src)