Searched refs:memmove_s (Results 1 – 7 of 7) sorted by relevance
/third_party/bounds_checking_function/src/ |
D | memmove_s.c | 86 errno_t memmove_s(void *dest, size_t destMax, const void *src, size_t count) in memmove_s() function 121 EXPORT_SYMBOL(memmove_s);
|
D | wmemmove_s.c | 68 return memmove_s(dest, destMax * sizeof(wchar_t), src, count * sizeof(wchar_t)); in wmemmove_s()
|
/third_party/bounds_checking_function/ |
D | README.md | 12 - memmove_s
|
D | README.en.md | 15 - memmove_s
|
D | libsec_src.gni | 23 "//third_party/bounds_checking_function/src/memmove_s.c",
|
/third_party/bounds_checking_function/include/ |
D | securec.h | 153 SECUREC_API errno_t memmove_s(void *dest, size_t destMax, const void *src, size_t count);
|
/third_party/FreeBSD/sys/compat/linuxkpi/common/src/ |
D | tzdst.c | 58 …if (memmove_s(&buf[positions + 1], bufLen - positions - 1, &buf[positions], bufLen - positions - 1… in BufferInsert()
|