Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_string.c510 static size_t (*libc_strlcpy)(char *__restrict, const char *__restrict, size_t); variable
513 if (!libc_strlcpy) { in strlcpy()
514 libc_strlcpy = dlsym(RTLD_NEXT, "strlcpy"); in strlcpy()
516 size_t result = libc_strlcpy(dest, src, n); in strlcpy()

Completed in 6 milliseconds