Lines Matching refs:stpcpy

311 -static char *stpcpy PARAMS ((char *dest, const char *src));
421 - cp = stpcpy (new_val, "NLSPATH=");
424 - cp = stpcpy (cp, dirname);
425 - cp = stpcpy (cp, "/%L/LC_MESSAGES/%N.cat:");
430 - stpcpy (cp, LOCALEDIR "/%L/LC_MESSAGES/%N.cat");
433 - cp = stpcpy (cp, LOCALEDIR);
434 - stpcpy (cp, "/%L/LC_MESSAGES/%N.cat");
438 - stpcpy (cp, old_val);
494 - avoid the non-standard function stpcpy. In GNU C Library this
499 -stpcpy (dest, src)
659 - get prototype for stpcpy and strcasecmp.
704 - l10nfile.c. Rename local stpcpy__ function to stpcpy.
706 - * dcgettext.c (stpcpy): Add local definition.
709 - Thomas Esken. Add local definition of stpcpy.
779 - * finddomain.c (stpcpy): Rename to stpcpy__ to prevent clashing
924 - * finddomain.c, cat-compat.c: Wrong indentation in #if for stpcpy.
926 - * finddomain.c (stpcpy):
941 - * cat-compat.c: (stpcpy) [!_LIBC && !HAVE_STPCPY]: Define replacement.
1055 - [_LIBC]: Rename stpcpy to __stpcpy to keep ANSI C name space clean.
1058 - [_LIBC]: Rename getced and stpcpy to __getcwd and __stpcpy resp to
1114 - Fix bug with the strange stpcpy replacement.
1119 - * cat-compat.c: Include <string.h> for stpcpy prototype.
1142 - Don't use xmalloc, xstrdup, and stpcpy. These functions are not part
1147 - Don't use xmalloc, xstrdup, and stpcpy. These functions are not part
1156 - Don't use xmalloc, xstrdup, and stpcpy. These functions are not part
1162 - Don't use xmalloc, xstrdup, and stpcpy. These functions are not part
1303 - * finddomain.c (stpcpy): Include prototype.
1631 -# define stpcpy __stpcpy
1640 -static char *stpcpy PARAMS ((char *dest, const char *src));
1834 - stpcpy (stpcpy (strchr (dirname, '\0'), "/"), binding->dirname);
1845 - stpcpy (stpcpy (stpcpy (stpcpy (xdomainname, categoryname), "/"),
2117 - avoid the non-standard function stpcpy. In GNU C Library this
2122 -stpcpy (dest, src)
3050 -# define stpcpy(dest, src) __stpcpy(dest, src)
3053 -static char *stpcpy PARAMS ((char *dest, const char *src));
3210 - cp = stpcpy (cp, language);
3215 - cp = stpcpy (cp, territory);
3220 - cp = stpcpy (cp, codeset);
3225 - cp = stpcpy (cp, normalized_codeset);
3232 - cp = stpcpy (cp, modifier);
3237 - cp = stpcpy (cp, special);
3243 - cp = stpcpy (cp, sponsor);
3247 - cp = stpcpy (cp, revision);
3252 - stpcpy (cp, filename);
3358 - wp = stpcpy (retval, "iso");
3378 - avoid the non-standard function stpcpy. In GNU C Library this
3383 -stpcpy (dest, src)