Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 15 for pipe (0.24 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 Apr 23 11:13:09 GMT 2024
    - Last Modified: Thu Aug 08 18:44:16 GMT 2019
    - 452.6K bytes
    - Viewed (0)
  2. doc/go1.17_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 Apr 23 11:13:09 GMT 2024
    - Last Modified: Thu Apr 11 20:22:45 GMT 2024
    - 211.6K bytes
    - Viewed (0)
  3. api/go1.3.txt

    pkg syscall (freebsd-386), const SYS_CHFLAGSAT ideal-int
    pkg syscall (freebsd-386), const SYS_CONNECTAT = 539
    pkg syscall (freebsd-386), const SYS_CONNECTAT ideal-int
    pkg syscall (freebsd-386), const SYS_PIPE2 = 542
    pkg syscall (freebsd-386), const SYS_PIPE2 ideal-int
    pkg syscall (freebsd-386), const SYS_PROCCTL = 544
    pkg syscall (freebsd-386), const SYS_PROCCTL ideal-int
    pkg syscall (freebsd-386), const TCP_VENDOR = 2147483648
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Mon Jun 02 02:45:00 GMT 2014
    - 117K bytes
    - Viewed (0)
  4. api/go1.txt

    pkg syscall (linux-386), const SYS_PERF_EVENT_OPEN ideal-int
    pkg syscall (linux-386), const SYS_PERSONALITY ideal-int
    pkg syscall (linux-386), const SYS_PIPE ideal-int
    pkg syscall (linux-386), const SYS_PIPE2 ideal-int
    pkg syscall (linux-386), const SYS_PIVOT_ROOT ideal-int
    pkg syscall (linux-386), const SYS_POLL ideal-int
    pkg syscall (linux-386), const SYS_PPOLL ideal-int
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Wed Aug 14 18:58:28 GMT 2013
    - 1.7M bytes
    - Viewed (1)
  5. 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 Apr 23 11:13:09 GMT 2024
    - Last Modified: Fri Dec 02 16:30:41 GMT 2022
    - 479.2K bytes
    - Viewed (0)
  6. api/go1.14.txt

    pkg syscall (freebsd-arm64), const SYS_PDKILL = 519
    pkg syscall (freebsd-arm64), const SYS_PDKILL ideal-int
    pkg syscall (freebsd-arm64), const SYS_PIPE = 42
    pkg syscall (freebsd-arm64), const SYS_PIPE ideal-int
    pkg syscall (freebsd-arm64), const SYS_PIPE2 = 542
    pkg syscall (freebsd-arm64), const SYS_PIPE2 ideal-int
    pkg syscall (freebsd-arm64), const SYS_POLL = 209
    pkg syscall (freebsd-arm64), const SYS_POLL ideal-int
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Fri Feb 17 20:31:46 GMT 2023
    - 508.9K bytes
    - Viewed (0)
  7. api/go1.1.txt

    pkg syscall (linux-386), const SYS_PAUSE = 29
    pkg syscall (linux-386), const SYS_PERF_EVENT_OPEN = 336
    pkg syscall (linux-386), const SYS_PERSONALITY = 136
    pkg syscall (linux-386), const SYS_PIPE = 42
    pkg syscall (linux-386), const SYS_PIPE2 = 331
    pkg syscall (linux-386), const SYS_PIVOT_ROOT = 217
    pkg syscall (linux-386), const SYS_POLL = 168
    pkg syscall (linux-386), const SYS_PPOLL = 309
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Thu Mar 31 20:37:15 GMT 2022
    - 2.6M bytes
    - Viewed (0)
  8. 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 Apr 23 11:13:09 GMT 2024
    - Last Modified: Thu Apr 11 20:22:45 GMT 2024
    - 279.3K bytes
    - Viewed (0)
  9. api/go1.2.txt

    pkg syscall (linux-arm-cgo), const SYS_PERF_EVENT_OPEN ideal-int
    pkg syscall (linux-arm-cgo), const SYS_PERSONALITY ideal-int
    pkg syscall (linux-arm-cgo), const SYS_PIPE ideal-int
    pkg syscall (linux-arm-cgo), const SYS_PIPE2 ideal-int
    pkg syscall (linux-arm-cgo), const SYS_PIVOT_ROOT ideal-int
    pkg syscall (linux-arm-cgo), const SYS_POLL ideal-int
    pkg syscall (linux-arm-cgo), const SYS_PPOLL ideal-int
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Fri Oct 18 04:36:59 GMT 2013
    - 1.9M bytes
    - Viewed (2)
  10. api/go1.11.txt

    pkg syscall (netbsd-386), func Pipe2([]int, int) error
    pkg syscall (netbsd-386-cgo), func Accept4(int, int) (int, Sockaddr, error)
    pkg syscall (netbsd-386-cgo), func Pipe2([]int, int) error
    pkg syscall (netbsd-amd64), func Accept4(int, int) (int, Sockaddr, error)
    pkg syscall (netbsd-amd64), func Pipe2([]int, int) error
    pkg syscall (netbsd-amd64-cgo), func Accept4(int, int) (int, Sockaddr, error)
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Wed Aug 22 03:48:56 GMT 2018
    - 25K bytes
    - Viewed (2)
Back to top