Searched defs:strncpy (Results 1 – 3 of 3) sorted by relevance
21 .globl strncpy symbol22 strncpy: label
33 static inline char *strncpy(char *__dest, const char *__src, size_t __n) in strncpy() function
94 char * strncpy(char * dest,const char *src,size_t count) in strncpy() function