Home
last modified time | relevance | path

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

/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_solaris_amd64.go304 F_DUP2FD_CLOEXEC = 0x24 const
Dzerrors_dragonfly_amd64.go341 F_DUP2FD_CLOEXEC = 0x12 const
Dzerrors_freebsd_386.go589 F_DUP2FD_CLOEXEC = 0x12 const
Dzerrors_freebsd_arm.go596 F_DUP2FD_CLOEXEC = 0x12 const
Dzerrors_freebsd_amd64.go589 F_DUP2FD_CLOEXEC = 0x12 const
/external/python/cpython3/Modules/
Dposixmodule.c7848 !(defined(HAVE_FCNTL_H) && defined(F_DUP2FD_CLOEXEC)) in os_dup2_impl()
7880 #elif defined(HAVE_FCNTL_H) && defined(F_DUP2FD_CLOEXEC) in os_dup2_impl()
7883 res = fcntl(fd, F_DUP2FD_CLOEXEC, fd2); in os_dup2_impl()