HomeSort by: relevance | last modified time | path
    Searched refs:subprocess (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/scripts/
collect_data_flow.py 25 import subprocess
45 subprocess.call([self, exe, path, output])
47 subprocess.call([exe], stdout=functions_txt)
65 ret = subprocess.call([exe, str(r[0]), str(r[1]), inp, tmpfile])
76 subprocess.call([merge] + outputs, stdout=f)
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/scripts/
gen_dynamic_list.py 20 import subprocess
67 nm_proc = subprocess.Popen([nm, library], stdout=subprocess.PIPE,
68 stderr=subprocess.PIPE)
71 raise subprocess.CalledProcessError(nm_proc.returncode, nm)
sancov.py 11 import subprocess
199 proc = subprocess.Popen(cmd, stdin=subprocess.PIPE, stdout=subprocess.PIPE,
  /src/usr.bin/make/unit-tests/
directive-export.mk 55 # the actual export action is deferred until a subprocess is started, assuming
57 # modifier depends on the 'TZ' environment variable, without any subprocess.
  /src/sys/external/bsd/compiler_rt/dist/lib/asan/scripts/
asan_symbolize.py 15 import subprocess
94 result = subprocess.Popen(cmd, stdin=subprocess.PIPE,
95 stdout=subprocess.PIPE,
157 return subprocess.Popen(cmd,
158 stdin=subprocess.PIPE, stdout=subprocess.PIPE,
  /src/usr.sbin/sysinst/
run.c 432 /* ignore tty signals until we're done with subprocess setup */
506 * parent: we've set up the subprocess.

Completed in 15 milliseconds