| /openbsd-src/lib/libc/string/ | 
| H A D | stpcpy.c | 40 stpcpy(char *to, const char *from)  in stpcpy()  function
 | 
| /openbsd-src/gnu/lib/libiberty/src/ | 
| H A D | stpcpy.c | 39 stpcpy (char *dst, const char *src)  in stpcpy()  function
 | 
| /openbsd-src/gnu/usr.bin/gcc/gcc/intl/ | 
| H A D | l10nflist.c | 62 #  define stpcpy(dest, src) __stpcpy(dest, src)  macro397 stpcpy (dest, src)  in stpcpy()  function
 
 | 
| H A D | dcigettext.c | 130 #  define stpcpy __stpcpy  macro1207 stpcpy (dest, src)  in stpcpy()  function
 
 | 
| /openbsd-src/gnu/usr.bin/binutils-2.17/intl/ | 
| H A D | l10nflist.c | 69 #  define stpcpy(dest, src) __stpcpy(dest, src)  macro403 stpcpy (dest, src)  in stpcpy()  function
 
 | 
| H A D | dcgettext.c | 95 #  define stpcpy __stpcpy  macro591 stpcpy (dest, src)  in stpcpy()  function
 
 | 
| H A D | cat-compat.c | 254 stpcpy (dest, src)  in stpcpy()  function
 | 
| /openbsd-src/gnu/usr.bin/binutils/intl/ | 
| H A D | l10nflist.c | 69 #  define stpcpy(dest, src) __stpcpy(dest, src)  macro403 stpcpy (dest, src)  in stpcpy()  function
 
 | 
| H A D | dcgettext.c | 95 #  define stpcpy __stpcpy  macro591 stpcpy (dest, src)  in stpcpy()  function
 
 | 
| H A D | cat-compat.c | 254 stpcpy (dest, src)  in stpcpy()  function
 | 
| /openbsd-src/gnu/usr.bin/texinfo/intl/ | 
| H A D | l10nflist.c | 57 #  define stpcpy(dest, src) __stpcpy(dest, src)  macro415 stpcpy (char *dest, const char *src)  in stpcpy()  function
 
 | 
| H A D | dcigettext.c | 143 #  define stpcpy __stpcpy  macro1169 stpcpy (char *dest, const char *src)  in stpcpy()  function
 
 | 
| /openbsd-src/gnu/gcc/intl/ | 
| H A D | l10nflist.c | 57 #  define stpcpy(dest, src) __stpcpy(dest, src)  macro445 stpcpy (dest, src)  in stpcpy()  function
 
 | 
| H A D | dcigettext.c | 143 #  define stpcpy __stpcpy  macro1183 stpcpy (dest, src)  in stpcpy()  function
 
 | 
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/ | 
| H A D | macro1.c | 66 #define stpcpy(a) M(a)  in main()  macro
 | 
| /openbsd-src/gnu/gcc/libssp/ssp/ | 
| H A D | string.h | 122 #define stpcpy(dest, src) \  macro
 | 
| /openbsd-src/gnu/llvm/compiler-rt/lib/msan/ | 
| H A D | msan_interceptors.cpp | 304 INTERCEPTOR(char *, stpcpy, char *dest, const char *src) {  in INTERCEPTOR()  argument
 | 
| /openbsd-src/gnu/llvm/compiler-rt/lib/msan/tests/ | 
| H A D | msan_test.cpp | 1677 TEST(MemorySanitizer, stpcpy) {  in TEST()  argument
 |