Home
last modified time | relevance | path

Searched refs:stderr (Results 1 – 20 of 20) sorted by relevance

/bionic/libc/bionic/
Derr.c65 (void)fprintf(stderr, "%s: ", __progname); in verr()
67 (void)vfprintf(stderr, fmt, ap); in verr()
68 (void)fprintf(stderr, ": "); in verr()
70 (void)fprintf(stderr, "%s\n", strerror(sverrno)); in verr()
78 (void)fprintf(stderr, "%s: ", __progname); in verrx()
80 (void)vfprintf(stderr, fmt, ap); in verrx()
81 (void)fprintf(stderr, "\n"); in verrx()
111 (void)fprintf(stderr, "%s: ", __progname); in vwarn()
113 (void)vfprintf(stderr, fmt, ap); in vwarn()
114 (void)fprintf(stderr, ": "); in vwarn()
[all …]
Dtime64.c178 # define TRACE(format) (fprintf(stderr, format))
179 # define TRACE1(format, var1) (fprintf(stderr, format, var1))
180 # define TRACE2(format, var1, var2) (fprintf(stderr, format, var1, var2))
181 # define TRACE3(format, var1, var2, var3) (fprintf(stderr, format, var1, var2, var3))
Dstubs.cpp418 fprintf(stderr, fmt, function); in unimplemented_stub()
/bionic/libc/kernel/tools/
Dfind_headers.py62 sys.stderr.write( "error: directory '%s' does not exist\n" % kernel_root )
66 sys.stderr.write( "error: '%s' is not a directory\n" % kernel_root )
70 sys.stderr.write( "error: '%s' does not have an 'include/linux' directory\n" % kernel_root )
75 sys.stderr.write( "error: file '%s' does not exist\n" % wanted_config )
79 sys.stderr.write( "error: '%s' is not a file\n" % wanted_config )
104 …sys.stderr.write( "error: when parsing kernel_headers, only 'arm' and 'mips' architectures are sup…
111 … sys.stderr.write( "error: the following requested architectures are not in the kernel tree: " )
113 sys.stderr.write( " %s" % a )
114 sys.stderr.write( "\n" )
135 sys.stderr.write( "error: can't parse '%s'" % wanted_config )
Dclean_header.py20 sys.stderr.write( "warning: file does not exit: %s\n" % path )
26 sys.stderr.write( "warning: not a file: %s\n" % path )
32 sys.stderr.write( "warning: file not in 'original' ignored: %s\n" % path )
62 sys.stderr.write( "error: can't parse '%s'" % path )
108 sys.stderr.write( "error: unrecognized option\n" )
Dupdate_all.py31 sys.stderr.write( "error: unrecognized option\n" )
Dutils.py12 sys.stderr.write( find_program_name() + ": error: " )
13 sys.stderr.write( msg )
/bionic/libdl/
Ddltest.c102 fprintf(stderr, "Unknown option"); in get_options()
117 fprintf(stderr, "You must specify a symbol!\n"); in main()
130 if (dlerr != NULL) fprintf(stderr, "dlopen() error: %s\n", dlerr); in main()
135 if (dlerr != NULL) fprintf(stderr, "dlsym() error: %s\n", dlerr); in main()
140 if (dlerr != NULL) fprintf(stderr, "dlclose() error: %s\n", dlerr); in main()
/bionic/libc/stdlib/
Dassert.c43 fprintf(stderr, fmt, file, line, failed_expression); in __assert()
51 fprintf(stderr, fmt, file, line, function, failed_expression); in __assert2()
Dstrtod.c144 #define Bug(x) {fprintf(stderr, "%s\n", x); exit(1);}
/bionic/libc/arch-arm/bionic/
Datexit_legacy.c57 fprintf(stderr, warning); in atexit()
/bionic/libc/unistd/
Dgetopt_long.c213 fprintf(stderr, in parse_long_options()
224 fprintf(stderr, in parse_long_options()
255 fprintf(stderr, in parse_long_options()
274 fprintf(stderr, illoptstring, current_argv); in parse_long_options()
436 fprintf(stderr, illoptchar, optchar); in getopt_internal()
447 fprintf(stderr, recargchar, optchar); in getopt_internal()
469 fprintf(stderr, recargchar, optchar); in getopt_internal()
/bionic/libc/tools/
Dgenerate-NOTICE.py105 sys.stderr.write('Searching for source files in "%s"...\n' % arg)
122 sys.stderr.write('warning: bad UTF-8 in %s\n' % path)
139 … sys.stderr.write('warning: no copyright notice found in "%s" (%d lines)\n' % (path, len(lines)))
/bionic/libc/tzcode/
Dstrftime.c160 (void) fprintf(stderr, "\n");
162 (void) fprintf(stderr, "NULL strftime format ");
163 else (void) fprintf(stderr, "strftime format \"%s\" ",
165 (void) fprintf(stderr, "yields only two digits of years in ");
167 (void) fprintf(stderr, "some locales");
169 (void) fprintf(stderr, "the current locale");
170 else (void) fprintf(stderr, "all locales");
171 (void) fprintf(stderr, "\n");
/bionic/libc/netbsd/resolv/
Dres_send.c780 Perror(statp, stderr, "socket(vc)", errno); in send_vc()
784 Perror(statp, stderr, "socket(vc)", errno); in send_vc()
791 Aerror(statp, stderr, "bind/vc", errno, nsap, in send_vc()
799 Aerror(statp, stderr, "connect/vc", errno, nsap, in send_vc()
816 Perror(statp, stderr, "write failed", errno); in send_vc()
833 Perror(statp, stderr, "read failed", errno); in send_vc()
878 Perror(statp, stderr, "read(vc)", errno); in send_vc()
1056 Perror(statp, stderr, "socket(dg)", errno); in send_dg()
1060 Perror(statp, stderr, "socket(dg)", errno); in send_dg()
1077 Aerror(statp, stderr, "bind(dg)", errno, nsap, in send_dg()
[all …]
/bionic/libc/arch-mips/string/
Dmips_strlen.c173 fprintf (stderr, "========== mips_strlen%s test...\n", in main()
178 fprintf(stderr,"%s+%d: %s\n",#__x,__y,chk(a,b,&errors));\ in main()
/bionic/libc/netbsd/net/
Dgetservent_r.c95 fprintf(stderr, "*** FIX ME! getservent_r() is going to fail!!!\n"); in getservent_r()
/bionic/libc/docs/
DSYSV-IPC.TXT76 fprintf(stderr, "child %d FAIL at counter=%d: %d\n", ret,
/bionic/libc/include/
Dstdio.h219 #define stderr (&__sF[2]) macro
/bionic/libc/upstream-dlmalloc/
Dmalloc.c3567 fprintf(stderr, "max system bytes = %10lu\n", (unsigned long)(maxfp)); in internal_malloc_stats()
3568 fprintf(stderr, "system bytes = %10lu\n", (unsigned long)(fp)); in internal_malloc_stats()
3569 fprintf(stderr, "in use bytes = %10lu\n", (unsigned long)(used)); in internal_malloc_stats()