strlcpy          2729 opal/mca/event/libevent2022/libevent/evdns.c 		strlcpy(namebuf, name, sizeof(namebuf));
strlcpy          4099 opal/mca/event/libevent2022/libevent/evdns.c 		strlcpy(tmp, "127.0.0.1   localhost", sizeof(tmp));
strlcpy          4101 opal/mca/event/libevent2022/libevent/evdns.c 		strlcpy(tmp, "::1   localhost", sizeof(tmp));
strlcpy          1631 opal/mca/event/libevent2022/libevent/evutil.c 			strlcpy(dst, buf, len);
strlcpy          1673 opal/mca/event/libevent2022/libevent/evutil.c 		strlcpy(dst, buf, len);
strlcpy           127 opal/mca/event/libevent2022/libevent/http.c 		if (strlcpy(serv, tmpserv, servlen) >= servlen)
strlcpy           133 opal/mca/event/libevent2022/libevent/http.c 			if (strlcpy(host, inet_ntoa(sin->sin_addr),
strlcpy           145 opal/mca/event/libevent2022/libevent/http.c 			if (strlcpy(host, hp->h_name, hostlen) >= hostlen)
strlcpy           608 opal/mca/event/libevent2022/libevent/test/regress_util.c 	tt_int_op(5, ==, strlcpy(buf, "Hello", sizeof(buf)));
strlcpy           612 opal/mca/event/libevent2022/libevent/test/regress_util.c 	tt_int_op(13, ==, strlcpy(buf, "pentasyllabic", sizeof(buf)));
strlcpy           616 opal/mca/event/libevent2022/libevent/test/regress_util.c 	tt_int_op(8, ==, strlcpy(buf, "overlong", sizeof(buf)));