/bionic/tests/libs/ |
D | bionic_tests_zipalign.cpp | 31 fprintf(stderr, "usage: bionic_tests_zipalign ALIGNMENT INPUT_ZIP_FILE OUTPUT_ZIP_FILE\n"); in usage() 32 fprintf(stderr, " ALIGNMENT:\n"); in usage() 33 fprintf(stderr, " The new alignment of all entries in the new zip file.\n"); in usage() 34 fprintf(stderr, " INPUT_ZIP_FILE:\n"); in usage() 35 fprintf(stderr, " The input zip file that will be read but left unmodified.\n"); in usage() 36 fprintf(stderr, " OUTPUT_ZIP_FILE:\n"); in usage() 37 fprintf(stderr, " The output zip file that will be created from the input file.\n"); in usage() 46 fprintf(stderr, "Unable to iterate over entries: %s\n", ErrorCodeString(return_value)); in GetEntries() 57 fprintf(stderr, "Error while iterating over zip entries: %s\n", ErrorCodeString(return_value)); in GetEntries() 90 fprintf(stderr, "StartAlignedEntry failed: %s\n", ZipWriter::ErrorCodeString(error)); in CreateAlignedZip() [all …]
|
/bionic/libc/bionic/ |
D | error.cpp | 47 fprintf(stderr, "%s:", getprogname()); in __error_head() 53 fprintf(stderr, ": %s", strerror(error)); in __error_tail() 56 putc('\n', stderr); in __error_tail() 57 fflush(stderr); in __error_tail() 66 putc(' ', stderr); in error() 70 vfprintf(stderr, fmt, ap); in error() 88 fprintf(stderr, "%s:%d: ", file, line); in error_at_line() 92 vfprintf(stderr, fmt, ap); in error_at_line()
|
D | time64.c | 171 # define TRACE(format) (fprintf(stderr, format)) 172 # define TRACE1(format, var1) (fprintf(stderr, format, var1)) 173 # define TRACE2(format, var1, var2) (fprintf(stderr, format, var1, var2)) 174 # define TRACE3(format, var1, var2, var3) (fprintf(stderr, format, var1, var2, var3))
|
/bionic/libc/upstream-openbsd/lib/libc/gen/ |
D | vwarn.c | 45 (void)fprintf(stderr, "%s: ", __progname); in vwarn() 47 (void)vfprintf(stderr, fmt, ap); in vwarn() 48 (void)fprintf(stderr, ": "); in vwarn() 50 (void)fprintf(stderr, "%s\n", strerror(sverrno)); in vwarn()
|
D | verr.c | 46 (void)fprintf(stderr, "%s: ", __progname); in verr() 48 (void)vfprintf(stderr, fmt, ap); in verr() 49 (void)fprintf(stderr, ": "); in verr() 51 (void)fprintf(stderr, "%s\n", strerror(sverrno)); in verr()
|
D | vwarnx.c | 40 (void)fprintf(stderr, "%s: ", __progname); in vwarnx() 42 (void)vfprintf(stderr, fmt, ap); in vwarnx() 43 (void)fprintf(stderr, "\n"); in vwarnx()
|
D | verrx.c | 41 (void)fprintf(stderr, "%s: ", __progname); in verrx() 43 (void)vfprintf(stderr, fmt, ap); in verrx() 44 (void)fprintf(stderr, "\n"); in verrx()
|
/bionic/tests/ |
D | atexit_test.cpp | 74 …fprintf(stderr, "\nerror: static d-tor called with incorrect this pointer: %p, expected: %p\n", th… in ~TestMainStaticDtorClass() 76 fprintf(stderr, "6"); in ~TestMainStaticDtorClass() 86 fprintf(stderr, "5"); in atexit_func5() 90 fprintf(stderr, "4"); in atexit_func4() 94 fprintf(stderr, "3"); in atexit_func3() 99 fprintf(stderr, "2"); in atexit_func2() 103 fprintf(stderr, "1"); in atexit_func1()
|
D | stack_unwinding_test.cpp | 55 …fprintf(stderr, " #%02d %p %s%+d (%s)\n", *count_ptr, ip, symbol, offset, info.dli_fname ? info.dl… in FrameCounter() 56 fflush(stderr); in FrameCounter()
|
D | net_if_test.cpp | 49 fprintf(stderr, "\t%d\t%s\n", it->if_index, it->if_name); in TEST()
|
D | __cxa_thread_atexit_test.cpp | 60 fprintf(stderr, "%s", message.c_str()); in ~ClassWithDtorForMainThread()
|
/bionic/tools/versioner/src/ |
D | versioner.cpp | 259 fprintf(stderr, "versioner: conflicting inline definitions:\n"); in checkSymbol() 260 fprintf(stderr, " declarations visible in: %s\n", Join(intersection, ", ").c_str()); in checkSymbol() 261 decl->dump(cwd, stderr, 4); in checkSymbol() 262 inline_def_it.first->dump(cwd, stderr, 4); in checkSymbol() 272 fprintf(stderr, "versioner: failed to calculate availability for declaration:\n"); in checkSymbol() 273 decl->dump(cwd, stderr, 2); in checkSymbol() 278 fprintf(stderr, "versioner: inline definition has non-empty versioning information:\n"); in checkSymbol() 279 decl->dump(cwd, stderr, 2); in checkSymbol() 286 fprintf(stderr, "versioner: inconsistent availability for symbol '%s'\n", symbol.name.c_str()); in checkSymbol() 418 fprintf(stderr, "Usage: versioner [OPTION]... [HEADER_PATH] [DEPS_PATH]\n"); in usage() [all …]
|
/bionic/libc/tools/ |
D | check-symbols.py | 13 sys.stderr.write('Checking symbols for arch "%s"...\n' % arch) 70 …sys.stderr.write('%d missing %s in %s for %s:\n' % (len(missing), functions_or_variables, library,… 72 sys.stderr.write(' %s\n' % miss) 76 …sys.stderr.write('%d extra %s in %s for %s:\n' % (len(extra), functions_or_variables, library, arc… 78 sys.stderr.write(' %s\n' % s)
|
D | generate-NOTICE.py | 108 sys.stderr.write('Searching for source files in "%s"...\n' % arg) 124 sys.stderr.write('warning: bad UTF-8 in %s\n' % path) 141 … sys.stderr.write('warning: no copyright notice found in "%s" (%d lines)\n' % (path, len(lines)))
|
D | ndk_missing_symbols.py | 27 stdout=devnull, stderr=devnull)
|
/bionic/libc/arch-arm/bionic/ |
D | atexit_legacy.c | 57 fprintf(stderr, warning); in atexit()
|
/bionic/libc/tzcode/ |
D | strftime.c | 159 fprintf(stderr, "\n"); in strftime() 161 fprintf(stderr, "NULL strftime format "); in strftime() 162 else fprintf(stderr, "strftime format \"%s\" ", in strftime() 164 fprintf(stderr, "yields only two digits of years in "); in strftime() 166 fprintf(stderr, "some locales"); in strftime() 168 fprintf(stderr, "the current locale"); in strftime() 169 else fprintf(stderr, "all locales"); in strftime() 170 fprintf(stderr, "\n"); in strftime()
|
/bionic/libc/dns/resolv/ |
D | res_send.c | 811 Perror(statp, stderr, "socket(vc)", errno); in send_vc() 815 Perror(statp, stderr, "socket(vc)", errno); in send_vc() 823 Perror(statp, stderr, "setsockopt", errno); in send_vc() 830 Aerror(statp, stderr, "bind/vc", errno, nsap, in send_vc() 838 Aerror(statp, stderr, "connect/vc", errno, nsap, in send_vc() 864 Perror(statp, stderr, "write failed", errno); in send_vc() 881 Perror(statp, stderr, "read failed", errno); in send_vc() 926 Perror(statp, stderr, "read(vc)", errno); in send_vc() 1112 Perror(statp, stderr, "socket(dg)", errno); in send_dg() 1116 Perror(statp, stderr, "socket(dg)", errno); in send_dg() [all …]
|
/bionic/libc/kernel/tools/ |
D | clean_header.py | 79 sys.stderr.write("warning: " + msg) 154 sys.stderr.write("error: unrecognized option\n")
|
D | utils.py | 11 sys.stderr.write(os.path.basename(sys.argv[0]) + ": error: ") 12 sys.stderr.write(msg)
|
D | update_all.py | 71 sys.stderr.write("error: unrecognized option\n")
|
/bionic/benchmarks/ |
D | semaphore_benchmark.cpp | 130 fprintf(stderr, "BM_semaphore_sem_post: start_thread died unexpectedly\n"); in BENCHMARK_F()
|
/bionic/tools/versioner/ |
D | run_tests.py | 24 ["/bin/sh", "run.sh"], stdout=subprocess.PIPE, stderr=subprocess.STDOUT)
|
/bionic/linker/tests/ |
D | linker_block_allocator_test.cpp | 138 fprintf(stderr, "trying to access protected page"); in protect_all()
|
/bionic/libc/include/ |
D | stdio.h | 72 extern FILE* stderr __INTRODUCED_IN(23); 77 #define stderr stderr macro 84 #define stderr (&__sF[2]) macro
|