Searched refs:popen (Results 1 – 14 of 14) sorted by relevance
/l4re-core-master/uclibc/lib/contrib/uclibc/test/misc/ |
A D | popen.c | 33 TEST_E(f = popen("echo hello", "r")); in main() 40 TEST_E(f = popen(cmd, "w")); in main()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/test/API/ |
A D | stdio-CX.SUSv4.syms | 16 popen
|
/l4re-core-master/uclibc/lib/contrib/uclibc/test/nptl/ |
A D | tst-popen1.c | 42 f = popen ("echo something", "r"); in do_test()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/stdio/ |
A D | popen.c | 43 FILE *popen(const char *command, const char *modes) in popen() function
|
A D | Makefile.in | 21 tmpfile.c popen.c ctermid.c
|
/l4re-core-master/libc_backends/lib/misc/ |
A D | misc.c | 207 FILE *popen(const char *command, const char *type) in popen() function
|
/l4re-core-master/uclibc/lib/contrib/uclibc/test/ |
A D | .gitignore | 156 misc/popen
|
/l4re-core-master/uclibc/lib/contrib/uclibc/extra/locale/ |
A D | gen_wc8bit.c | 103 FILE *fp = popen("locale -a", "r"); in main()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/include/ |
A D | stdio.h | 835 extern FILE *popen (const char *__command, const char *__modes) __wur;
|
/l4re-core-master/lua/lib/contrib/src/ |
A D | liolib.c | 59 #define l_popen(L,c,m) (fflush(NULL), popen(c,m))
|
/l4re-core-master/uclibc/doc/ |
A D | uclibc.cfg | 388 # popen()) the command <command> <input-file>, where <command> is the value of 518 # by executing (via popen()) the command <filter> <input-file>, where <filter>
|
/l4re-core-master/uclibc/lib/contrib/uclibc/ |
A D | Changelog | 82 o Both popen() and exec*() now behave themselves per SuSv3
|
/l4re-core-master/libsigma0/doc/ |
A D | libsigma0.cfg | 348 # by executing (via popen()) the command <filter> <input-file>, where <filter>
|
/l4re-core-master/l4util/doc/ |
A D | l4util.cfg | 376 # by executing (via popen()) the command <filter> <input-file>, where <filter>
|
Completed in 17 milliseconds