Home
last modified time | relevance | path

Searched defs:strncpy (Results 1 – 3 of 3) sorted by relevance

/device/google/contexthub/firmware/lib/libc/
Dstrncpy.c42 strncpy(char *dst, const char *src, size_t n) in strncpy() function
/device/linaro/bootloader/edk2/StdLib/LibC/String/
DCopying.c90 char *strncpy(char * __restrict s1, const char * __restrict s2, size_t n) in strncpy() function
/device/linaro/bootloader/edk2/CryptoPkg/Include/
DOpenSslSupport.h275 #define strncpy(strDest,strSource,count) AsciiStrnCpyS(strDest,MAX_STRING_SIZE,strSource,(UINTN)co… macro