Home
last modified time | relevance | path

Searched defs:stpcpy (Results 1 – 18 of 18) sorted by relevance

/openbsd/lib/libc/string/
H A Dstpcpy.c40 stpcpy(char *to, const char *from) in stpcpy() function
/openbsd/gnu/lib/libiberty/src/
H A Dstpcpy.c39 stpcpy (char *dst, const char *src) in stpcpy() function
/openbsd/gnu/usr.bin/gcc/gcc/intl/
H A Dl10nflist.c62 # define stpcpy(dest, src) __stpcpy(dest, src) macro
397 stpcpy (dest, src) in stpcpy() function
H A Ddcigettext.c130 # define stpcpy __stpcpy macro
1207 stpcpy (dest, src) in stpcpy() function
/openbsd/gnu/usr.bin/binutils/intl/
H A Dl10nflist.c69 # define stpcpy(dest, src) __stpcpy(dest, src) macro
403 stpcpy (dest, src) in stpcpy() function
H A Ddcgettext.c95 # define stpcpy __stpcpy macro
591 stpcpy (dest, src) in stpcpy() function
H A Dcat-compat.c254 stpcpy (dest, src) in stpcpy() function
/openbsd/gnu/usr.bin/binutils-2.17/intl/
H A Dl10nflist.c69 # define stpcpy(dest, src) __stpcpy(dest, src) macro
403 stpcpy (dest, src) in stpcpy() function
H A Ddcgettext.c95 # define stpcpy __stpcpy macro
591 stpcpy (dest, src) in stpcpy() function
H A Dcat-compat.c254 stpcpy (dest, src) in stpcpy() function
/openbsd/gnu/gcc/intl/
H A Dl10nflist.c57 # define stpcpy(dest, src) __stpcpy(dest, src) macro
445 stpcpy (dest, src) in stpcpy() function
H A Ddcigettext.c143 # define stpcpy __stpcpy macro
1183 stpcpy (dest, src) in stpcpy() function
/openbsd/gnu/usr.bin/texinfo/intl/
H A Dl10nflist.c57 # define stpcpy(dest, src) __stpcpy(dest, src) macro
415 stpcpy (char *dest, const char *src) in stpcpy() function
H A Ddcigettext.c143 # define stpcpy __stpcpy macro
1169 stpcpy (char *dest, const char *src) in stpcpy() function
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/
H A Dmacro1.c66 #define stpcpy(a) M(a) in main() macro
/openbsd/gnu/gcc/libssp/ssp/
H A Dstring.h122 #define stpcpy(dest, src) \ macro
/openbsd/gnu/llvm/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp304 INTERCEPTOR(char *, stpcpy, char *dest, const char *src) { in INTERCEPTOR() argument
/openbsd/gnu/llvm/compiler-rt/lib/msan/tests/
H A Dmsan_test.cpp1677 TEST(MemorySanitizer, stpcpy) { in TEST() argument