/bionic/libc/bionic/ |
D | err.c | 65 (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 …]
|
D | time64.c | 178 # 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))
|
D | stubs.cpp | 418 fprintf(stderr, fmt, function); in unimplemented_stub()
|
/bionic/libc/kernel/tools/ |
D | find_headers.py | 62 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 )
|
D | clean_header.py | 20 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" )
|
D | update_all.py | 31 sys.stderr.write( "error: unrecognized option\n" )
|
D | utils.py | 12 sys.stderr.write( find_program_name() + ": error: " ) 13 sys.stderr.write( msg )
|
/bionic/libdl/ |
D | dltest.c | 102 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/ |
D | assert.c | 43 fprintf(stderr, fmt, file, line, failed_expression); in __assert() 51 fprintf(stderr, fmt, file, line, function, failed_expression); in __assert2()
|
D | strtod.c | 144 #define Bug(x) {fprintf(stderr, "%s\n", x); exit(1);}
|
/bionic/libc/arch-arm/bionic/ |
D | atexit_legacy.c | 57 fprintf(stderr, warning); in atexit()
|
/bionic/libc/unistd/ |
D | getopt_long.c | 213 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/ |
D | generate-NOTICE.py | 105 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/ |
D | strftime.c | 160 (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/ |
D | res_send.c | 780 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/ |
D | mips_strlen.c | 173 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/ |
D | getservent_r.c | 95 fprintf(stderr, "*** FIX ME! getservent_r() is going to fail!!!\n"); in getservent_r()
|
/bionic/libc/docs/ |
D | SYSV-IPC.TXT | 76 fprintf(stderr, "child %d FAIL at counter=%d: %d\n", ret,
|
/bionic/libc/include/ |
D | stdio.h | 219 #define stderr (&__sF[2]) macro
|
/bionic/libc/upstream-dlmalloc/ |
D | malloc.c | 3567 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()
|