Searched refs:stpcpy (Results 1 – 1 of 1) sorted by relevance
194 * stpcpy - copy a string from src to dest returning a pointer to the new end201 * stpcpy differs from strcpy in a key way: the return value is a pointer206 * the compiler lowers other libcalls to stpcpy.208 char *stpcpy(char *__restrict__ dest, const char *__restrict__ src);209 char *stpcpy(char *__restrict__ dest, const char *__restrict__ src) in stpcpy() function 215 EXPORT_SYMBOL(stpcpy);