Home
last modified time | relevance | path

Searched refs:iochan (Results 1 – 25 of 395) sorted by relevance

12345678910>>...16

/dports/audio/libinstpatch/libinstpatch-1.1.6/libinstpatch/
H A DIpatchFile.c233 if(file->iochan) in ipatch_file_finalize()
1010 if(file->iochan) in ipatch_file_open()
1012 iochan = g_io_channel_ref(file->iochan); /* ++ ref io channel */ in ipatch_file_open()
1013 handle->iochan = iochan; in ipatch_file_open()
1031 if(iochan) in ipatch_file_open()
1093 if(iochan) in ipatch_file_assign_io_channel()
1100 file->iochan = iochan; in ipatch_file_assign_io_channel()
1128 if((iochan = handle->iochan)) in ipatch_file_get_io_channel()
1133 return (iochan); in ipatch_file_get_io_channel()
1191 if(handle->iochan) in ipatch_file_close()
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/mitchellh/gox/
H A Dgo.sum3 github.com/mitchellh/iochan v0.0.0-20150529224432-87b45ffd0e95 h1:aHWVygBsLb+Kls/35B3tevL1hvDxZ0Ukl…
4 github.com/mitchellh/iochan v0.0.0-20150529224432-87b45ffd0e95/go.mod h1:JwYml1nuB7xOzsp52dPpHFffvO…
5 github.com/mitchellh/iochan v1.0.0 h1:C+X3KsSTLFVBr/tK1eYN/vs4rJcvsiLU338UhYPJWeY=
6 github.com/mitchellh/iochan v1.0.0/go.mod h1:JwYml1nuB7xOzsp52dPpHFffvOCDupsG0QubkSMEySY=
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/mitchellh/gox/
H A Dgo.sum3 github.com/mitchellh/iochan v0.0.0-20150529224432-87b45ffd0e95 h1:aHWVygBsLb+Kls/35B3tevL1hvDxZ0Ukl…
4 github.com/mitchellh/iochan v0.0.0-20150529224432-87b45ffd0e95/go.mod h1:JwYml1nuB7xOzsp52dPpHFffvO…
5 github.com/mitchellh/iochan v1.0.0 h1:C+X3KsSTLFVBr/tK1eYN/vs4rJcvsiLU338UhYPJWeY=
6 github.com/mitchellh/iochan v1.0.0/go.mod h1:JwYml1nuB7xOzsp52dPpHFffvOCDupsG0QubkSMEySY=
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/mitchellh/gox/gox-1.0.1/
H A Dgo.sum3 github.com/mitchellh/iochan v0.0.0-20150529224432-87b45ffd0e95 h1:aHWVygBsLb+Kls/35B3tevL1hvDxZ0Ukl…
4 github.com/mitchellh/iochan v0.0.0-20150529224432-87b45ffd0e95/go.mod h1:JwYml1nuB7xOzsp52dPpHFffvO…
5 github.com/mitchellh/iochan v1.0.0 h1:C+X3KsSTLFVBr/tK1eYN/vs4rJcvsiLU338UhYPJWeY=
6 github.com/mitchellh/iochan v1.0.0/go.mod h1:JwYml1nuB7xOzsp52dPpHFffvOCDupsG0QubkSMEySY=
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/mitchellh/gox/
H A Dgo.sum3 github.com/mitchellh/iochan v0.0.0-20150529224432-87b45ffd0e95 h1:aHWVygBsLb+Kls/35B3tevL1hvDxZ0Ukl…
4 github.com/mitchellh/iochan v0.0.0-20150529224432-87b45ffd0e95/go.mod h1:JwYml1nuB7xOzsp52dPpHFffvO…
5 github.com/mitchellh/iochan v1.0.0 h1:C+X3KsSTLFVBr/tK1eYN/vs4rJcvsiLU338UhYPJWeY=
6 github.com/mitchellh/iochan v1.0.0/go.mod h1:JwYml1nuB7xOzsp52dPpHFffvOCDupsG0QubkSMEySY=
/dports/editors/mined/mined-2015.25/src/
H A Dvmsio.c38 static short iochan; /* TTY I/O channel */ variable
86 status = sys$assign (&odsc, &iochan, 0, 0); in ttopen()
92 status = sys$qiow (EFN, iochan, IO$_SENSEMODE, & iosb, 0, 0, in ttopen()
105 status = sys$qiow (EFN, iochan, IO$_SETMODE, & iosb, 0, 0, in ttopen()
131 status = sys$qiow (EFN, iochan, IO$_SETMODE, & iosb, 0, 0, in ttclose()
138 status = sys$dassgn (iochan); in ttclose()
157 int status = sys$qio (EFN, iochan,
188 status = sys$qiow (EFN, iochan,
299 status = sys$qiow (EFN, iochan,
334 status = sys$qiow (EFN, iochan,
/dports/net/yaz/yaz-5.31.1/src/
H A Deventl.h41 struct iochan;
43 typedef void (*IOC_CALLBACK)(struct iochan *i, int event);
45 typedef struct iochan struct
60 struct iochan *next; argument
/dports/editors/vim/vim-8.2.3745/src/
H A Dos_vms.c70 static short iochan; // TTY I/O channel variable
129 status = sys$qiow(0, iochan, IO$_SETMODE, iosb, 0, 0, in mch_settmode()
133 (void)sys$dassgn(iochan); in mch_settmode()
134 iochan = 0; in mch_settmode()
158 status = sys$qiow(0, iochan, IO$_SETMODE, iosb, 0, 0, in set_tty()
173 if (!iochan) in get_tty()
174 status = sys$assign(&odsc,&iochan,0,0); in get_tty()
336 if (!iochan) in vms_read()
351 status = sys$qiow(0, iochan, function, &iosb, 0, 0, in vms_read()
357 status = sys$qiow(0, iochan, function, &iosb, 0, 0, in vms_read()
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/mitchellh/gox/vendor/github.com/mitchellh/iochan/
H A DREADME.md1 # iochan chapter
3 iochan is a Go library for treating `io` readers and writers like channels.
12 $ go get github.com/mitchellh/iochan
/dports/security/vault/vault-1.8.2/vendor/github.com/mitchellh/iochan/
H A DREADME.md1 # iochan chapter
3 iochan is a Go library for treating `io` readers and writers like channels.
12 $ go get github.com/mitchellh/iochan
H A Dgo.mod1 module github.com/mitchellh/iochan
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/mitchellh/gox/gox-1.0.1/vendor/github.com/mitchellh/iochan/
H A DREADME.md1 # iochan chapter
3 iochan is a Go library for treating `io` readers and writers like channels.
12 $ go get github.com/mitchellh/iochan
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/mitchellh/iochan/
H A DREADME.md1 # iochan chapter
3 iochan is a Go library for treating `io` readers and writers like channels.
12 $ go get github.com/mitchellh/iochan
H A Dgo.mod1 module github.com/mitchellh/iochan
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/mitchellh/iochan/iochan-1.0.0/
H A DREADME.md1 # iochan chapter
3 iochan is a Go library for treating `io` readers and writers like channels.
12 $ go get github.com/mitchellh/iochan
H A Dgo.mod1 module github.com/mitchellh/iochan
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/mitchellh/gox/vendor/github.com/mitchellh/iochan/
H A DREADME.md1 # iochan chapter
3 iochan is a Go library for treating `io` readers and writers like channels.
12 $ go get github.com/mitchellh/iochan
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/mitchellh/iochan/
H A DREADME.md1 # iochan chapter
3 iochan is a Go library for treating `io` readers and writers like channels.
12 $ go get github.com/mitchellh/iochan
/dports/sysutils/vttest/vttest-20180811/
H A Dvms_io.c36 static short iochan; /* TTY I/O channel */ variable
129 status = sys$qiow(EFN, iochan, my_flags, in read_vms_tty()
331 status = sys$assign(&odsc, &iochan, 0, 0); in init_ttymodes()
335 status = sys$qiow(EFN, iochan, IO$_SENSEMODE, &iosb, 0, 0, in init_ttymodes()
354 status = sys$qiow(EFN, iochan, IO$_SETMODE, &iosb, 0, 0, in init_ttymodes()
390 status = sys$qiow(EFN, iochan, IO$_SETMODE, &iosb, 0, 0, in close_tty()
394 (void) sys$dassgn(iochan); in close_tty()
/dports/editors/xvile/vile-9.8v/
H A Dvmsvt.c198 short iochan; /* TTY I/O channel */ variable
553 status = sys$assign(&odsc, &iochan, 0, 0); in vmsvt_open()
556 status = sys$qiow(EFN, iochan, IO$_SENSEMODE, &iosb, 0, 0, in vmsvt_open()
571 status = sys$qiow(EFN, iochan, IO$_SETMODE, &iosb, 0, 0, in vmsvt_open()
714 status = sys$qiow(EFN, iochan, IO$_SETMODE, &iosb, 0, 0, in vmsvt_close()
717 (void) sys$dassgn(iochan); in vmsvt_close()
781 status = sys$qiow(EFN, iochan, in read_vms_tty()
843 (void) sys$qiow(EFN, iochan, IO$_WRITELBLK | IO$M_NOFORMAT, in vmsvt_flush()
/dports/editors/vile/vile-9.8v/
H A Dvmsvt.c198 short iochan; /* TTY I/O channel */ variable
553 status = sys$assign(&odsc, &iochan, 0, 0); in vmsvt_open()
556 status = sys$qiow(EFN, iochan, IO$_SENSEMODE, &iosb, 0, 0, in vmsvt_open()
571 status = sys$qiow(EFN, iochan, IO$_SETMODE, &iosb, 0, 0, in vmsvt_open()
714 status = sys$qiow(EFN, iochan, IO$_SETMODE, &iosb, 0, 0, in vmsvt_close()
717 (void) sys$dassgn(iochan); in vmsvt_close()
781 status = sys$qiow(EFN, iochan, in read_vms_tty()
843 (void) sys$qiow(EFN, iochan, IO$_WRITELBLK | IO$M_NOFORMAT, in vmsvt_flush()
/dports/sysutils/py-execnet/execnet-1.6.0/execnet/
H A Dgateway_io.py155 self.iochan = proxy_channel
156 self.iochan_file = self.iochan.makefile('r')
163 return self.iochan.send(data)
183 return '<RemoteIO via {}>'.format(self.iochan.gateway.id)
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/go.elastic.co/apm/internal/iochan/
H A Ddoc.go19 package iochan package
/dports/net/traefik/traefik-2.6.1/vendor/go.elastic.co/apm/internal/iochan/
H A Ddoc.go19 package iochan package
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/plugin/npapi/
H A Dplugin.h101 …static bool handlePlayerRequestsWrapper(GIOChannel* iochan, GIOCondition cond, nsPluginInstance* p…
103 bool handlePlayerRequests(GIOChannel* iochan, GIOCondition cond);

12345678910>>...16