Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. api/go1.14.txt

    pkg syscall (freebsd-arm64), const O_ACCMODE ideal-int
    pkg syscall (freebsd-arm64), const O_APPEND = 8
    pkg syscall (freebsd-arm64), const O_ASYNC = 64
    pkg syscall (freebsd-arm64), const O_CLOEXEC = 1048576
    pkg syscall (freebsd-arm64), const O_CREAT = 512
    pkg syscall (freebsd-arm64), const O_DIRECT = 65536
    pkg syscall (freebsd-arm64), const O_DIRECT ideal-int
    pkg syscall (freebsd-arm64), const O_DIRECTORY = 131072
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 17 20:31:46 UTC 2023
    - 508.9K bytes
    - Viewed (0)
  2. api/go1.20.txt

    pkg syscall (freebsd-riscv64), const O_ACCMODE ideal-int #53466
    pkg syscall (freebsd-riscv64), const O_APPEND = 8 #53466
    pkg syscall (freebsd-riscv64), const O_ASYNC = 64 #53466
    pkg syscall (freebsd-riscv64), const O_CLOEXEC = 1048576 #53466
    pkg syscall (freebsd-riscv64), const O_CREAT = 512 #53466
    pkg syscall (freebsd-riscv64), const O_DIRECT = 65536 #53466
    pkg syscall (freebsd-riscv64), const O_DIRECT ideal-int #53466
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 17 21:23:32 UTC 2023
    - 602.6K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"OPEN_EXISTING", Const, 0},
    		{"OPOST", Const, 0},
    		{"O_ACCMODE", Const, 0},
    		{"O_ALERT", Const, 0},
    		{"O_ALT_IO", Const, 1},
    		{"O_APPEND", Const, 0},
    		{"O_ASYNC", Const, 0},
    		{"O_CLOEXEC", Const, 0},
    		{"O_CREAT", Const, 0},
    		{"O_DIRECT", Const, 0},
    		{"O_DIRECTORY", Const, 0},
    		{"O_DP_GETRAWENCRYPTED", Const, 16},
    		{"O_DSYNC", Const, 0},
    		{"O_EVTONLY", Const, 0},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
Back to top