Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for O_CLOEXEC (0.11 sec)

  1. api/go1.13.txt

    pkg syscall (netbsd-arm64-cgo), const O_ALT_IO ideal-int
    pkg syscall (netbsd-arm64-cgo), const O_APPEND = 8
    pkg syscall (netbsd-arm64-cgo), const O_ASYNC = 64
    pkg syscall (netbsd-arm64-cgo), const O_CLOEXEC = 4194304
    pkg syscall (netbsd-arm64-cgo), const O_CREAT = 512
    pkg syscall (netbsd-arm64-cgo), const OCRNL = 16
    pkg syscall (netbsd-arm64-cgo), const OCRNL ideal-int
    pkg syscall (netbsd-arm64-cgo), const O_DIRECT = 524288
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Aug 08 18:44:16 UTC 2019
    - 452.6K bytes
    - Viewed (0)
  2. api/go1.16.txt

    pkg syscall (darwin-arm64), const O_ALERT ideal-int
    pkg syscall (darwin-arm64), const O_APPEND = 8
    pkg syscall (darwin-arm64), const O_ASYNC = 64
    pkg syscall (darwin-arm64), const O_CLOEXEC = 16777216
    pkg syscall (darwin-arm64), const O_CREAT = 512
    pkg syscall (darwin-arm64), const O_DIRECTORY = 1048576
    pkg syscall (darwin-arm64), const O_DIRECTORY ideal-int
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 02 16:30:41 UTC 2022
    - 479.2K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.16.md

    * na ([#79892](https://github.com/kubernetes/kubernetes/pull/79892), [@mikebrow](https://github.com/mikebrow))
    * Use O_CLOEXEC to ensure file descriptors do not leak to subprocesses. ([#74691](https://github.com/kubernetes/kubernetes/pull/74691), [@cpuguy83](https://github.com/cpuguy83))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Feb 11 10:00:57 UTC 2021
    - 345.2K bytes
    - Viewed (0)
Back to top