Searched refs:stderr (Results 151 - 175 of 179) sorted by relevance

12345678

/system/core/debuggerd/
H A Ddebuggerd.c481 fputs("Error dumping backtrace.\n", stderr);
487 fputs("Error dumping tombstone.\n", stderr);
490 fprintf(stderr, "Tombstone written to: %s\n", tombstone_path);
500 "Otherwise, starts the debuggerd server.\n", stderr);
/system/core/logwrapper/
H A Dlogwrapper.c31 fprintf(stderr, "%s", msg);
40 "Forks and executes BINARY ARGS, redirecting stdout and stderr to\n"
167 // redirect stdout and stderr
/system/core/sh/
H A Darith.y184 fprintf(stderr, "exp: %s\n", s);
H A Dshow.c407 fprintf(stderr, "Can't re-open %s\n", s);
413 fprintf(stderr, "Can't open %s\n", s);
/system/extras/cpustats/
H A Dcpustats.c49 #define die(...) { fprintf(stderr, __VA_ARGS__); exit(EXIT_FAILURE); }
81 fprintf(stderr, "Option -n expects an argument.\n");
90 fprintf(stderr, "Option -d expects an argument.\n");
423 fprintf(stderr, "Usage %s [ -n iterations ] [ -d delay ] [ -c cpu ] [ -m ] [ -h ]\n"
/system/extras/tests/bionic/libc/bionic/
H A Dtest_mutex.c39 vfprintf(stderr, format, args);
/system/extras/tests/bionic/libc/common/
H A Dtest_udp.c56 fprintf(stderr, "UDP port must be between 1024 and 65535\n");
/system/core/libnl_2/
H A Dnetlink.c36 fprintf(stderr, "Netlink message header is NULL!\n");
236 fprintf(stderr, "Error sending netlink message: %d\n", errno);
/system/core/toolbox/
H A Dmount.c309 fprintf(stderr, "%s: invalid option -%c\n",
330 fprintf(stderr, "Usage: %s [-r] [-w] [-o options] [-t type] "
H A Difconfig.c18 fprintf(stderr,"error: %s (%s)\n", s, strerror(errno));
H A Dlsusb.c153 fprintf(stderr, "can't open device %s: %s\n", dev_name, strerror(errno));
H A Dreadtty.c102 fprintf(stderr, "%s: invalid option -%c\n",
149 // fprintf(stderr, "got unprintable character 0x%x\n", buf[0]);
H A Ddu.c319 (void)fprintf(stderr,
H A Dnewfs_msdos.c791 fprintf(stderr, "Error getting bytes / sector (%s)\n", strerror(errno));
798 fprintf(stderr, "Error getting blocksize (%s)\n", strerror(errno));
803 fprintf(stderr, "Error getting gemoetry (%s) - trying sane values\n", strerror(errno));
1059 fprintf(stderr,
H A Dschedtop.c60 fprintf(stderr, "out of memory\n");
/system/core/adb/
H A Dfdevent.c37 ** both stdout and stderr are used to communicate between the client
51 fprintf(stderr, "%s:", fn);
52 vfprintf(stderr, fmt, ap);
64 fprintf(stderr, "%s::%s():", __FILE__, __FUNCTION__); \
66 fprintf(stderr, __VA_ARGS__); \
73 fprintf(stderr,"FDE #%03d %c%c%c %s\n", fde->fd,
H A Dservices.c264 fprintf(stderr, "error: create_subprocess not implemented on Win32 (%s %s %s)\n", cmd, arg0, arg1);
298 fprintf(stderr, "child failed to open pseudo-term slave: %s\n", devname);
320 fprintf(stderr, "- exec '%s' failed: %s (%d) -\n",
/system/core/liblog/
H A Dfake_log_device.c20 * simulator, messages are printed to stderr.
342 * Write a filtered log message to stderr.
512 int cc = writev(fileno(stderr), vec, v-vec);
519 /* can't really log the failure; for now, throw out a stderr */
520 fprintf(stderr, "+++ LOG: write failed (errno=%d)\n", errno);
524 fprintf(stderr, "+++ LOG: write partial (%d of %d)\n", cc, totalLen);
638 * outside of the simulator, write the log messages to stderr.
/system/core/include/private/
H A Dandroid_filesystem_config.h258 fprintf(stderr,"< '%s' '%s' %d %d %o >\n",
/system/core/libzipfile/
H A Dzipfile.c106 fprintf(stderr, "zerr=%d Z_STREAM_END=%d total_out=%lu\n", zerr, Z_STREAM_END,
/system/core/fastboot/
H A Dusb_osx.c45 #define WARN(x...) fprintf(stderr, x)
50 #define ERR(x...) fprintf(stderr, "ERROR: " x)
H A Dprotocol.c71 fprintf(stderr,"(bootloader) %s\n", status + 4);
H A Dusb_windows.c40 #define DBG(x...) fprintf(stderr, x)
/system/core/libusbhost/
H A Dusbhost.c151 fprintf(stderr, "out of memory in usb_host_context\n");
156 fprintf(stderr, "inotify_init failed\n");
191 fprintf(stderr, "inotify_add_watch failed\n");
/system/extras/tests/lib/testUtil/
H A DtestUtil.c152 if (stream == stderr) {

Completed in 170 milliseconds

12345678