Home
last modified time | relevance | path

Searched refs:strncpy_sp (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/third_party/securec/include/
Dsecurec.h583 #define strncpy_sp(dest, destMax, src, count) ((__builtin_constant_p((count)) && \ macro
623 #define strncpy_sp strncpy_s macro
/third_party/bounds_checking_function/include/
Dsecurec.h581 #define strncpy_sp(dest, destMax, src, count) ((__builtin_constant_p((count)) && \ macro