Home
last modified time | relevance | path

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

/dports/devel/socket_wrapper/socket_wrapper-1.1.9/src/
H A Dsocket_wrapper.c784 static int libc_vfcntl(int fd, int cmd, va_list ap) in libc_vfcntl() function
5808 return libc_vfcntl(fd, cmd, va); in swrap_vfcntl()
5821 fi->fd = libc_vfcntl(fd, cmd, va); in swrap_vfcntl()
5840 rc = libc_vfcntl(fd, cmd, va); in swrap_vfcntl()
/dports/net/samba412/samba-4.12.15/third_party/socket_wrapper/
H A Dsocket_wrapper.c833 static int libc_vfcntl(int fd, int cmd, va_list ap) in libc_vfcntl() function
6235 return libc_vfcntl(fd, cmd, va); in swrap_vfcntl()
6242 dup_fd = libc_vfcntl(fd, cmd, va); in swrap_vfcntl()
6263 rc = libc_vfcntl(fd, cmd, va); in swrap_vfcntl()
/dports/devel/socket_wrapper/socket_wrapper-1.1.9/
H A Ddevel.patch786 - rc = libc_vfcntl(fd, cmd, va);
791 + return libc_vfcntl(fd, cmd, va);
1211 return libc_vfcntl(fd, cmd, va);
1893 @@ -664,18 +724,18 @@ static int libc_vfcntl(int fd, int cmd, va_list ap)
4658 static int libc_vfcntl(int fd, int cmd, va_list ap)