Searched defs:strncpy (Results 1 – 3 of 3) sorted by relevance
23 strncpy(dst, src, n) in strncpy() function
161 strncpy(s1, s2, n) in strncpy() function
78 char *(*strncpy) __P((char *s1, char *s2, int n)); /* 1c */ member