Home | History | Annotate | Download | only in qemu

Lines Matching refs:stderr

100         fprintf(stderr, "%s: host and/or port not specified\n", __FUNCTION__);
120 fprintf(stderr,"%s: getaddrinfo(%s,%s): %s\n", __FUNCTION__,
135 fprintf(stderr,"%s: socket(%s): %s\n", __FUNCTION__,
151 fprintf(stderr,"%s: bind(%s,%s,%d): OK\n", __FUNCTION__,
158 fprintf(stderr,"%s: bind(%s,%s,%d): %s\n", __FUNCTION__,
169 fprintf(stderr, "%s: FAILED\n", __FUNCTION__);
206 fprintf(stderr, "inet_connect: host and/or port not specified\n");
222 fprintf(stderr,"getaddrinfo(%s,%s): %s\n",
231 fprintf(stderr,"%s: socket(%s): %s\n", __FUNCTION__,
240 fprintf(stderr, "%s: connect(%s,%s,%s,%s): %s\n", __FUNCTION__,
247 fprintf(stderr, "%s: connect(%s,%s,%s,%s): OK\n", __FUNCTION__,
279 fprintf(stderr, "inet_dgram: port not specified\n");
295 fprintf(stderr,"getaddrinfo(%s,%s): %s\n",
312 fprintf(stderr,"getaddrinfo(%s,%s): %s\n",
320 fprintf(stderr, "%s: getnameinfo: oops\n", __FUNCTION__);
329 fprintf(stderr,"%s: socket(%s): %s\n", __FUNCTION__,
337 fprintf(stderr,"%s: bind(%s,%s,%s): OK\n", __FUNCTION__,
346 fprintf(stderr, "%s: connect(%s,%s,%s,%s): %s\n", __FUNCTION__,
353 fprintf(stderr, "%s: connect(%s,%s,%s,%s): OK\n", __FUNCTION__,
381 fprintf(stderr, "%s: portonly parse error (%s)\n",
388 fprintf(stderr, "%s: ipv6 parse error (%s)\n",
396 fprintf(stderr, "%s: ipv4 parse error (%s)\n",
404 fprintf(stderr, "%s: hostname parse error (%s)\n",
427 fprintf(stderr,"%s: socket fd parse error (%s)\n",
432 fprintf(stderr,"%s: socket fd range error (%d)\n",
514 fprintf(stderr, "bind(unix:%s): %s\n", upath, errno_str);
519 fprintf(stderr, "bind(unix:%s): OK\n", upath);
544 fprintf(stderr, "connect(unix:%s): %s\n", path, errno_str);
550 fprintf(stderr, "connect(unix:%s): OK\n", path);
600 fprintf(stderr, "unix sockets are not available on windows\n");
606 fprintf(stderr, "unix sockets are not available on windows\n");
612 fprintf(stderr, "unix sockets are not available on windows\n");
618 fprintf(stderr, "unix sockets are not available on windows\n");
641 fprintf(stderr, "WSAStartup: %d\n", err);