Home
last modified time | relevance | path

Searched defs:__itt_fstrcpyn (Results 1 – 2 of 2) sorted by relevance

/llvm-project/openmp/runtime/src/thirdparty/ittnotify/
H A Dittnotify_config.h275 #define __itt_fstrcpyn(s1, b, s2, l) strncpy_s(s1, b, s2, l) macro
327 #define __itt_fstrcpyn(s1, b, s2, l) SDL_STRNCPY_S(s1, b, s2, l) macro
329 #define __itt_fstrcpyn(s1, b, s2, l) \ macro
/llvm-project/llvm/lib/ExecutionEngine/IntelJITProfiling/
H A Dittnotify_config.h210 #define __itt_fstrcpyn(s1, s2, l) lstrcpynA(s1, s2, l) macro
251 #define __itt_fstrcpyn(s1, s2, l) strncpy(s1, s2, l) macro