Lines Matching refs:stpcpy
56 # ifndef stpcpy
57 # define stpcpy(dest, src) __stpcpy(dest, src) macro
61 #define stpcpy(dest, src) my_stpcpy(dest, src) macro
62 static char *stpcpy (char *dest, const char *src);
226 cp = stpcpy (cp, language); in _nl_make_l10nflist()
231 cp = stpcpy (cp, territory); in _nl_make_l10nflist()
236 cp = stpcpy (cp, codeset); in _nl_make_l10nflist()
241 cp = stpcpy (cp, normalized_codeset); in _nl_make_l10nflist()
248 cp = stpcpy (cp, modifier); in _nl_make_l10nflist()
253 cp = stpcpy (cp, special); in _nl_make_l10nflist()
259 cp = stpcpy (cp, sponsor); in _nl_make_l10nflist()
263 cp = stpcpy (cp, revision); in _nl_make_l10nflist()
268 stpcpy (cp, filename); in _nl_make_l10nflist()
391 wp = stpcpy (retval, "iso"); in _nl_normalize_codeset()
416 stpcpy (char *dest, const char *src) in stpcpy() function