Searched refs:libc_strlcpy (Results 1 – 1 of 1) sorted by relevance
510 static size_t (*libc_strlcpy)(char *__restrict, const char *__restrict, size_t); variable513 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