Home
last modified time | relevance | path

Searched refs:pipes (Results 1 – 7 of 7) sorted by relevance

/ndk/sources/android/crazy_linker/tests/
Dtest_two_shared_relros.cpp48 int pipes[2]; in main() local
49 if (socketpair(AF_UNIX, SOCK_STREAM, 0, pipes) < 0) in main()
60 foo.ReceiveRelroInfo(pipes[0]); in main()
64 bar.ReceiveRelroInfo(pipes[0]); in main()
89 foo.SendRelroInfo(pipes[1]); in main()
94 bar.SendRelroInfo(pipes[1]); in main()
Dtest_shared_relro.cpp43 int pipes[2]; in main() local
44 if (socketpair(AF_UNIX, SOCK_STREAM, 0, pipes) < 0) in main()
55 foo.ReceiveRelroInfo(pipes[0]); in main()
80 foo.SendRelroInfo(pipes[1]); in main()
Dtest_relocated_shared_relro.cpp34 int pipes[2]; in main() local
35 if (socketpair(AF_UNIX, SOCK_STREAM, 0, pipes) < 0) in main()
49 foo.ReceiveRelroInfo(pipes[0]); in main()
80 foo.SendRelroInfo(pipes[1]); in main()
/ndk/sources/host-tools/make-3.81/w32/include/
Dsub_proc.h58 EXTERN_DECL(void process_pipes, (HANDLE proc, int pipes[3]));
/ndk/sources/host-tools/make-3.81/
DREADME.DOS19 including pipes and redirection, even when COMMAND.COM is your
164 pipes. Therefore, when presented with a DOS shell, this port of
166 redirection and pipes, and shall only call the shell when a
191 arbitrary complex commands, including pipes and redirection,
DChangeLog254 (process_{outbuf,errbuf,outcnt,errcnt,pipes}): Unused and don't
1080 Apparently some shells in Windows don't close pipes properly and
/ndk/sources/host-tools/nawk-20071023/
DFIXES237 fflush() or fflush("") flushes all files and pipes.
386 pipes (thanks to Steve Adams for this helpful suggestion).