Searched defs:stpcpy (Results 1 – 6 of 6) sorted by relevance
121 char* stpcpy (char *dst, const char *src) { in stpcpy() function
31 static inline char * stpcpy (char *dest, const char * src) { in stpcpy() function
49 char *stpcpy(char *const dest __DIAGNOSE_PASS_OBJECT_SIZE, const char *src) in stpcpy() function
525 pub fn stpcpy(dst: *mut c_char, src: *const c_char) -> *mut c_char; in stpcpy() function
749 pub fn stpcpy(arg1: *mut c_char, arg2: *const c_char) -> *mut c_char; in stpcpy() function