Date: Mon, 16 Jul 2001 23:07:11 +0200 From: Gabriel Ambuehl <gabriel_ambuehl@buz.ch> To: Klaus Steden <klaus@compt.com> Cc: questions@freebsd.org Subject: Re[2]: popen() with bidirectional pipes? Message-ID: <194127057398.20010716230711@buz.ch> In-Reply-To: <20010716160341.S73359@cthulu.compt.com> References: <64111861237.20010716185355@buz.ch> <20010716160341.S73359@cthulu.compt.com>
next in thread | previous in thread | raw e-mail | index | archive | help
-----BEGIN PGP SIGNED MESSAGE----- Hello Klaus, Monday, July 16, 2001, 10:03:41 PM, you wrote: > popen() doesn't do bi-directional communication. Pipes (in the > POSIX spec) only work in one direction. What about: Since popen() is now implemented using a bidirectional pipe, the type argument may request a bidirectional data flow. The type argument is a pointer to a null-terminated string which must be `r' for reading, `w' for writing, or `r+' for reading and writing. Best regards, Gabriel -----BEGIN PGP SIGNATURE----- Version: PGP 6.5i iQEVAwUBO1NJgMZa2WpymlDxAQHMjAf/cNnFPhhGxZHukhAiha1JSWnfeIvd+4WU GNBx50fSgPZr2sc5a0WbTPuzOA6jHLvoNh3RdH+YZcsGum+3vzuViTGK7yyhrFLL KPfWGz3pK88gAOXA9XzgE2svzVkU7c4apnPZxEhoMWVu4UhKLyldECYVrlEF4OPJ uSq9WOul7xVyJW0lh+mz8MZx901T+2fZbyB/m0nzCLcQcajYcWi5aZmFgqGHm1Am 6csAsNRKRmuneH/y8Vp3mzFiqCI8habxCC3Y9cGLUPr5Osk03XI4WoXtQ6429t57 VhEpfbGMrRBmpJb/6/too9W4jJOgkKSCK0/plFtJKmdapfFSHP4lzQ== =avTH -----END PGP SIGNATURE----- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?194127057398.20010716230711>