Home
last modified time | relevance | path

Searched refs:ioset (Results 1 – 25 of 305) sorted by relevance

12345678910>>...13

/dports/lang/pcc/pcc-1.1.0/f77/fcom/
H A Dio.c49 LOCAL void ioset(int, int, bigptr);
551 ioset(TYIOINT, XREC, cpexpr(p) ); in startrw()
582 ioset(TYIOINT, XRNUM, nump); in startrw()
627 ioset(TYADDR, fmtoff, MKICON(0) ); in startrw()
649 ioset(TYIOINT, XUNIT, cpexpr(p) ); in dofopen()
684 ioset(TYIOINT, XUNIT, cpexpr(p) ); in dofclose()
700 ioset(TYIOINT, XUNIT, cpexpr(p) ); in dofinquire()
732 ioset(TYIOINT, XUNIT, cpexpr(p) );
742 ioset(type, offset, p) in ioset() function
763 ioset(TYADDR, offset, MKICON(0) );
[all …]
/dports/science/afni/afni-AFNI_21.3.16/src/f2c/
H A Dio.c498 ioset(TYIOINT, XERR, ICON(errbit)); in endioctl()
1144 ioset(TYIOINT, XERR, ICON(errbit)); in startrw()
1150 ioset(TYIOINT, XIRNUM, nump); in startrw()
1191 ioset(TYIOINT, XUNIT, cpexpr(p) ); in dofopen()
1208 ioset(TYIOINT, XRECLEN, ICON(0) ); in dofopen()
1226 ioset(TYIOINT, XUNIT, cpexpr(p) ); in dofclose()
1291 ioset(type, offset, p) in ioset() function
1366 ioset(TYADDR, offset, ICON(0) );
1369 ioset(TYADDR, offset, addrof(p));
1461 ioset(TYADDR, offset, e);
[all …]
/dports/lang/f2c/f2c-20200916/src/
H A Dio.c499 ioset(TYIOINT, XERR, ICON(errbit)); in endioctl()
1145 ioset(TYIOINT, XERR, ICON(errbit)); in startrw()
1151 ioset(TYIOINT, XIRNUM, nump); in startrw()
1192 ioset(TYIOINT, XUNIT, cpexpr(p) ); in dofopen()
1209 ioset(TYIOINT, XRECLEN, ICON(0) ); in dofopen()
1227 ioset(TYIOINT, XUNIT, cpexpr(p) ); in dofclose()
1292 ioset(type, offset, p) in ioset() function
1367 ioset(TYADDR, offset, ICON(0) );
1370 ioset(TYADDR, offset, addrof(p));
1462 ioset(TYADDR, offset, e);
[all …]
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/docker/docker/vendor/github.com/containerd/containerd/cio/
H A Dio_windows.go25 func copyIO(fifos *FIFOSet, ioset *ioSet, tty bool) (_ *wgCloser, err error) {
49 io.Copy(c, ioset.in)
75 io.Copy(ioset.out, c)
101 io.Copy(ioset.err, c)
/dports/security/vault/vault-1.8.2/vendor/github.com/docker/docker/vendor/github.com/containerd/containerd/cio/
H A Dio_windows.go25 func copyIO(fifos *FIFOSet, ioset *ioSet, tty bool) (_ *wgCloser, err error) {
49 io.Copy(c, ioset.in)
75 io.Copy(ioset.out, c)
101 io.Copy(ioset.err, c)
/dports/sysutils/docker/docker-ce-18.09.5/components/engine/vendor/github.com/containerd/containerd/cio/
H A Dio_windows.go41 func copyIO(fifos *FIFOSet, ioset *Streams) (*cio, error) {
68 io.CopyBuffer(c, ioset.Stdin, *p)
96 io.CopyBuffer(ioset.Stdout, c, *p)
124 io.CopyBuffer(ioset.Stderr, c, *p)
H A Dio_unix.go56 func copyIO(fifos *FIFOSet, ioset *Streams) (*cio, error) {
69 io.CopyBuffer(pipes.Stdin, ioset.Stdin, *p)
80 io.CopyBuffer(ioset.Stdout, pipes.Stdout, *p)
91 io.CopyBuffer(ioset.Stderr, pipes.Stderr, *p)
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/docker/docker/vendor/github.com/containerd/containerd/cio/
H A Dio_windows.go41 func copyIO(fifos *FIFOSet, ioset *Streams) (*cio, error) {
68 io.CopyBuffer(c, ioset.Stdin, *p)
96 io.CopyBuffer(ioset.Stdout, c, *p)
124 io.CopyBuffer(ioset.Stderr, c, *p)
H A Dio_unix.go56 func copyIO(fifos *FIFOSet, ioset *Streams) (*cio, error) {
69 io.CopyBuffer(pipes.Stdin, ioset.Stdin, *p)
80 io.CopyBuffer(ioset.Stdout, pipes.Stdout, *p)
91 io.CopyBuffer(ioset.Stderr, pipes.Stderr, *p)
/dports/sysutils/docker/docker-ce-18.09.5/components/cli/vendor/github.com/containerd/containerd/cio/
H A Dio_windows.go41 func copyIO(fifos *FIFOSet, ioset *Streams) (*cio, error) {
68 io.CopyBuffer(c, ioset.Stdin, *p)
96 io.CopyBuffer(ioset.Stdout, c, *p)
124 io.CopyBuffer(ioset.Stderr, c, *p)
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/docker/docker/vendor/github.com/containerd/containerd/cio/
H A Dio_unix.go56 func copyIO(fifos *FIFOSet, ioset *Streams) (*cio, error) {
69 io.CopyBuffer(pipes.Stdin, ioset.Stdin, *p)
80 io.CopyBuffer(ioset.Stdout, pipes.Stdout, *p)
91 io.CopyBuffer(ioset.Stderr, pipes.Stderr, *p)
H A Dio_windows.go46 func copyIO(fifos *FIFOSet, ioset *Streams) (*cio, error) {
73 io.CopyBuffer(c, ioset.Stdin, *p)
101 io.CopyBuffer(ioset.Stdout, c, *p)
129 io.CopyBuffer(ioset.Stderr, c, *p)
/dports/databases/timescaledb-backup/timescaledb-backup-0.1.1/vendor/github.com/docker/docker/vendor/github.com/containerd/containerd/cio/
H A Dio_unix.go56 func copyIO(fifos *FIFOSet, ioset *Streams) (*cio, error) {
69 io.CopyBuffer(pipes.Stdin, ioset.Stdin, *p)
80 io.CopyBuffer(ioset.Stdout, pipes.Stdout, *p)
91 io.CopyBuffer(ioset.Stderr, pipes.Stderr, *p)
H A Dio_windows.go46 func copyIO(fifos *FIFOSet, ioset *Streams) (*cio, error) {
73 io.CopyBuffer(c, ioset.Stdin, *p)
101 io.CopyBuffer(ioset.Stdout, c, *p)
129 io.CopyBuffer(ioset.Stderr, c, *p)
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/docker/docker/vendor/github.com/containerd/containerd/cio/
H A Dio_windows.go42 func copyIO(fifos *FIFOSet, ioset *Streams) (*cio, error) {
70 io.CopyBuffer(c, ioset.Stdin, *p)
100 io.CopyBuffer(ioset.Stdout, c, *p)
130 io.CopyBuffer(ioset.Stderr, c, *p)
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/docker/moby-20.10.2/vendor/github.com/containerd/containerd/cio/
H A Dio_unix.go56 func copyIO(fifos *FIFOSet, ioset *Streams) (*cio, error) {
69 io.CopyBuffer(pipes.Stdin, ioset.Stdin, *p)
81 io.CopyBuffer(ioset.Stdout, pipes.Stdout, *p)
93 io.CopyBuffer(ioset.Stderr, pipes.Stderr, *p)
H A Dio_windows.go46 func copyIO(fifos *FIFOSet, ioset *Streams) (*cio, error) {
73 io.CopyBuffer(c, ioset.Stdin, *p)
101 io.CopyBuffer(ioset.Stdout, c, *p)
129 io.CopyBuffer(ioset.Stderr, c, *p)
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/containerd/containerd/containerd-1.4.3/cio/
H A Dio_unix.go56 func copyIO(fifos *FIFOSet, ioset *Streams) (*cio, error) {
69 io.CopyBuffer(pipes.Stdin, ioset.Stdin, *p)
81 io.CopyBuffer(ioset.Stdout, pipes.Stdout, *p)
93 io.CopyBuffer(ioset.Stderr, pipes.Stderr, *p)
H A Dio_windows.go46 func copyIO(fifos *FIFOSet, ioset *Streams) (*cio, error) {
73 io.CopyBuffer(c, ioset.Stdin, *p)
101 io.CopyBuffer(ioset.Stdout, c, *p)
129 io.CopyBuffer(ioset.Stderr, c, *p)
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/containerd/containerd/cio/
H A Dio_unix.go56 func copyIO(fifos *FIFOSet, ioset *Streams) (*cio, error) {
69 io.CopyBuffer(pipes.Stdin, ioset.Stdin, *p)
81 io.CopyBuffer(ioset.Stdout, pipes.Stdout, *p)
93 io.CopyBuffer(ioset.Stderr, pipes.Stderr, *p)
H A Dio_windows.go46 func copyIO(fifos *FIFOSet, ioset *Streams) (*cio, error) {
73 io.CopyBuffer(c, ioset.Stdin, *p)
101 io.CopyBuffer(ioset.Stdout, c, *p)
129 io.CopyBuffer(ioset.Stderr, c, *p)
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/docker/docker/vendor/github.com/containerd/containerd/cio/
H A Dio_unix.go56 func copyIO(fifos *FIFOSet, ioset *Streams) (*cio, error) {
69 io.CopyBuffer(pipes.Stdin, ioset.Stdin, *p)
81 io.CopyBuffer(ioset.Stdout, pipes.Stdout, *p)
93 io.CopyBuffer(ioset.Stderr, pipes.Stderr, *p)
H A Dio_windows.go46 func copyIO(fifos *FIFOSet, ioset *Streams) (*cio, error) {
73 io.CopyBuffer(c, ioset.Stdin, *p)
101 io.CopyBuffer(ioset.Stdout, c, *p)
129 io.CopyBuffer(ioset.Stderr, c, *p)
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/containerd/containerd/cio/
H A Dio_unix.go56 func copyIO(fifos *FIFOSet, ioset *Streams) (*cio, error) {
69 io.CopyBuffer(pipes.Stdin, ioset.Stdin, *p)
81 io.CopyBuffer(ioset.Stdout, pipes.Stdout, *p)
93 io.CopyBuffer(ioset.Stderr, pipes.Stderr, *p)
H A Dio_windows.go45 func copyIO(fifos *FIFOSet, ioset *Streams) (_ *cio, retErr error) {
71 io.CopyBuffer(c, ioset.Stdin, *p)
94 io.CopyBuffer(ioset.Stdout, c, *p)
117 io.CopyBuffer(ioset.Stderr, c, *p)

12345678910>>...13