Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 12 of 12 for O_ALT_IO (0.32 sec)

  1. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"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)
  2. api/go1.1.txt

    pkg syscall (netbsd-386), const ONOCR = 32
    pkg syscall (netbsd-386), const ONOEOT = 8
    pkg syscall (netbsd-386), const OPOST = 1
    pkg syscall (netbsd-386), const O_ACCMODE = 3
    pkg syscall (netbsd-386), const O_ALT_IO = 262144
    pkg syscall (netbsd-386), const O_APPEND = 8
    pkg syscall (netbsd-386), const O_ASYNC = 64
    pkg syscall (netbsd-386), const O_CLOEXEC = 4194304
    pkg syscall (netbsd-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