Home
last modified time | relevance | path

Searched refs:winpipe (Results 1 – 25 of 26) sorted by relevance

12

/dports/lang/tcl85/tcl8.5.19/tests/
H A DwinPipe.test82 test winpipe-1.6 {32 bit comprehensive tests: from console} \
93 test winpipe-1.9 {32 bit comprehensive tests: from nowhere} \
98 test winpipe-1.10 {32 bit comprehensive tests: from file handle} \
112 test winpipe-1.12 {32 bit comprehensive tests: a little to file} \
117 test winpipe-1.13 {32 bit comprehensive tests: a lot to file} \
127 test winpipe-1.15 {32 bit comprehensive tests: a lot to pipe} \
141 test winpipe-1.18 {32 bit comprehensive tests: to nowhere} \
176 test winpipe-4.1 {Tcl_WaitPid} {win nt exec cat32} {
275 test winpipe-6.1 {PipeSetupProc & PipeCheckProc: read threads} \
317 test winpipe-7.1 {BuildCommandLine: null arguments} {win exec} {
[all …]
/dports/net/wireguard-go/wireguard-go-0.0.20210424/ipc/winpipe/
H A Dwinpipe_test.go96 l, err := winpipe.Listen(pipePath, nil)
102 _, err = winpipe.Dial(pipePath, &d, nil)
110 l, err := winpipe.Listen(pipePath, nil)
126 l, err := winpipe.Listen(pipePath, nil)
150 c := winpipe.ListenConfig{
153 l, err := winpipe.Listen(pipePath, &c)
166 l, err := winpipe.Listen(pipePath, cfg)
239 l, err := winpipe.Listen(pipePath, nil)
331 cfg := &winpipe.ListenConfig{
483 c := winpipe.ListenConfig{
[all …]
H A Dfile.go9 package winpipe package
H A Dwinpipe.go10 package winpipe package
/dports/lang/tcl86/tcl8.6.12/tests/
H A DwinPipe.test90 test winpipe-1.6 {32 bit comprehensive tests: from console} \
101 test winpipe-1.9 {32 bit comprehensive tests: from nowhere} \
106 test winpipe-1.10 {32 bit comprehensive tests: from file handle} \
120 test winpipe-1.12 {32 bit comprehensive tests: a little to file} \
125 test winpipe-1.13 {32 bit comprehensive tests: a lot to file} \
130 test winpipe-1.14 {32 bit comprehensive tests: a little to pipe} \
135 test winpipe-1.15 {32 bit comprehensive tests: a lot to pipe} \
149 test winpipe-1.18 {32 bit comprehensive tests: to nowhere} \
179 test winpipe-4.1 {Tcl_WaitPid} {win nt exec cat32} {
281 test winpipe-6.1 {PipeSetupProc & PipeCheckProc: read threads} \
[all …]
/dports/lang/tcl87/tcl8.7a5/tests/
H A DwinPipe.test95 test winpipe-1.6 {32 bit comprehensive tests: from console} \
106 test winpipe-1.9 {32 bit comprehensive tests: from nowhere} \
111 test winpipe-1.10 {32 bit comprehensive tests: from file handle} \
125 test winpipe-1.12 {32 bit comprehensive tests: a little to file} \
130 test winpipe-1.13 {32 bit comprehensive tests: a lot to file} \
135 test winpipe-1.14 {32 bit comprehensive tests: a little to pipe} \
140 test winpipe-1.15 {32 bit comprehensive tests: a lot to pipe} \
154 test winpipe-1.18 {32 bit comprehensive tests: to nowhere} \
184 test winpipe-4.1 {Tcl_WaitPid} {win exec cat32} {
286 test winpipe-6.1 {PipeSetupProc & PipeCheckProc: read threads} \
[all …]
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/docker/docker/libcontainerd/
H A Dio_windows.go14 type winpipe struct { struct
25 func newWinpipe(ctx context.Context, pipe string) (*winpipe, error) {
30 wp := &winpipe{
66 func (wp *winpipe) Read(b []byte) (int, error) { argument
75 func (wp *winpipe) Write(b []byte) (int, error) { argument
84 func (wp *winpipe) Close() error { argument
/dports/security/vault/vault-1.8.2/vendor/github.com/docker/docker/libcontainerd/
H A Dio_windows.go14 type winpipe struct { struct
25 func newWinpipe(ctx context.Context, pipe string) (*winpipe, error) {
30 wp := &winpipe{
66 func (wp *winpipe) Read(b []byte) (int, error) { argument
75 func (wp *winpipe) Write(b []byte) (int, error) { argument
84 func (wp *winpipe) Close() error { argument
/dports/multimedia/quodlibet/quodlibet-4.3.0/quodlibet/
H A Dremote.py15 from quodlibet.util import winpipe
17 winpipe = None variable
84 self._server = winpipe.NamedPipeServer(self._NAME, self._callback)
88 return winpipe.pipe_exists(cls._NAME)
94 winpipe.write_pipe(cls._NAME, data)
101 except winpipe.NamedPipeServerError as e:
/dports/net/wireguard-go/wireguard-go-0.0.20210424/ipc/
H A Duapi_windows.go65 config := winpipe.ListenConfig{
68 listener, err := winpipe.Listen(`\\.\pipe\ProtectedPrefix\Administrators\WireGuard\`+name, &config)
/dports/net-mgmt/net-snmp/net-snmp-5.9/configure.d/
H A Dconfig_modules_lib50 other_src_list="$other_src_list winpipe.c"
51 other_objs_list="$other_objs_list winpipe.o"
52 other_lobjs_list="$other_lobjs_list winpipe.lo"
53 other_ftobjs_list="$other_ftobjs_list winpipe.ft"
/dports/net-mgmt/net-snmp/net-snmp-5.9/snmplib/
H A DMakefile.in99 winpipe.h \
/dports/net-mgmt/net-snmp/net-snmp-5.9/win32/libsnmp/
H A Dlibsnmp.dsp352 SOURCE=..\..\snmplib\winpipe.c
/dports/net-mgmt/net-snmp/net-snmp-5.9/win32/libsnmp_dll/
H A Dlibsnmp_dll.dsp359 SOURCE=..\..\snmplib\winpipe.c
/dports/audio/jack/jack2-eaedec353489f26617221d66f80fd2503953c663/
H A DChangeLog.rst596 * Internal loadable client implementation, winpipe version added.
/dports/lang/tcl85/tcl8.5.19/
H A DChangeLog.20041023 caused PIDs on win95 to go negative. winpipe-4.2 brought this to the
2526 * tests/winPipe.test (winpipe-1.11): Fixed a bug that caused test to
2881 * tests/winPipe.test (winpipe-6.1): blocking set to 1 before closing
H A DChangeLog.20013608 * tests/winPipe.test (winpipe-1.20):
H A DChangeLog.20074006 * tests/winPipe.test (winpipe-4.[2345]): Made robust when run in
/dports/lang/tcl86/tcl8.6.12/
H A DChangeLog.20041023 caused PIDs on win95 to go negative. winpipe-4.2 brought this to the
2526 * tests/winPipe.test (winpipe-1.11): Fixed a bug that caused test to
2881 * tests/winPipe.test (winpipe-6.1): blocking set to 1 before closing
H A DChangeLog.20013608 * tests/winPipe.test (winpipe-1.20):
H A DChangeLog.20074006 * tests/winPipe.test (winpipe-4.[2345]): Made robust when run in
/dports/lang/tcl87/tcl8.7a5/
H A DChangeLog.20041023 caused PIDs on win95 to go negative. winpipe-4.2 brought this to the
2526 * tests/winPipe.test (winpipe-1.11): Fixed a bug that caused test to
2881 * tests/winPipe.test (winpipe-6.1): blocking set to 1 before closing
H A DChangeLog.20013608 * tests/winPipe.test (winpipe-1.20):
H A DChangeLog.20074006 * tests/winPipe.test (winpipe-4.[2345]): Made robust when run in
/dports/net-mgmt/net-snmp/net-snmp-5.9/
H A DCHANGES1970 winpipe.c.

12