Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 8 of 8 for O_EVTONLY (0.33 sec)

  1. src/syscall/zerrors_darwin_arm64.go

    	O_CREAT                           = 0x200
    	O_DIRECTORY                       = 0x100000
    	O_DP_GETRAWENCRYPTED              = 0x1
    	O_DSYNC                           = 0x400000
    	O_EVTONLY                         = 0x8000
    	O_EXCL                            = 0x800
    	O_EXLOCK                          = 0x20
    	O_FSYNC                           = 0x80
    	O_NDELAY                          = 0x4
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 55.8K bytes
    - Viewed (0)
  2. src/syscall/zerrors_darwin_amd64.go

    	O_CLOEXEC                         = 0x1000000
    	O_CREAT                           = 0x200
    	O_DIRECTORY                       = 0x100000
    	O_DSYNC                           = 0x400000
    	O_EVTONLY                         = 0x8000
    	O_EXCL                            = 0x800
    	O_EXLOCK                          = 0x20
    	O_FSYNC                           = 0x80
    	O_NDELAY                          = 0x4
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 55.3K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/sys/unix/zerrors_darwin_amd64.go

    	O_DIRECTORY                             = 0x100000
    	O_DP_GETRAWENCRYPTED                    = 0x1
    	O_DP_GETRAWUNENCRYPTED                  = 0x2
    	O_DSYNC                                 = 0x400000
    	O_EVTONLY                               = 0x8000
    	O_EXCL                                  = 0x800
    	O_EXLOCK                                = 0x20
    	O_FSYNC                                 = 0x80
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 87.5K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/sys/unix/zerrors_darwin_arm64.go

    	O_DIRECTORY                             = 0x100000
    	O_DP_GETRAWENCRYPTED                    = 0x1
    	O_DP_GETRAWUNENCRYPTED                  = 0x2
    	O_DSYNC                                 = 0x400000
    	O_EVTONLY                               = 0x8000
    	O_EXCL                                  = 0x800
    	O_EXLOCK                                = 0x20
    	O_FSYNC                                 = 0x80
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 87.5K bytes
    - Viewed (0)
  5. api/go1.16.txt

    pkg syscall (darwin-arm64), const O_DSYNC = 4194304
    pkg syscall (darwin-arm64), const O_DSYNC ideal-int
    pkg syscall (darwin-arm64), const O_EVTONLY = 32768
    pkg syscall (darwin-arm64), const O_EVTONLY ideal-int
    pkg syscall (darwin-arm64), const O_EXCL = 2048
    pkg syscall (darwin-arm64), const O_EXLOCK = 32
    pkg syscall (darwin-arm64), const O_EXLOCK 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)
  6. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"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},
    		{"O_EXCL", Const, 0},
    		{"O_EXEC", Const, 0},
    		{"O_EXLOCK", Const, 0},
    		{"O_FSYNC", Const, 0},
    		{"O_LARGEFILE", Const, 0},
    		{"O_NDELAY", Const, 0},
    		{"O_NOATIME", 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)
  7. api/go1.txt

    pkg syscall (darwin-386), const O_ALERT ideal-int
    pkg syscall (darwin-386), const O_DIRECTORY ideal-int
    pkg syscall (darwin-386), const O_DSYNC ideal-int
    pkg syscall (darwin-386), const O_EVTONLY ideal-int
    pkg syscall (darwin-386), const O_EXLOCK ideal-int
    pkg syscall (darwin-386), const O_FSYNC ideal-int
    pkg syscall (darwin-386), const O_NDELAY ideal-int
    pkg syscall (darwin-386), const O_NOFOLLOW ideal-int
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Aug 14 18:58:28 UTC 2013
    - 1.7M bytes
    - Viewed (0)
  8. api/go1.1.txt

    pkg syscall (darwin-386), const O_CREAT = 512
    pkg syscall (darwin-386), const O_DIRECTORY = 1048576
    pkg syscall (darwin-386), const O_DSYNC = 4194304
    pkg syscall (darwin-386), const O_EVTONLY = 32768
    pkg syscall (darwin-386), const O_EXCL = 2048
    pkg syscall (darwin-386), const O_EXLOCK = 32
    pkg syscall (darwin-386), const O_FSYNC = 128
    pkg syscall (darwin-386), const O_NDELAY = 4
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 31 20:37:15 UTC 2022
    - 2.6M bytes
    - Viewed (0)
Back to top