Dmitry V. Levin
1991ee94bc
* dumpio.expected: Rename to unix-pair-sendto-recvfrom.expected. * dumpio.test: Rename to unix-pair-sendto-recvfrom.test. * unix-pair-send-recv.c: Rename to unix-pair-sendto-recvfrom.c * .gitignore: Rename unix-pair-send-recv to unix-pair-sendto-recvfrom. * Makefile.am (check_PROGRAMS): Likewise. (DECODER_TESTS): Add unix-pair-sendto-recvfrom.test. (MISC_TESTS): Remove dumpio.test. (EXTRA_DIST): Rename dumpio.expected to unix-pair-sendto-recvfrom.expected.
8 lines
487 B
Plaintext
8 lines
487 B
Plaintext
sendto(0, "zyxwvutsrqponmlkjihgfedcba", 26, MSG_DONTROUTE, NULL, 0) = 26
|
|
| 00000 7a 79 78 77 76 75 74 73 72 71 70 6f 6e 6d 6c 6b zyxwvutsrqponmlk |
|
|
| 00010 6a 69 68 67 66 65 64 63 62 61 jihgfedcba |
|
|
recvfrom(0, "abcdefghijklmnopqrstuvwxyz", 26, MSG_WAITALL, NULL, NULL) = 26
|
|
| 00000 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 abcdefghijklmnop |
|
|
| 00010 71 72 73 74 75 76 77 78 79 7a qrstuvwxyz |
|
|
+++ exited with 0 +++
|