Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for O_DP_GETRAWENCRYPTED (0.28 sec)

  1. src/syscall/zerrors_darwin_arm64.go

    	O_ASYNC                           = 0x40
    	O_CLOEXEC                         = 0x1000000
    	O_CREAT                           = 0x200
    	O_DIRECTORY                       = 0x100000
    	O_DP_GETRAWENCRYPTED              = 0x1
    	O_DSYNC                           = 0x400000
    	O_EVTONLY                         = 0x8000
    	O_EXCL                            = 0x800
    	O_EXLOCK                          = 0x20
    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/cmd/vendor/golang.org/x/sys/unix/zerrors_darwin_amd64.go

    	O_ASYNC                                 = 0x40
    	O_CLOEXEC                               = 0x1000000
    	O_CREAT                                 = 0x200
    	O_DIRECTORY                             = 0x100000
    	O_DP_GETRAWENCRYPTED                    = 0x1
    	O_DP_GETRAWUNENCRYPTED                  = 0x2
    	O_DSYNC                                 = 0x400000
    	O_EVTONLY                               = 0x8000
    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/sys/unix/zerrors_darwin_arm64.go

    	O_ASYNC                                 = 0x40
    	O_CLOEXEC                               = 0x1000000
    	O_CREAT                                 = 0x200
    	O_DIRECTORY                             = 0x100000
    	O_DP_GETRAWENCRYPTED                    = 0x1
    	O_DP_GETRAWUNENCRYPTED                  = 0x2
    	O_DSYNC                                 = 0x400000
    	O_EVTONLY                               = 0x8000
    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. api/go1.16.txt

    pkg syscall (darwin-arm64), const O_DIRECTORY = 1048576
    pkg syscall (darwin-arm64), const O_DIRECTORY ideal-int
    pkg syscall (darwin-arm64), const O_DP_GETRAWENCRYPTED = 1
    pkg syscall (darwin-arm64), const O_DP_GETRAWENCRYPTED ideal-int
    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
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 02 16:30:41 UTC 2022
    - 479.2K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"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},
    		{"O_EXCL", Const, 0},
    		{"O_EXEC", Const, 0},
    		{"O_EXLOCK", Const, 0},
    		{"O_FSYNC", 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