Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_string.c520 static size_t (*libc_strlcat)(char *__restrict, const char *__restrict, size_t); variable
523 if (!libc_strlcat) { in strlcat()
524 libc_strlcat = dlsym(RTLD_NEXT, "strlcat"); in strlcat()
526 size_t result = libc_strlcat(dest, src, n); in strlcat()

Completed in 8 milliseconds