Home
last modified time | relevance | path

Searched refs:sshOut (Results 1 – 2 of 2) sorted by relevance

/dports/devel/fossil/fossil-src-2.17/src/
H A Dhttp_transport.c51 static FILE *sshOut; /* From this to ssh subprocess */ variable
149 popen2(blob_str(&zCmd), &sshIn, &sshOut, &sshPid, 0); in transport_ssh_open()
245 fwrite(z, 1, n, sshOut); in transport_send()
246 fflush(sshOut); in transport_send()
479 pclose2(sshIn, sshOut, sshPid); in transport_ssh_close()
/dports/archivers/jzlib/jzlib-1.1.1/misc/
H A Dmindtermsrc-v121-compression.patch60 outpdu.writeTo(sshOut);