Searched refs:pipes (Results 1 – 7 of 7) sorted by relevance
/ndk/sources/android/crazy_linker/tests/ |
D | test_two_shared_relros.cpp | 48 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()
|
D | test_shared_relro.cpp | 43 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()
|
D | test_relocated_shared_relro.cpp | 34 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/ |
D | sub_proc.h | 58 EXTERN_DECL(void process_pipes, (HANDLE proc, int pipes[3]));
|
/ndk/sources/host-tools/make-3.81/ |
D | README.DOS | 19 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,
|
D | ChangeLog | 254 (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/ |
D | FIXES | 237 fflush() or fflush("") flushes all files and pipes. 386 pipes (thanks to Steve Adams for this helpful suggestion).
|