Searched defs:strncpy (Results 1 – 6 of 6) sorted by relevance
23 strncpy: label
22 strncpy: label
25 static inline char *strncpy(char *dest, const char *src, size_t n) in strncpy() function
38 static inline char *strncpy(char *__dest, const char *__src, size_t __n) in strncpy() function
287 char *strncpy(char *dst, const char *src, size_t size) in strncpy() function
92 char *strncpy(char *dest, const char *src, size_t count) in strncpy() function