Home | History | Annotate | Download | only in adb

Lines Matching defs:output_name

518     const char*     output_name = nStdHandle == STD_OUTPUT_HANDLE ? "stdout" : "stderr";
523 fprintf(stderr, "Failed to get file descriptor for %s: %s\n", output_name, strerror(errno));
535 fprintf(stderr, "Failed to duplicate file descriptor for %s: %s\n", output_name,
543 fprintf(stderr, "Failed to set binary mode for duplicate of %s: %s\n", output_name,
551 fprintf(stderr, "Failed to open duplicate stream for %s: %s\n", output_name,
560 fprintf(stderr, "Failed to unbuffer %s: %s\n", output_name, strerror(errno));
577 fprintf(stderr, "Failed to read from %s: %s\n", output_name,
589 output_name);