Home
last modified time | relevance | path

Searched refs:PIPE (Results 1 – 25 of 5675) sorted by relevance

12345678910>>...227

/dports/games/passage/Passage_v4_UnixSource/minorGems/util/development/leakTracer/
H A Dleak-analyze78 print PIPE "break $BreakOn\n";
79 print PIPE "run ", join(" ", @ARGV), " \n";
83 print PIPE "set listsize 2\n";
88 print PIPE "set listsize 1\n";
95 print PIPE " / total Size: $Size{$_}";
97 print PIPE "\\n\n";
99 print PIPE "set listsize 2\n";
109 print PIPE "kill\n";
112 print PIPE "quit\n";
113 PIPE->flush();
[all …]
/dports/devel/leaktracer/LeakTracer/
H A Dleak-analyze69 print PIPE "break $BreakOn\n";
70 print PIPE "run ", join(" ", @ARGV), " \n";
74 print PIPE "set listsize 2\n";
79 print PIPE "set listsize 1\n";
86 print PIPE " / total Size: $Size{$_}";
88 print PIPE "\\n\n";
90 print PIPE "set listsize 2\n";
100 print PIPE "kill\n";
103 print PIPE "quit\n";
104 PIPE->flush();
[all …]
/dports/games/cultivation/Cultivation_8_UnixSource/minorGems/util/development/leakTracer/
H A Dleak-analyze78 print PIPE "break $BreakOn\n";
79 print PIPE "run ", join(" ", @ARGV), " \n";
83 print PIPE "set listsize 2\n";
88 print PIPE "set listsize 1\n";
95 print PIPE " / total Size: $Size{$_}";
97 print PIPE "\\n\n";
99 print PIPE "set listsize 2\n";
109 print PIPE "kill\n";
112 print PIPE "quit\n";
113 PIPE->flush();
[all …]
/dports/devel/py-typer/typer-0.4.0/tests/test_completion/
H A Dtest_completion_complete.py10 stdout=subprocess.PIPE,
11 stderr=subprocess.PIPE,
27 stdout=subprocess.PIPE,
28 stderr=subprocess.PIPE,
44 stdout=subprocess.PIPE,
45 stderr=subprocess.PIPE,
63 stdout=subprocess.PIPE,
64 stderr=subprocess.PIPE,
79 stdout=subprocess.PIPE,
80 stderr=subprocess.PIPE,
[all …]
H A Dtest_completion.py16 stdout=subprocess.PIPE,
17 stderr=subprocess.PIPE,
35 stdout=subprocess.PIPE,
36 stderr=subprocess.PIPE,
51 stdout=subprocess.PIPE,
52 stderr=subprocess.PIPE,
67 stdout=subprocess.PIPE,
68 stderr=subprocess.PIPE,
85 stdout=subprocess.PIPE,
86 stderr=subprocess.PIPE,
[all …]
H A Dtest_completion_show.py10 stdout=subprocess.PIPE,
11 stderr=subprocess.PIPE,
29 stdout=subprocess.PIPE,
30 stderr=subprocess.PIPE,
47 stdout=subprocess.PIPE,
48 stderr=subprocess.PIPE,
62 stdout=subprocess.PIPE,
63 stderr=subprocess.PIPE,
77 stdout=subprocess.PIPE,
78 stderr=subprocess.PIPE,
[all …]
/dports/biology/libbigwig/libBigWig-0.4.6/test/
H A Dtest.py2 from subprocess import Popen, PIPE, check_call
8 p1 = Popen(["./test/testLocal", "test/test.bw"], stdout=PIPE)
10 p2 = Popen(["md5sum"], stdin=p1.stdout, stdout=PIPE)
12 p2 = Popen(["md5"], stdin=p1.stdout, stdout=PIPE)
19 p2 = Popen(["md5sum"], stdin=p1.stdout, stdout=PIPE)
21 p2 = Popen(["md5"], stdin=p1.stdout, stdout=PIPE)
29 p2 = Popen(["md5sum", "test/output.bw"], stdout=PIPE)
31 p2 = Popen(["md5", "test/output.bw"], stdout=PIPE)
61 p2 = Popen(["md5sum"], stdin=p1.stdout, stdout=PIPE)
63 p2 = Popen(["md5"], stdin=p1.stdout, stdout=PIPE)
[all …]
/dports/devel/py-testfixtures/testfixtures-6.18.3/testfixtures/tests/
H A Dtest_popen.py2 from subprocess import PIPE, STDOUT
21 process = Popen('a command', stdout=PIPE, stderr=PIPE)
43 process = Popen('a command', stdout=PIPE, stderr=PIPE)
79 process = Popen(['a', 'command'], stdout=PIPE, stderr=PIPE)
92 process = Popen('a command', stdout=PIPE, stderr=PIPE, shell=True)
123 process = Popen('a command', stdout=PIPE, stderr=PIPE, shell=True)
136 process = Popen('a command', stdout=PIPE, stderr=PIPE, shell=True)
429 Popen('a command', stdout=PIPE, stderr=PIPE, shell=True)
436 process = Popen('a command', stdout=PIPE, stderr=PIPE)
457 process = Popen('a command', stdout=PIPE, stderr=PIPE)
[all …]
H A Dtest_popen_docs.py4 from subprocess import Popen, PIPE
8 process = Popen(['svn', 'ls', '-R', 'foo'], stdout=PIPE, stderr=PIPE)
39 process = call.Popen(['svn', 'ls', '-R', 'foo'], stderr=PIPE, stdout=PIPE)
59 process = Popen('a command', stdout=PIPE, stderr=PIPE, shell=True)
72 process = Popen('a command', stdout=PIPE, stderr=PIPE, shell=True)
81 process = Popen('a command', stdin=PIPE, shell=True)
112 process = Popen('a command', stdout=PIPE, stderr=PIPE, shell=True)
148 stderr=PIPE, stdout=PIPE)
190 p1 = call.Popen('process --batch=0', shell=True, stderr=PIPE, stdout=PIPE)
191 p2 = call.Popen('process --batch=1', shell=True, stderr=PIPE, stdout=PIPE)
[all …]
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/crates/syntax/test_data/parser/inline/ok/
H A D0106_lambda_expr.rast18 PIPE@15..16 "|"
19 PIPE@16..17 "|"
29 PIPE@26..27 "|"
30 PIPE@27..28 "|"
54 PIPE@48..49 "|"
59 PIPE@50..51 "|"
73 PIPE@64..65 "|"
86 PIPE@72..73 "|"
100 PIPE@87..88 "|"
101 PIPE@88..89 "|"
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/tools/rust-analyzer/crates/syntax/test_data/parser/inline/ok/
H A D0106_lambda_expr.rast18 PIPE@15..16 "|"
19 PIPE@16..17 "|"
29 PIPE@26..27 "|"
30 PIPE@27..28 "|"
54 PIPE@48..49 "|"
59 PIPE@50..51 "|"
73 PIPE@64..65 "|"
86 PIPE@72..73 "|"
100 PIPE@87..88 "|"
101 PIPE@88..89 "|"
[all …]
/dports/sysutils/py-py-cpuinfo/py-cpuinfo-8.0.0/tests/
H A Dtest_cli.py17 from subprocess import Popen, PIPE
21 p1 = Popen(command, stdout=PIPE, stderr=PIPE, stdin=PIPE)
35 from subprocess import Popen, PIPE
38 p1 = Popen(command, stdout=PIPE, stderr=PIPE, stdin=PIPE)
52 from subprocess import Popen, PIPE
60 p1 = Popen(command, stdout=PIPE, stderr=PIPE, stdin=PIPE)
81 from subprocess import Popen, PIPE
84 p1 = Popen(command, stdout=PIPE, stderr=PIPE, stdin=PIPE)
/dports/games/pvpgn/pvpgn-1.8.5/scripts/
H A Dannounce.sh12 PIPE="/tmp/pipe-bnannounce-$$"
17 rm -f "${PIPE}" 2> /dev/null
37 rm -f "${PIPE}"
38 mknod "${PIPE}" p > /dev/null
40 echo "$0: failed to make pipe file ${PIPE}, check your permissions." >&2
51 "${BNCHAT}" < "${PIPE}" > /dev/null 2>&1 &
55 echo -e "${user}" > "${PIPE}"
56 echo -e "${pass}" > "${PIPE}"
57 echo "/join Support" > "${PIPE}"
60 echo "/announce ${msg}" > "${PIPE}"
/dports/databases/pgbarman/barman-release-2.17/tests/
H A Dtest_command_wrappers.py24 from subprocess import PIPE
85 stdout=PIPE,
86 stderr=PIPE,
87 stdin=PIPE,
113 stdout=PIPE,
114 stderr=PIPE,
115 stdin=PIPE,
143 stdin=PIPE,
171 stdin=PIPE,
203 stdin=PIPE,
[all …]
/dports/net/shadowsocks-libev/shadowsocks-libev-3.3.5/tests/
H A Dtest.py27 from subprocess import Popen, PIPE
63 p1 = Popen(server_args, stdin=PIPE, stdout=PIPE, stderr=PIPE, close_fds=True)
64 p2 = Popen(client_args, stdin=PIPE, stdout=PIPE, stderr=PIPE, close_fds=True)
65 p5 = Popen(tunnel_args, stdin=PIPE, stdout=PIPE, stderr=PIPE, close_fds=True)
85 stdin=PIPE, stdout=PIPE, stderr=PIPE, close_fds=True)
123 stdin=PIPE, stdout=PIPE, stderr=PIPE, close_fds=True)
/dports/databases/postgresql96-server/postgresql-9.6.24/src/tools/pginclude/
H A Dpgcheckdefines41 open PIPE, "$FIND * -type f -name '*.c' |"
43 while (<PIPE>)
48 close PIPE or die "$FIND failed: $!";
50 open PIPE, "$FIND * -type f -name '*.h' |"
52 while (<PIPE>)
59 close PIPE or die "$FIND failed: $!";
116 open PIPE, "$MAKECMD |"
118 while (<PIPE>)
144 close PIPE;
158 open PIPE, "$COMPILE 2>&1 >/dev/null |"
[all …]
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/tools/pginclude/
H A Dpgcheckdefines41 open PIPE, "$FIND * -type f -name '*.c' |"
43 while (<PIPE>)
48 close PIPE or die "$FIND failed: $!";
50 open PIPE, "$FIND * -type f -name '*.h' |"
52 while (<PIPE>)
59 close PIPE or die "$FIND failed: $!";
116 open PIPE, "$MAKECMD |"
118 while (<PIPE>)
144 close PIPE;
158 open PIPE, "$COMPILE 2>&1 >/dev/null |"
[all …]
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/tools/pginclude/
H A Dpgcheckdefines41 open PIPE, "$FIND * -type f -name '*.c' |"
43 while (<PIPE>)
48 close PIPE or die "$FIND failed: $!";
50 open PIPE, "$FIND * -type f -name '*.h' |"
52 while (<PIPE>)
59 close PIPE or die "$FIND failed: $!";
116 open PIPE, "$MAKECMD |"
118 while (<PIPE>)
144 close PIPE;
158 open PIPE, "$COMPILE 2>&1 >/dev/null |"
[all …]
/dports/databases/postgresql96-plperl/postgresql-9.6.24/src/tools/pginclude/
H A Dpgcheckdefines41 open PIPE, "$FIND * -type f -name '*.c' |"
43 while (<PIPE>)
48 close PIPE or die "$FIND failed: $!";
50 open PIPE, "$FIND * -type f -name '*.h' |"
52 while (<PIPE>)
59 close PIPE or die "$FIND failed: $!";
116 open PIPE, "$MAKECMD |"
118 while (<PIPE>)
144 close PIPE;
158 open PIPE, "$COMPILE 2>&1 >/dev/null |"
[all …]
/dports/databases/postgresql96-docs/postgresql-9.6.24/src/tools/pginclude/
H A Dpgcheckdefines41 open PIPE, "$FIND * -type f -name '*.c' |"
43 while (<PIPE>)
48 close PIPE or die "$FIND failed: $!";
50 open PIPE, "$FIND * -type f -name '*.h' |"
52 while (<PIPE>)
59 close PIPE or die "$FIND failed: $!";
116 open PIPE, "$MAKECMD |"
118 while (<PIPE>)
144 close PIPE;
158 open PIPE, "$COMPILE 2>&1 >/dev/null |"
[all …]
/dports/databases/postgresql96-client/postgresql-9.6.24/src/tools/pginclude/
H A Dpgcheckdefines41 open PIPE, "$FIND * -type f -name '*.c' |"
43 while (<PIPE>)
48 close PIPE or die "$FIND failed: $!";
50 open PIPE, "$FIND * -type f -name '*.h' |"
52 while (<PIPE>)
59 close PIPE or die "$FIND failed: $!";
116 open PIPE, "$MAKECMD |"
118 while (<PIPE>)
144 close PIPE;
158 open PIPE, "$COMPILE 2>&1 >/dev/null |"
[all …]
/dports/databases/postgresql96-contrib/postgresql-9.6.24/src/tools/pginclude/
H A Dpgcheckdefines41 open PIPE, "$FIND * -type f -name '*.c' |"
43 while (<PIPE>)
48 close PIPE or die "$FIND failed: $!";
50 open PIPE, "$FIND * -type f -name '*.h' |"
52 while (<PIPE>)
59 close PIPE or die "$FIND failed: $!";
116 open PIPE, "$MAKECMD |"
118 while (<PIPE>)
144 close PIPE;
158 open PIPE, "$COMPILE 2>&1 >/dev/null |"
[all …]
/dports/ftp/ftpmirror/ftpmirror-1.96/tools/
H A Dpm_utils.pl129 local *PIPE;
130 my $pid = open(PIPE, "|-");
143 print PIPE "g/^1;\$/d\n";
144 print PIPE "$delim\n";
145 print PIPE "a\n";
146 print PIPE "1;\n";
147 print PIPE "__END__\n";
148 print PIPE ".\n";
149 print PIPE "w\n";
150 print PIPE "q\n";
[all …]
/dports/science/cdo/cdo-2.0.0/src/
H A Dpipe.cc22 Debug(PIPE, "%s write closed", name); in close()
70 Debug(PIPE, name.c_str(), " EOP"); in pipe_inq_timestep()
75 Debug(PIPE, name.c_str(), " has data"); in pipe_inq_timestep()
84 Debug(PIPE, "%s has no data", name); in pipe_inq_timestep()
89 Debug(PIPE, name.c_str(), " wait of tsDef_cond"); in pipe_inq_timestep()
180 Debug(PIPE, "EOP"); in pipe_def_timestep()
221 Debug(PIPE, "EOP"); in pipe_inq_record()
224 Debug(PIPE, "%s wait for recDef_cond", name); in pipe_inq_record()
418 Debug(PIPE, "%s write record $d", name, recIDw); in wait_for_read()
429 Debug(PIPE, "EOP"); in wait_for_read()
[all …]
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/contrib/devtools/
H A Dsecurity-check.py24 …LF_CMD, '-h', '-W', executable], stdout=subprocess.PIPE, stderr=subprocess.PIPE, stdin=subprocess.
38 …LF_CMD, '-l', '-W', executable], stdout=subprocess.PIPE, stderr=subprocess.PIPE, stdin=subprocess.
95 …LF_CMD, '-d', '-W', executable], stdout=subprocess.PIPE, stderr=subprocess.PIPE, stdin=subprocess.
109 …'--dyn-syms', '-W', executable], stdout=subprocess.PIPE, stderr=subprocess.PIPE, stdin=subprocess.
125 …OBJDUMP_CMD, '-x', executable], stdout=subprocess.PIPE, stderr=subprocess.PIPE, stdin=subprocess.
167 …([OTOOL_CMD, '-vh', executable], stdout=subprocess.PIPE, stderr=subprocess.PIPE, stdin=subprocess.
214 …n([OTOOL_CMD, '-l', executable], stdout=subprocess.PIPE, stderr=subprocess.PIPE, stdin=subprocess.

12345678910>>...227