Searched refs:stpcpy (Results 1 – 2 of 2) sorted by relevance
/intl/ |
A D | l10nflist.c | 54 # ifndef stpcpy 55 # define stpcpy(dest, src) __stpcpy(dest, src) macro 59 static char *stpcpy (char *dest, const char *src); 189 cp = stpcpy (cp, language); in _nl_make_l10nflist() 194 cp = stpcpy (cp, territory); in _nl_make_l10nflist() 199 cp = stpcpy (cp, codeset); in _nl_make_l10nflist() 204 cp = stpcpy (cp, normalized_codeset); in _nl_make_l10nflist() 209 cp = stpcpy (cp, modifier); in _nl_make_l10nflist() 213 stpcpy (cp, filename); in _nl_make_l10nflist() 326 wp = stpcpy (retval, "iso"); in _nl_normalize_codeset() [all …]
|
A D | dcigettext.c | 137 # ifndef stpcpy 138 # define stpcpy __stpcpy macro 153 static char *stpcpy (char *dest, const char *src); 655 stpcpy ((char *) mempcpy (stpcpy (stpcpy (xdomainname, categoryname), "/"), in gl_dcigettext() 1650 stpcpy (char *dest, const char *src) in stpcpy() function
|
Completed in 8 milliseconds