Searched defs:strncpy (Results 1 – 6 of 6) sorted by relevance
22 strncpy: global() label
25 static inline char *strncpy(char *dest, const char *src, size_t n) strncpy() function
38 static inline char *strncpy(char *__dest, const char *__src, size_t __n) 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) strncpy() function