Searched refs:popen (Results 1 – 8 of 8) sorted by relevance
/bionic/tests/headers/posix/ |
D | stdio_h.c | 117 FUNCTION(popen, FILE* (*f)(const char*, const char*)); in stdio_h()
|
/bionic/libc/include/ |
D | stdio.h | 275 FILE* popen(const char* __command, const char* __mode);
|
/bionic/tests/ |
D | stdio_test.cpp | 935 FILE* fp = popen("cat /proc/version", "r"); in TEST() 947 FILE* fp = popen("cat", "r+"); in TEST() 963 FILE* fp = popen("uniq -c", "r+"); in TEST() 980 FILE* fp = popen("true", "r"); in TEST() 988 FILE* fp = popen("false", "r"); in TEST() 996 FILE* fp = popen("kill -7 $$", "r"); in TEST()
|
/bionic/libc/tools/ |
D | posix-2013.txt | 627 popen
|
/bionic/libc/stdio/ |
D | stdio.cpp | 1185 FILE* popen(const char* cmd, const char* mode) { in popen() function
|
/bionic/docs/ |
D | status.md | 73 * `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;
|