Home
last modified time | relevance | path

Searched refs:stpcpy (Results 1 – 8 of 8) sorted by relevance

/third_party/ulib/musl/src/string/
A Dstpcpy.c34 weak_alias(__stpcpy, stpcpy);
A Drules.mk10 $(GET_LOCAL_DIR)/stpcpy.c \
/third_party/uapp/dash/src/
A Dsystem.h53 char *stpcpy(char *, const char *);
A Dsystem.c72 char *stpcpy(char *dest, const char *src) in stpcpy() function
A Dnodes.c.pat162 funcstring = stpcpy(funcstring, s) + 1;
197 funcstring = stpcpy(funcstring, s) + 1;
A Dnodes.c355 funcstring = stpcpy(funcstring, s) + 1;
478 funcstring = stpcpy(funcstring, s) + 1; in encodestring()
/third_party/ulib/musl/include/
A Dstring.h53 char* stpcpy(char* __restrict, const char* __restrict);
/third_party/lib/cortex-strings/src/aarch64/
A Dstrcpy.S66 #define STRCPY stpcpy

Completed in 11 milliseconds