Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for O_ALERT (0.35 sec)

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