Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for O_EVTONLY (0.13 sec)

  1. 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)
  2. 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)
  3. 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)
Back to top