Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for pipe (0.2 sec)

  1. api/go1.13.txt

    pkg syscall (netbsd-arm64-cgo), const SYS_PATHCONF ideal-int
    pkg syscall (netbsd-arm64-cgo), const SYS_PIPE2 = 453
    pkg syscall (netbsd-arm64-cgo), const SYS_PIPE2 ideal-int
    pkg syscall (netbsd-arm64-cgo), const SYS_PIPE = 42
    pkg syscall (netbsd-arm64-cgo), const SYS_PIPE ideal-int
    pkg syscall (netbsd-arm64-cgo), const SYS_PMC_CONTROL = 342
    pkg syscall (netbsd-arm64-cgo), const SYS_PMC_CONTROL ideal-int
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Thu Aug 08 18:44:16 GMT 2019
    - 452.6K bytes
    - Viewed (0)
  2. api/go1.16.txt

    pkg syscall (darwin-arm64), const RTV_RPIPE = 8
    pkg syscall (darwin-arm64), const RTV_RPIPE ideal-int
    pkg syscall (darwin-arm64), const RTV_RTT = 64
    pkg syscall (darwin-arm64), const RTV_RTT ideal-int
    pkg syscall (darwin-arm64), const RTV_RTTVAR = 128
    pkg syscall (darwin-arm64), const RTV_RTTVAR ideal-int
    pkg syscall (darwin-arm64), const RTV_SPIPE = 16
    pkg syscall (darwin-arm64), const RTV_SPIPE ideal-int
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Dec 02 16:30:41 GMT 2022
    - 479.2K bytes
    - Viewed (0)
  3. doc/go_spec.html

    </p>
    
    <pre class="grammar">
    "var" IdentifierList "=" ExpressionList .
    </pre>
    
    <pre>
    i, j := 0, 10
    f := func() int { return 7 }
    ch := make(chan int)
    r, w, _ := os.Pipe()  // os.Pipe() returns a connected pair of Files and an error, if any
    _, y, _ := coord(p)   // coord() returns three values; only interested in y coordinate
    </pre>
    
    <p>
    HTML
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Thu May 02 22:43:51 GMT 2024
    - 279.6K bytes
    - Viewed (0)
Back to top