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 (char *dest, const char *src);
222 cp = stpcpy (cp, language);
227 cp = stpcpy (cp, territory);
232 cp = stpcpy (cp, codeset);
237 cp = stpcpy (cp, normalized_codeset);
242 cp = stpcpy (cp, modifier);
246 stpcpy (cp, filename);
371 wp = stpcpy (retval, "iso");
391 avoid the non-standard function stpcpy. In GNU C Library this
396 stpcpy (char *dest, const char *src)