Searched refs:subprocess (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/contrib/serf/build/
H A Dcheck.py27 import subprocess namespace
57 subprocess.check_call([SERF_RESPONSE_EXE, case])
58 except subprocess.CalledProcessError:
64 subprocess.check_call(TEST_ALL_EXE)
65 except subprocess.CalledProcessError:
/freebsd-11-stable/tools/test/hwpmc/
H A Dpmctest.py51 import subprocess
52 from subprocess import PIPE
78 p = subprocess.Popen(["pmccontrol", "-L"], stdout=PIPE)
88 p = subprocess.Popen(["pmcstat", "-p", counter, options.program],
/freebsd-11-stable/release/scripts/
H A Dlist-new-changesets.py49 import subprocess
86 proc = subprocess.Popen(cmd, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
/freebsd-11-stable/tools/regression/netinet/ip_id_period/
H A Dip_id_period.py33 import subprocess
38 tcpdump = subprocess.Popen('tcpdump -n -i lo0 -w results.pcap icmp', shell=True)
/freebsd-11-stable/contrib/subversion/
H A Dwin-tests.py30 import os, sys, subprocess namespace
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([
1298 r = subprocess.call([
1333 r = subprocess.call([ruby_exe] + ruby_args)
/freebsd-11-stable/crypto/openssh/
H A Dauth2-pubkey.c390 * Runs command in a subprocess. Returns pid on success and a FILE* to the
391 * subprocess' stdout or 0 on failure.
395 subprocess(const char *tag, struct passwd *pw, const char *command, function
725 if ((pid = subprocess("AuthorizedPrincipalsCommand", pw, command,
1054 if ((pid = subprocess("AuthorizedKeysCommand", pw, command,
/freebsd-11-stable/contrib/binutils/binutils/
H A Ddllwrap.c410 warn (_("subprocess got fatal signal %d"), WTERMSIG (wait_status));
H A Dresrc.c299 fatal (_("subprocess got fatal signal %d"), WTERMSIG (wait_status));

Completed in 226 milliseconds