Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/image/
A DIMG_svg.c59 #define strncpy SDL_strlcpy macro
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/api/platform/
A Dplatform_stdlib_rtl8721d.h78 #define strncpy(dest, src, count) _strncpy(dest, src, count) macro
/AliOS-Things-master/components/py_engine/engine/shared/libc/
A Dstring0.c174 char *strncpy(char *s1, const char *s2, size_t n) { in strncpy() function
/AliOS-Things-master/components/SDL2/src/hidapi/windows/
A Dhid.c54 #define strncpy SDL_strlcpy macro

Completed in 7 milliseconds