Home
last modified time | relevance | path

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

/PHP-8.2/ext/opcache/jit/vtune/
H A Dittnotify_config.h284 #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 10 milliseconds