Searched refs:__itt_fstrcpyn (Results 1 – 1 of 1) sorted by relevance
/PHP-8.1/ext/opcache/jit/vtune/ |
H A D | ittnotify_config.h | 284 #define __itt_fstrcpyn(s1, b, s2, l) strncpy_s(s1, b, s2, l) macro 332 #define __itt_fstrcpyn(s1, b, s2, l) SDL_STRNCPY_S(s1, b, s2, l) macro 334 #define __itt_fstrcpyn(s1, b, s2, l) strncpy(s1, s2, l) macro
|
Completed in 6 milliseconds