Searched refs:__itt_fstrcpyn (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/thirdparty/ittnotify/
H A Dittnotify_config.h261 #define __itt_fstrcpyn(s1, b, s2, l) strncpy_s(s1, b, s2, l) macro
313 #define __itt_fstrcpyn(s1, b, s2, l) SDL_STRNCPY_S(s1, b, s2, l) macro
315 #define __itt_fstrcpyn(s1, b, s2, l) strncpy(s1, s2, l) macro
H A Dittnotify_static.cpp808 __itt_fstrcpyn(env_value, max_len, env, len + 1);
957 __itt_fstrcpyn(gr, sizeof(gr) - 1, chunk, min_len);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/IntelJITEvents/
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

Completed in 275 milliseconds