Searched refs:stpcpy (Results 1 - 8 of 8) sorted by last modified time

/haiku/headers/posix/
H A Dstring.h64 extern char *stpcpy(char *dest, const char *source);
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs_legacy.c2472 void stpcpy() {} function
H A Dlibroot_stubs.c2480 void stpcpy() {} function
/haiku/headers/private/fs_shell/
H A Dfssh_api_wrapper.h1393 #define stpcpy fssh_stpcpy macro
/haiku/src/apps/mail/
H A DWords.cpp526 end = stpcpy(dst, src);
532 end = stpcpy(end - 1, "ive");
535 end = stpcpy(end, "ive");
542 end = stpcpy(end - 1, "ion");
545 end = stpcpy(end - 1, "ication");
548 end = stpcpy(end, "en");
555 end = stpcpy(end - 1, "ions");
558 end = stpcpy(end - 1, "ications");
561 end = stpcpy(end, "ens");
568 end = stpcpy(en
[all...]
/haiku/src/system/libroot/posix/string/
H A Dstpcpy.c14 stpcpy(char *dest, char const *src) function
/haiku/src/tools/fs_shell/
H A Dstring.cpp236 return stpcpy(dest, source);
/haiku/src/system/libroot/posix/glibc/include/
H A Dstring.h12 #define __stpcpy stpcpy

Completed in 106 milliseconds