Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 8 of 8 for O_ALERT (0.39 sec)

  1. src/syscall/zerrors_darwin_arm64.go

    	ONLRET                            = 0x40
    	ONOCR                             = 0x20
    	ONOEOT                            = 0x8
    	OPOST                             = 0x1
    	O_ACCMODE                         = 0x3
    	O_ALERT                           = 0x20000000
    	O_APPEND                          = 0x8
    	O_ASYNC                           = 0x40
    	O_CLOEXEC                         = 0x1000000
    	O_CREAT                           = 0x200
    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

    	ONLRET                            = 0x40
    	ONOCR                             = 0x20
    	ONOEOT                            = 0x8
    	OPOST                             = 0x1
    	O_ACCMODE                         = 0x3
    	O_ALERT                           = 0x20000000
    	O_APPEND                          = 0x8
    	O_ASYNC                           = 0x40
    	O_CLOEXEC                         = 0x1000000
    	O_CREAT                           = 0x200
    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

    	ONOEOT                                  = 0x8
    	OPOST                                   = 0x1
    	OXTABS                                  = 0x4
    	O_ACCMODE                               = 0x3
    	O_ALERT                                 = 0x20000000
    	O_APPEND                                = 0x8
    	O_ASYNC                                 = 0x40
    	O_CLOEXEC                               = 0x1000000
    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

    	ONOEOT                                  = 0x8
    	OPOST                                   = 0x1
    	OXTABS                                  = 0x4
    	O_ACCMODE                               = 0x3
    	O_ALERT                                 = 0x20000000
    	O_APPEND                                = 0x8
    	O_ASYNC                                 = 0x40
    	O_CLOEXEC                               = 0x1000000
    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 OPOST ideal-int
    pkg syscall (darwin-arm64), const O_ACCMODE = 3
    pkg syscall (darwin-arm64), const O_ACCMODE ideal-int
    pkg syscall (darwin-arm64), const O_ALERT = 536870912
    pkg syscall (darwin-arm64), const O_ALERT ideal-int
    pkg syscall (darwin-arm64), const O_APPEND = 8
    pkg syscall (darwin-arm64), const O_ASYNC = 64
    pkg syscall (darwin-arm64), const O_CLOEXEC = 16777216
    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

    		{"ONLRET", Const, 0},
    		{"ONOCR", Const, 0},
    		{"ONOEOT", Const, 1},
    		{"OPEN_ALWAYS", Const, 0},
    		{"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},
    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 NOTE_VM_PRESSURE_TERMINATE ideal-int
    pkg syscall (darwin-386), const NOTE_WRITE ideal-int
    pkg syscall (darwin-386), const O_ACCMODE ideal-int
    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
    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 ONOEOT ideal-int
    pkg syscall (darwin-386), const OPOST = 1
    pkg syscall (darwin-386), const OPOST ideal-int
    pkg syscall (darwin-386), const O_ACCMODE = 3
    pkg syscall (darwin-386), const O_ALERT = 536870912
    pkg syscall (darwin-386), const O_APPEND = 8
    pkg syscall (darwin-386), const O_ASYNC = 64
    pkg syscall (darwin-386), const O_CLOEXEC = 16777216
    pkg syscall (darwin-386), const O_CREAT = 512
    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