Searched defs:strpcpy (Results 1 – 2 of 2) sorted by relevance
14 static inline size_t strpcpy(char **dest, size_t size, const char *src) { in strpcpy() function
10 TEST(strpcpy) { in TEST() argument