Home
last modified time | relevance | path

Searched defs:stdout_handler (Results 1 – 9 of 9) sorted by relevance

/dports/sysutils/py-zfs-autobackup/zfs_autobackup-3.1/zfs_autobackup/
H A DCmdPipe.py87 def execute(self, stdout_handler): argument
H A DExecuteNode.py142 def stdout_handler(line): function
/dports/audio/baresip/baresip-0.5.8/src/
H A Dui.c12 static int stdout_handler(const char *p, size_t size, void *arg) in stdout_handler() function
/dports/lang/mono/mono-5.10.1.57/mono/eglib/
H A Dgoutput.c38 static GPrintFunc stdout_handler, stderr_handler; variable
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/site_scons/
H A Dbuildutils.py142 stdout_handler = logging.StreamHandler(sys.stdout) variable
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/git/
H A Dremote.py719 def stdout_handler(line): function
H A Dcmd.py64 def handle_process_output(process, stdout_handler, stderr_handler, argument
/dports/net-mgmt/nagios4/nagios-4.4.6/lib/
H A Dworker.c504 static int stdout_handler(int fd, int events, void *cp_) in stdout_handler() function
/dports/devel/py-gitpython/GitPython-3.1.24/git/
H A Dremote.py785 def stdout_handler(line: str) -> None: function