Lines Matching refs:stderr
51 fprintf(stderr, "error: ");
52 vfprintf(stderr, fmt, ap);
53 fprintf(stderr, "\n");
62 fprintf(stderr, "error: %s: ", strerror(errno));
63 vfprintf(stderr, fmt, ap);
64 fprintf(stderr, "\n");
178 fprintf(stderr, "%s: %s %08x %08x %04x \"",
190 fputc(*x, stderr);
192 fputc('.', stderr);
196 fprintf(stderr, tag);
633 stderr[0] = flog[0];
634 fprintf(stderr,"--- adb starting (pid %d) ---\n", getpid());
649 fprintf(stderr,"--- adb starting (pid %d) ---\n", getpid());
679 // redirect stdout and stderr to the log file
682 fprintf(stderr,"--- adb starting (pid %d) ---\n", getpid());
713 fprintf(stderr, "CreatePipe() failure, error %ld\n", GetLastError() );
748 fprintf(stderr, "CreateProcess failure, error %ld\n", GetLastError() );
764 fprintf(stderr, "could not read ok from ADB Server, error = %ld\n", GetLastError() );
768 fprintf(stderr, "ADB server didn't ACK\n" );
777 // fd[0] will be parent's end, and fd[1] will get mapped to stderr in the child.
779 fprintf(stderr, "pipe failed in launch_server, errno: %d\n", errno);
789 // redirect stderr to the pipe
790 // we use stderr instead of stdout due to stdout's buffering behavior.
798 fprintf(stderr, "OOPS! execl returned %d, errno: %d\n", result, errno);
811 fprintf(stderr, "could not read ok from ADB Server, errno = %d\n", saved_errno);
815 fprintf(stderr, "ADB server didn't ACK\n" );
971 fprintf(stderr, "OK\n");
1089 fprintf(stderr,"adb server killed by remote request\n");