Home
last modified time | relevance | path

Searched refs:popen (Results 1 – 9 of 9) sorted by relevance

/bionic/tests/headers/posix/
Dstdio_h.c118 FUNCTION(popen, FILE* (*f)(const char*, const char*)); in stdio_h()
/bionic/libc/include/
Dstdio.h266 __wur FILE* _Nullable popen(const char* _Nonnull __command, const char* _Nonnull __mode);
/bionic/tests/
Dstdio_test.cpp994 FILE* fp = popen("cat /proc/version", "r"); in TEST()
1006 FILE* fp = popen("cat", "r+"); in TEST()
1022 FILE* fp = popen("uniq -c", "r+"); in TEST()
1039 FILE* fp = popen("true", "r"); in TEST()
1047 FILE* fp = popen("false", "r"); in TEST()
1057 FILE* fp = popen(cmd.c_str(), "r"); in TEST()
Dstdlib_test.cpp520 FILE* fp = popen("-minus", "r"); in TEST()
/bionic/libc/tools/
Dposix-2013.txt627 popen
/bionic/libc/stdio/
Dstdio.cpp1182 FILE* popen(const char* cmd, const char* mode) { in popen() function
/bionic/docs/
Dstatus.md130 * `popen` now always uses `O_CLOEXEC`, not just with the `e` extension.
/bionic/tools/versioner/platforms/
Dlibc.map.txt730 popen;
/bionic/libc/
Dlibc.map.txt730 popen;