Home
last modified time | relevance | path

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

/xnu-11417.121.6/doc/primitives/
H A Dstring-handling.md87 `strlcpy_ret` is a convenience wrapper around `strlcpy`, which returns
89 Similarly to `strlcpy`, the `strlcpy_ret` will search for the NUL character
96 prevents confusing the two in the way that is problematic with `strlcpy`/`strlcpy_ret`,
116 * `strlcpy_ret(dst, src, n)`: like `strlcpy`, but returns `dst` as a NUL-
/xnu-11417.121.6/osfmk/libsa/
H A Dstring.h777 strlcpy_ret( in strlcpy_ret() function
/xnu-11417.121.6/bsd/netinet/
H A Dmptcp_subr.c1587 …sotoinpcb(*so)->inp_necp_attributes.inp_domain = strlcpy_ret(buffer, mpp->inp_necp_attributes.inp_… in mptcp_subflow_socreate()
1597 …sotoinpcb(*so)->inp_necp_attributes.inp_account = strlcpy_ret(buffer, mpp->inp_necp_attributes.inp… in mptcp_subflow_socreate()
1608 …sotoinpcb(*so)->inp_necp_attributes.inp_domain_owner = strlcpy_ret(buffer, mpp->inp_necp_attribute… in mptcp_subflow_socreate()
1619 …sotoinpcb(*so)->inp_necp_attributes.inp_tracker_domain = strlcpy_ret(buffer, mpp->inp_necp_attribu… in mptcp_subflow_socreate()