Searched refs:stpcpy (Results 1 - 7 of 7) sorted by relevance

/fuchsia/zircon/third_party/uapp/dash/src/
H A Dsystem.h53 char *stpcpy(char *, const char *);
H A Dsystem.c72 char *stpcpy(char *dest, const char *src) function
H A Dnodes.c355 funcstring = stpcpy(funcstring, s) + 1;
478 funcstring = stpcpy(funcstring, s) + 1;
/fuchsia/zircon/third_party/ulib/musl/src/string/
H A Dstpcpy.c34 weak_alias(__stpcpy, stpcpy);
/fuchsia/zircon/third_party/ulib/musl/include/
H A Dstring.h53 char* stpcpy(char* __restrict, const char* __restrict);
/fuchsia/zircon/third_party/lib/cortex-strings/src/aarch64/
H A Dstrcpy.S2 strcpy/stpcpy - copy a string returning pointer to start/end.
35 /* To build as stpcpy, define BUILD_STPCPY before compiling this file.
66 #define STRCPY stpcpy
/fuchsia/zircon/system/ulib/launchpad/
H A Dlaunchpad.c206 p = stpcpy(p, item[i]) + 1;

Completed in 46 milliseconds