Home | History | Annotate | Download | only in libevent

Lines Matching refs:strlcpy

85 #include "strlcpy-internal.h"
115 if (strlcpy(serv, tmpserv, servlen) >= servlen)
121 if (strlcpy(host, inet_ntoa(sin->sin_addr),
133 if (strlcpy(host, hp->h_name, hostlen) >= hostlen)
561 if (strlcpy(host, url, sizeof (host)) >= sizeof(host))