Home | History | Annotate | Download | only in intl

Lines Matching refs:stpcpy

21 /* Tell glibc's <string.h> to provide a prototype for stpcpy().
58 # ifndef stpcpy
59 # define stpcpy(dest, src) __stpcpy(dest, src)
63 static char *stpcpy (char *dest, const char *src);
228 cp = stpcpy (cp, language);
233 cp = stpcpy (cp, territory);
238 cp = stpcpy (cp, codeset);
243 cp = stpcpy (cp, normalized_codeset);
250 cp = stpcpy (cp, modifier);
255 cp = stpcpy (cp, special);
261 cp = stpcpy (cp, sponsor);
265 cp = stpcpy (cp, revision);
270 stpcpy (cp, filename);
394 wp = stpcpy (retval, "iso");
414 avoid the non-standard function stpcpy. In GNU C Library this
419 stpcpy (char *dest, const char *src)