Searched defs:outpipe (Results 1 – 2 of 2) sorted by relevance
68 def pkk_output(outpipe, msg): argument276 outpipe = None variable356 outpipe = subprocess.Popen(["less", "-S", "-R"], stdin=subprocess.PIPE, encoding="utf8") variable
36 int outpipe[2] = {-1, -1}; in run_program0() local