Searched refs:popen (Results 1 - 11 of 11) sorted by relevance

/haiku/src/tests/system/kernel/
H A Dfifo_poll_test.cpp7 * Start a process with popen and watch the pipe using poll().
15 FILE* f = popen("/bin/bash -c 'for i in 1 2 3; do { echo $i; sleep 1; }; done'", "r");
/haiku/src/add-ons/mail_daemon/outbound_filters/fortune/
H A DFortuneFilter.cpp69 fd = popen(fortuneFile.String(), "r");
/haiku/headers/cpp/
H A Diostdio.h108 #define popen _IO_popen macro
/haiku/src/bin/
H A Dwatch.c215 if (!(p = popen(command, "r"))) {
216 perror("popen");
/haiku/src/tests/kits/app/common/
H A DPipedAppRunner.cpp59 fPipe = popen(cmdLine.String(), "r");
/haiku/src/system/libroot/posix/glibc/libio/
H A Diopopen.c125 /* POSIX.2: "popen() shall ensure that any streams from previous
126 popen() calls that remain open in the parent process are closed
293 versioned_symbol (libc, __new_popen, popen, GLIBC_2_1);
H A Dstdio.h628 extern FILE *popen (__const char *__command, __const char *__modes) __THROW;
630 /* Close a stream opened by popen and return the status of its child. */
/haiku/headers/posix/
H A Dstdio.h97 extern FILE *popen(const char *command, const char *mode);
/haiku/src/add-ons/screen_savers/message/
H A DMessage.cpp40 FILE *file = popen("/bin/fortune", "r");
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs.c2149 void popen() {} function
H A Dlibroot_stubs_legacy.c2126 void popen() {} function

Completed in 845 milliseconds