Home
last modified time | relevance | path

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

/linux/lib/
H A Dstring.c194 * stpcpy - copy a string from src to dest returning a pointer to the new end
201 * stpcpy differs from strcpy in a key way: the return value is a pointer
206 * 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);