| /freebsd-12.1/contrib/serf/build/ |
| H A D | check.py | 27 import subprocess 57 subprocess.check_call([SERF_RESPONSE_EXE, case]) 58 except subprocess.CalledProcessError: 64 subprocess.check_call(TEST_ALL_EXE) 65 except subprocess.CalledProcessError:
|
| /freebsd-12.1/sys/contrib/zstd/tests/ |
| H A D | test-zstd-versions.py | 19 import subprocess 20 from subprocess import Popen, PIPE 92 if subprocess.call(['./zstd.' + tag, '-D', dict_name, '-f', sample], stderr=DEVNULL) == 0: 94 if subprocess.call(['./zstd.' + tag, '-D', dict_name, '-5f', sample], stderr=DEVNULL) == 0: 96 if subprocess.call(['./zstd.' + tag, '-D', dict_name, '-9f', sample], stderr=DEVNULL) == 0: 98 if subprocess.call(['./zstd.' + tag, '-D', dict_name, '-15f', sample], stderr=DEVNULL) == 0: 109 if subprocess.call(['./zstd.' + tag, '-f', sample], stderr=DEVNULL) == 0: 111 if subprocess.call(['./zstd.' + tag, '-5f', sample], stderr=DEVNULL) == 0: 113 if subprocess.call(['./zstd.' + tag, '-9f', sample], stderr=DEVNULL) == 0: 115 if subprocess.call(['./zstd.' + tag, '-15f', sample], stderr=DEVNULL) == 0: [all …]
|
| H A D | test-zstd-speed.py | 19 import subprocess 52 …popen = subprocess.Popen(command, stdout=subprocess.PIPE, stderr=subprocess.PIPE, shell=param_shel…
|
| /freebsd-12.1/tools/test/hwpmc/ |
| H A D | pmctest.py | 53 import subprocess 54 from subprocess import PIPE 80 p = subprocess.Popen(["pmccontrol", "-L"], stdout=PIPE) 90 p = subprocess.Popen(["pmcstat", "-p", counter, options.program],
|
| /freebsd-12.1/release/scripts/ |
| H A D | list-new-changesets.py | 49 import subprocess 86 proc = subprocess.Popen(cmd, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
|
| /freebsd-12.1/contrib/googletest/googletest/test/ |
| H A D | gtest_test_utils.py | 46 import subprocess 235 stderr = subprocess.STDOUT 237 stderr = subprocess.PIPE 239 p = subprocess.Popen(command, 240 stdout=subprocess.PIPE, stderr=stderr,
|
| /freebsd-12.1/sys/contrib/zstd/tests/fuzz/ |
| H A D | fuzz.py | 17 import subprocess 148 cc_version_bytes = subprocess.check_output([cc, "--version"]) 149 cxx_version_bytes = subprocess.check_output([cxx, "--version"]) 431 subprocess.check_call(clean_cmd) 442 subprocess.check_call(build_cmd) 509 subprocess.check_call(cmd) 579 subprocess.call(cmd) 600 subprocess.check_call(cmd) 689 subprocess.check_call(cmd) 757 subprocess.check_call(cmd + seeds)
|
| /freebsd-12.1/tools/regression/netinet/ip_id_period/ |
| H A D | ip_id_period.py | 33 import subprocess 38 tcpdump = subprocess.Popen('tcpdump -n -i lo0 -w results.pcap icmp', shell=True)
|
| /freebsd-12.1/contrib/subversion/ |
| H A D | win-tests.py | 30 import os, sys, subprocess 469 self.proc = subprocess.Popen([self.path] + args[1:], env=env) 950 self.proc = subprocess.Popen([self.path] + self.httpd_args[1:]) 990 self.proc = subprocess.Popen([self.path] + self.memcached_args) 1178 r = subprocess.call(args + tuple(['org.apache.subversion.javahl.RunTests'])) 1187 r = subprocess.call(args + tuple(['org.tigris.subversion.javahl.RunTests'])) 1240 r = subprocess.call([ 1293 r = subprocess.call([ 1328 r = subprocess.call([ruby_exe] + ruby_args)
|
| /freebsd-12.1/contrib/cortex-strings/scripts/ |
| H A D | bench.py | 14 import subprocess 69 got = subprocess.check_output(cmd.split()).strip()
|
| /freebsd-12.1/crypto/openssh/ |
| H A D | auth.h | 235 pid_t subprocess(const char *, struct passwd *,
|
| H A D | auth2-pubkey.c | 483 if ((pid = subprocess("AuthorizedPrincipalsCommand", runas_pw, command, in match_principals_command() 953 if ((pid = subprocess("AuthorizedKeysCommand", runas_pw, command, in user_key_command_allowed2()
|
| H A D | auth.c | 866 subprocess(const char *tag, struct passwd *pw, const char *command, in subprocess() function
|
| /freebsd-12.1/contrib/googletest/googletest/scripts/ |
| H A D | upload.py | 43 import subprocess 555 p = subprocess.Popen(command, stdout=subprocess.PIPE, stderr=subprocess.PIPE,
|
| /freebsd-12.1/contrib/googletest/googlemock/scripts/ |
| H A D | upload.py | 43 import subprocess 555 p = subprocess.Popen(command, stdout=subprocess.PIPE, stderr=subprocess.PIPE,
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/ |
| H A D | DiagnosticFrontendKinds.td | 113 "unable to merge a subprocess's serialized diagnostics">,
|
| /freebsd-12.1/contrib/gcclibs/libiberty/ |
| H A D | pexecute.txh | 14 Record subprocess times if possible.
|
| H A D | functions.texi | 718 Record subprocess times if possible.
|
| /freebsd-12.1/sys/contrib/zlib/ |
| H A D | FAQ | 82 No, sorry. You have to spawn an uncompress or gunzip subprocess, or adapt
|
| /freebsd-12.1/contrib/libevent/ |
| H A D | whatsnew-2.0.txt | 600 subprocess. This way, when there's a bug that makes one unit test
|
| /freebsd-12.1/contrib/ntp/sntp/libevent/ |
| H A D | whatsnew-2.0.txt | 600 subprocess. This way, when there's a bug that makes one unit test
|
| /freebsd-12.1/contrib/atf/ |
| H A D | NEWS | 486 * Test programs no longer fork a subprocess to isolate the execution of
|
| /freebsd-12.1/contrib/file/ |
| H A D | ChangeLog | 655 * Don't wait for any subprocess, just the one we forked.
|
| /freebsd-12.1/crypto/heimdal/ |
| H A D | ChangeLog.2004 | 1251 * kuser/kinit.c: when running kinit with a subprocess, fetch new
|
| /freebsd-12.1/contrib/binutils/libiberty/ |
| H A D | functions.texi | 734 Record subprocess times if possible.
|