Searched defs:KMP_STRCPY_S (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_safe_c_api.h30 #define KMP_STRCPY_S strcpy_s macro
53 #define KMP_STRCPY_S(dst, bsz, src) strcpy(dst, src) macro

Completed in 49 milliseconds