Searched defs:strncpy (Results 1 – 3 of 3) sorted by relevance
21 char *strncpy (char *s1, const char *s2, size_t n) in strncpy() function
37 char *strncpy(char * dest, const char * src, size_t count) in strncpy() function
10 char *strncpy(char *dest, const char *src, size_t count) in strncpy() function
Completed in 7 milliseconds