HomeSort by relevance Sort by last modified time
    Searched defs:Dup2 (Results 1 - 25 of 51) sorted by null

1 2 3

  /prebuilts/go/darwin-x86/src/syscall/
fd_nacl.go 24 // A particular *file may appear in files multiple times, due to use of Dup or Dup2.
122 func Dup2(fd, newfd int) error {
zsyscall_dragonfly_amd64.go 431 func Dup2(from int, to int) (err error) {
zsyscall_freebsd_386.go 395 func Dup2(from int, to int) (err error) {
zsyscall_freebsd_amd64.go 395 func Dup2(from int, to int) (err error) {
zsyscall_freebsd_arm.go 395 func Dup2(from int, to int) (err error) {
zsyscall_netbsd_386.go 414 func Dup2(from int, to int) (err error) {
zsyscall_netbsd_amd64.go 414 func Dup2(from int, to int) (err error) {
zsyscall_netbsd_arm.go 414 func Dup2(from int, to int) (err error) {
zsyscall_openbsd_386.go 412 func Dup2(from int, to int) (err error) {
zsyscall_openbsd_amd64.go 412 func Dup2(from int, to int) (err error) {
zsyscall_openbsd_arm.go 412 func Dup2(from int, to int) (err error) {
zsyscall_darwin_386.go 417 func Dup2(from int, to int) (err error) {
zsyscall_darwin_amd64.go 417 func Dup2(from int, to int) (err error) {
zsyscall_darwin_arm.go 417 func Dup2(from int, to int) (err error) {
  /prebuilts/go/linux-x86/src/syscall/
fd_nacl.go 24 // A particular *file may appear in files multiple times, due to use of Dup or Dup2.
122 func Dup2(fd, newfd int) error {
zsyscall_dragonfly_amd64.go 431 func Dup2(from int, to int) (err error) {
zsyscall_freebsd_386.go 395 func Dup2(from int, to int) (err error) {
zsyscall_freebsd_amd64.go 395 func Dup2(from int, to int) (err error) {
zsyscall_freebsd_arm.go 395 func Dup2(from int, to int) (err error) {
zsyscall_netbsd_386.go 414 func Dup2(from int, to int) (err error) {
zsyscall_netbsd_amd64.go 414 func Dup2(from int, to int) (err error) {
zsyscall_netbsd_arm.go 414 func Dup2(from int, to int) (err error) {
zsyscall_openbsd_386.go 412 func Dup2(from int, to int) (err error) {
zsyscall_openbsd_amd64.go 412 func Dup2(from int, to int) (err error) {
zsyscall_openbsd_arm.go 412 func Dup2(from int, to int) (err error) {

Completed in 288 milliseconds

1 2 3