Home
last modified time | relevance | path

Searched refs:to_un (Results 1 – 6 of 6) sorted by relevance

/dports/mail/mailutils/mailutils-3.13/libmailutils/string/
H A DMakefile.am53 EXTRA_DIST=to_sn.c to_un.c
H A DMakefile.in1003 EXTRA_DIST = to_sn.c to_un.c
/dports/devel/socket_wrapper/socket_wrapper-1.1.9/src/
H A Dsocket_wrapper.c4425 const struct sockaddr_un **to_un, in swrap_sendmsg_before() argument
4432 if (to_un) { in swrap_sendmsg_before()
4433 *to_un = NULL; in swrap_sendmsg_before()
4501 if (to_un) { in swrap_sendmsg_before()
4502 *to_un = tmp_un; in swrap_sendmsg_before()
4966 const struct sockaddr_un *to_un = NULL; in swrap_sendto() local
4995 &to_un, in swrap_sendto()
5421 const struct sockaddr_un *to_un = NULL; in swrap_sendmsg() local
5458 rc = swrap_sendmsg_before(s, si, &msg, &tmp, &un_addr, &to_un, &to, &bcast); in swrap_sendmsg()
/dports/net/samba412/samba-4.12.15/third_party/socket_wrapper/
H A Dsocket_wrapper.c4786 const struct sockaddr_un **to_un, in swrap_sendmsg_before() argument
4793 if (to_un) { in swrap_sendmsg_before()
4794 *to_un = NULL; in swrap_sendmsg_before()
4869 if (to_un) { in swrap_sendmsg_before()
4870 *to_un = tmp_un; in swrap_sendmsg_before()
5355 const struct sockaddr_un *to_un = NULL; in swrap_sendto() local
5384 &to_un, in swrap_sendto()
5828 const struct sockaddr_un *to_un = NULL; in swrap_sendmsg() local
5870 rc = swrap_sendmsg_before(s, si, &msg, &tmp, &un_addr, &to_un, &to, &bcast); in swrap_sendmsg()
/dports/devel/socket_wrapper/socket_wrapper-1.1.9/
H A Ddevel.patch3373 if (to_un) {
3374 *to_un = tmp_un;
/dports/mail/mailutils/mailutils-3.13/
H A DChangeLog10195 * libmailutils/string/to_un.c: New file.