Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 88 for sup3 (0.07 sec)

  1. src/syscall/zsysnum_netbsd_amd64.go

    	SYS_FHSTAT               = 451 // { int|sys|50|fhstat(const void *fhp, size_t fh_size, struct stat *sb); }
    	SYS_PIPE2                = 453 // { int|sys||pipe2(int *fildes, int flags); }
    	SYS_DUP3                 = 454 // { int|sys||dup3(int from, int to, int flags); }
    	SYS_KQUEUE1              = 455 // { int|sys||kqueue1(int flags); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 25.7K bytes
    - Viewed (0)
  2. src/syscall/zsysnum_netbsd_arm.go

    	SYS_FHSTAT               = 451 // { int|sys|50|fhstat(const void *fhp, size_t fh_size, struct stat *sb); }
    	SYS_PIPE2                = 453 // { int|sys||pipe2(int *fildes, int flags); }
    	SYS_DUP3                 = 454 // { int|sys||dup3(int from, int to, int flags); }
    	SYS_KQUEUE1              = 455 // { int|sys||kqueue1(int flags); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 25.7K bytes
    - Viewed (0)
  3. src/syscall/zsyscall_openbsd_arm.go

    // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
    
    func dup3(from int, to int, flags int) (err error) {
    	_, _, e1 := syscall(abi.FuncPCABI0(libc_dup3_trampoline), uintptr(from), uintptr(to), uintptr(flags))
    	if e1 != 0 {
    		err = errnoErr(e1)
    	}
    	return
    }
    
    func libc_dup3_trampoline()
    
    //go:cgo_import_dynamic libc_dup3 dup3 "libc.so"
    
    // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat May 04 07:51:20 UTC 2024
    - 47.6K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_netbsd_amd64.go

    	SYS_FHSTAT               = 451 // { int|sys|50|fhstat(const void *fhp, size_t fh_size, struct stat *sb); }
    	SYS_PIPE2                = 453 // { int|sys||pipe2(int *fildes, int flags); }
    	SYS_DUP3                 = 454 // { int|sys||dup3(int from, int to, int flags); }
    	SYS_KQUEUE1              = 455 // { int|sys||kqueue1(int flags); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 25.7K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_netbsd_arm.go

    	SYS_FHSTAT               = 451 // { int|sys|50|fhstat(const void *fhp, size_t fh_size, struct stat *sb); }
    	SYS_PIPE2                = 453 // { int|sys||pipe2(int *fildes, int flags); }
    	SYS_DUP3                 = 454 // { int|sys||dup3(int from, int to, int flags); }
    	SYS_KQUEUE1              = 455 // { int|sys||kqueue1(int flags); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 25.7K bytes
    - Viewed (0)
  6. src/syscall/zsysnum_netbsd_386.go

    	SYS_FHSTAT               = 451 // { int|sys|50|fhstat(const void *fhp, size_t fh_size, struct stat *sb); }
    	SYS_PIPE2                = 453 // { int|sys||pipe2(int *fildes, int flags); }
    	SYS_DUP3                 = 454 // { int|sys||dup3(int from, int to, int flags); }
    	SYS_KQUEUE1              = 455 // { int|sys||kqueue1(int flags); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 25.7K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_netbsd_386.go

    	SYS_FHSTAT               = 451 // { int|sys|50|fhstat(const void *fhp, size_t fh_size, struct stat *sb); }
    	SYS_PIPE2                = 453 // { int|sys||pipe2(int *fildes, int flags); }
    	SYS_DUP3                 = 454 // { int|sys||dup3(int from, int to, int flags); }
    	SYS_KQUEUE1              = 455 // { int|sys||kqueue1(int flags); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 25.7K bytes
    - Viewed (0)
  8. src/syscall/zsysnum_netbsd_arm64.go

    	SYS_FHSTAT               = 451 // { int|sys|50|fhstat(const void *fhp, size_t fh_size, struct stat *sb); }
    	SYS_PIPE2                = 453 // { int|sys||pipe2(int *fildes, int flags); }
    	SYS_DUP3                 = 454 // { int|sys||dup3(int from, int to, int flags); }
    	SYS_KQUEUE1              = 455 // { int|sys||kqueue1(int flags); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 25.7K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_netbsd_arm64.go

    	SYS_FHSTAT               = 451 // { int|sys|50|fhstat(const void *fhp, size_t fh_size, struct stat *sb); }
    	SYS_PIPE2                = 453 // { int|sys||pipe2(int *fildes, int flags); }
    	SYS_DUP3                 = 454 // { int|sys||dup3(int from, int to, int flags); }
    	SYS_KQUEUE1              = 455 // { int|sys||kqueue1(int flags); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 25.7K bytes
    - Viewed (0)
  10. src/syscall/zsyscall_openbsd_386.go

    // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
    
    func dup3(from int, to int, flags int) (err error) {
    	_, _, e1 := syscall(abi.FuncPCABI0(libc_dup3_trampoline), uintptr(from), uintptr(to), uintptr(flags))
    	if e1 != 0 {
    		err = errnoErr(e1)
    	}
    	return
    }
    
    func libc_dup3_trampoline()
    
    //go:cgo_import_dynamic libc_dup3 dup3 "libc.so"
    
    // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat May 04 07:51:20 UTC 2024
    - 47.6K bytes
    - Viewed (0)
Back to top