Searched defs:strncpy (Results 1 – 3 of 3) sorted by relevance
42 strncpy(char *dst, const char *src, size_t n) in strncpy() function
90 char *strncpy(char * __restrict s1, const char * __restrict s2, size_t n) in strncpy() function
275 #define strncpy(strDest,strSource,count) AsciiStrnCpyS(strDest,MAX_STRING_SIZE,strSource,(UINTN)co… macro