Lines Matching full:stderr
79 fprintf(stderr, "-pipe option needs an argument! See --help for details.\n");
87 fprintf(stderr, "-tcp option needs an argument! See --help for details.\n");
95 fprintf(stderr, "-tcp option needs an argument! See --help for details.\n");
102 fprintf(stderr, "UNKNOWN OPTION: %s\n\n", arg);
111 fprintf(stderr, "You can't use both -pipe and -tcp at the same time\n");
118 fprintf(stderr, "Invalid port number: %s\n", tcpPort);
129 fprintf(stderr, "Invalid byte size: %s\n", packetSize);
138 fprintf(stderr, "Could not open tcp socket!\n");
145 fprintf(stderr, "Could not open '%s' pipe: %s\n", pipeName, strerror(errno));
167 fprintf(stderr,"%d: Sending %d bytes failed: %s\n", count, bufferSize, strerror(errno));
178 fprintf(stderr, "Receiving failed (ret=%d): %s\n", ret, strerror(errno));
182 fprintf(stderr, "Disconnection while receiving!\n");
190 fprintf(stderr, "Message content mismatch!\n");