stpcpy            270 maint/gnulib/lib/argz.c         p = stpcpy (p, *ap);
stpcpy             69 maint/gnulib/lib/concat-filename.c   p = stpcpy (p, filename);
stpcpy             71 maint/gnulib/lib/concat-filename.c     stpcpy (p, suffix);
stpcpy            159 maint/gnulib/lib/savedir.c           used += stpcpy (dest, entries[i].name) - dest + 1;
stpcpy             31 maint/gnulib/lib/stpcpy.c # define __stpcpy stpcpy
stpcpy             48 maint/gnulib/lib/stpcpy.c weak_alias (__stpcpy, stpcpy)
stpcpy            351 maint/gnulib/lib/string.in.h _GL_FUNCDECL_SYS (stpcpy, char *,
stpcpy            355 maint/gnulib/lib/string.in.h _GL_CXXALIAS_SYS (stpcpy, char *,
stpcpy            357 maint/gnulib/lib/string.in.h _GL_CXXALIASWARN (stpcpy);
stpcpy            361 maint/gnulib/lib/string.in.h _GL_WARN_ON_USE (stpcpy, "stpcpy is unportable - "
stpcpy             43 maint/gnulib/lib/unistr/u8-stpcpy.c   return (uint8_t *) stpcpy ((char *) dest, (const char *) src);
stpcpy            162 maint/gnulib/tests/test-posixtm.c           stpcpy (stpcpy (tmp_buf, curr_year_str), T[i].in);
stpcpy             63 maint/gnulib/tests/test-string-c++.cc SIGNATURE_CHECK (GNULIB_NAMESPACE::stpcpy, char *, (char *, char const *));