Home
last modified time | relevance | path

Searched refs:win32_pipe (Results 1 – 23 of 23) sorted by relevance

/dports/audio/supercollider/SuperCollider-3.11.0-Source/common/
H A DSC_Win32Utils.h50 # define pipe win32_pipe in SC_VersionString()
64 int win32_pipe(int handles[2]);
H A DSC_Win32Utils.cpp108 int win32_pipe(int handles[2]) { in win32_pipe() function
/dports/www/elinks/elinks-0.11.7/src/osdep/win32/
H A Doverrides.h14 int win32_pipe(int *fds);
35 #define pipe win32_pipe
H A Doverrides.c461 win32_pipe(int *fds) in win32_pipe() function
/dports/devel/py-prompt-toolkit/prompt_toolkit-3.0.23/prompt_toolkit/input/
H A Ddefaults.py52 from .win32_pipe import Win32PipeInput
/dports/devel/py-prompt-toolkit2/prompt_toolkit-2.0.10/prompt_toolkit/input/
H A Ddefaults.py36 from .win32_pipe import Win32PipeInput
/dports/devel/py-lineedit/lineedit-0.1.6/lineedit/deps/prompt_toolkit/input/
H A Ddefaults.py36 from .win32_pipe import Win32PipeInput
/dports/devel/p5-Filter/Filter-1.60/Exec/
H A DExec.xs352 # define win32_pipe(p,n,f) _pipe(p,n,f) in spawnCommand() macro
360 if (win32_pipe(p,512,O_TEXT|O_NOINHERIT) == -1 in spawnCommand()
361 || win32_pipe(c,512,O_BINARY|O_NOINHERIT) == -1) { in spawnCommand()
/dports/lang/perl5.30/perl-5.30.3/win32/
H A Dwin32iop-o.h75 DllExport int win32_pipe( int *phandles, unsigned int psize, int textmode );
294 #define pipe(fd) win32_pipe((fd), 512, O_BINARY)
H A Dwin32iop.h71 DllExport int win32_pipe( int *phandles, unsigned int psize, int textmode );
432 #define pipe(fd) win32_pipe((fd), 512, O_BINARY)
H A Dwin32.c2968 win32_pipe(int *pfd, unsigned int size, int mode) in win32_pipe() function
3020 if (win32_pipe(p, 512, ourmode) == -1) in do_popen()
H A Dperlhost.h1636 return win32_pipe(phandles, 512, O_BINARY); in PerlProcPipe()
H A Dwince.c449 win32_pipe(int *pfd, unsigned int size, int mode) in win32_pipe() function
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/win32/
H A Dwin32iop.h73 DllExport int win32_pipe( int *phandles, unsigned int psize, int textmode );
307 #define pipe(fd) win32_pipe((fd), 512, O_BINARY)
H A Dwin32.c3276 win32_pipe(int *pfd, unsigned int size, int mode) in win32_pipe() function
3328 if (win32_pipe(p, 512, ourmode) == -1) in do_popen()
H A Dperlhost.h1643 return win32_pipe(phandles, 512, O_BINARY); in PerlProcPipe()
/dports/lang/perl5.32/perl-5.32.1/win32/
H A Dwin32iop.h72 DllExport int win32_pipe( int *phandles, unsigned int psize, int textmode );
304 #define pipe(fd) win32_pipe((fd), 512, O_BINARY)
H A Dwin32.c2977 win32_pipe(int *pfd, unsigned int size, int mode) in win32_pipe() function
3029 if (win32_pipe(p, 512, ourmode) == -1) in do_popen()
H A Dperlhost.h1629 return win32_pipe(phandles, 512, O_BINARY); in PerlProcPipe()
/dports/lang/perl5.34/perl-5.34.0/win32/
H A Dwin32iop.h73 DllExport int win32_pipe( int *phandles, unsigned int psize, int textmode );
307 #define pipe(fd) win32_pipe((fd), 512, O_BINARY)
H A Dwin32.c3276 win32_pipe(int *pfd, unsigned int size, int mode) in win32_pipe() function
3328 if (win32_pipe(p, 512, ourmode) == -1) in do_popen()
H A Dperlhost.h1643 return win32_pipe(phandles, 512, O_BINARY); in PerlProcPipe()
/dports/editors/mp/mp-5.x-5.50/mpdm/
H A Dmpdm_f.c1848 static void win32_pipe(HANDLE *h, int n) in win32_pipe() function
1883 win32_pipe(pr, 0); in sysdep_popen()
1885 win32_pipe(pw, 1); in sysdep_popen()