Searched refs:libc_strlcat (Results 1 – 1 of 1) sorted by relevance
520 static size_t (*libc_strlcat)(char *__restrict, const char *__restrict, size_t); variable523 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 5 milliseconds