Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for O_EVTONLY (0.17 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)
Back to top