/netbsd-src/lib/libc/string/ |
H A D | stpcpy.c | 51 stpcpy(char * __restrict to, const char * __restrict from) in stpcpy() function
|
/netbsd-src/external/gpl3/gcc/dist/libiberty/ |
H A D | stpcpy.c | 39 stpcpy (char *dst, const char *src) in stpcpy() function
|
/netbsd-src/external/gpl3/binutils/dist/libiberty/ |
H A D | stpcpy.c | 39 stpcpy (char *dst, const char *src) in stpcpy() function
|
/netbsd-src/external/gpl3/gcc.old/dist/libiberty/ |
H A D | stpcpy.c | 39 stpcpy (char *dst, const char *src) in stpcpy() function
|
/netbsd-src/external/gpl3/binutils.old/dist/libiberty/ |
H A D | stpcpy.c | 39 stpcpy (char *dst, const char *src) in stpcpy() function
|
/netbsd-src/external/gpl2/grep/dist/intl/ |
H A D | l10nflist.c | 59 # define stpcpy(dest, src) __stpcpy(dest, src) macro 394 stpcpy (dest, src) in stpcpy() function
|
H A D | dcigettext.c | 126 # define stpcpy __stpcpy macro 1111 stpcpy (dest, src) in stpcpy() function
|
/netbsd-src/external/apache2/llvm/dist/clang/INPUTS/ |
H A D | stpcpy-test.c | 4 #define stpcpy(dest, src) __stpcpy (dest, src) macro
|
/netbsd-src/external/gpl2/gettext/dist/gettext-runtime/intl/ |
H A D | l10nflist.c | 57 # define stpcpy(dest, src) __stpcpy(dest, src) macro 394 stpcpy (char *dest, const char *src) in stpcpy() function
|
H A D | dcigettext.c | 151 # define stpcpy __stpcpy macro 1604 stpcpy (char *dest, const char *src) in stpcpy() function
|
/netbsd-src/external/gpl3/gdb.old/dist/intl/ |
H A D | l10nflist.c | 57 # define stpcpy(dest, src) __stpcpy(dest, src) macro 445 stpcpy (dest, src) in stpcpy() function
|
H A D | dcigettext.c | 143 # define stpcpy __stpcpy macro 1183 stpcpy (dest, src) in stpcpy() function
|
/netbsd-src/external/gpl3/binutils.old/dist/intl/ |
H A D | l10nflist.c | 57 # define stpcpy(dest, src) __stpcpy(dest, src) macro 445 stpcpy (dest, src) in stpcpy() function
|
H A D | dcigettext.c | 143 # define stpcpy __stpcpy macro 1183 stpcpy (dest, src) in stpcpy() function
|
/netbsd-src/external/gpl3/gcc/dist/intl/ |
H A D | l10nflist.c | 57 # define stpcpy(dest, src) __stpcpy(dest, src) macro 445 stpcpy (dest, src) in stpcpy() function
|
H A D | dcigettext.c | 143 # define stpcpy __stpcpy macro 1183 stpcpy (dest, src) in stpcpy() function
|
/netbsd-src/external/gpl3/gcc.old/dist/intl/ |
H A D | l10nflist.c | 57 # define stpcpy(dest, src) __stpcpy(dest, src) macro 445 stpcpy (dest, src) in stpcpy() function
|
H A D | dcigettext.c | 143 # define stpcpy __stpcpy macro 1183 stpcpy (dest, src) in stpcpy() function
|
/netbsd-src/external/gpl2/texinfo/dist/intl/ |
H A D | l10nflist.c | 59 # define stpcpy(dest, src) __stpcpy(dest, src) macro 417 stpcpy (char *dest, const char *src) in stpcpy() function
|
H A D | dcigettext.c | 145 # define stpcpy __stpcpy macro 1171 stpcpy (char *dest, const char *src) in stpcpy() function
|
/netbsd-src/include/ssp/ |
H A D | string.h | 98 #define stpcpy(dst, src) __ssp_bos_check2(stpcpy, dst, src) macro
|
/netbsd-src/external/gpl3/gcc/dist/libssp/ssp/ |
H A D | string.h | 121 #define stpcpy(dest, src) \ macro
|
/netbsd-src/external/gpl3/gcc.old/dist/libssp/ssp/ |
H A D | string.h | 121 #define stpcpy(dest, src) \ macro
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/msan/ |
H A D | msan_interceptors.cc | 309 INTERCEPTOR(char *, stpcpy, char *dest, const char *src) { // NOLINT in INTERCEPTOR() argument
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/msan/tests/ |
H A D | msan_test.cc | 1684 TEST(MemorySanitizer, stpcpy) { // NOLINT in TEST() argument
|