Home
last modified time | relevance | path

Searched refs:applyopts_fchown (Results 1 – 7 of 7) sorted by relevance

/dports/net/socat/socat-1.7.4.2/
H A Dxio-creat.c71 applyopts_fchown(fd->stream.fd, opts); in xioopen_creat()
H A Dxio-file.c116 applyopts_fchown(fd->stream.fd, opts);
H A Dxio-tun.c203 applyopts_fchown(xfd->stream.fd, opts); in xioopen_tun()
H A Dxioopts.h941 extern int applyopts_fchown(int fd, struct opt *opts);
H A Dxio-udp.c266 applyopts_fchown(sfd->fd, opts); in _xioopen_ipdgram_listen()
H A Dxio-socket.c980 applyopts_fchown(xfd->fd, opts); /* OPT_USER, OPT_GROUP */ in _xioopen_connect()
1160 applyopts_fchown(xfd->fd, opts); in _xioopen_dgram_sendto()
H A Dxioopts.c3797 int applyopts_fchown(int fd, struct opt *opts) { in applyopts_fchown() function