Searched refs:popen (Results 1 – 9 of 9) sorted by relevance
/bionic/tests/headers/posix/ |
D | stdio_h.c | 118 FUNCTION(popen, FILE* (*f)(const char*, const char*)); in stdio_h()
|
/bionic/libc/include/ |
D | stdio.h | 266 __wur FILE* _Nullable popen(const char* _Nonnull __command, const char* _Nonnull __mode);
|
/bionic/tests/ |
D | stdio_test.cpp | 994 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()
|
D | stdlib_test.cpp | 520 FILE* fp = popen("-minus", "r"); in TEST()
|
/bionic/libc/tools/ |
D | posix-2013.txt | 627 popen
|
/bionic/libc/stdio/ |
D | stdio.cpp | 1182 FILE* popen(const char* cmd, const char* mode) { in popen() function
|
/bionic/docs/ |
D | status.md | 130 * `popen` now always uses `O_CLOEXEC`, not just with the `e` extension.
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 730 popen;
|
/bionic/libc/ |
D | libc.map.txt | 730 popen;
|