/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() 56 fprintf(stderr, "Error while iterating over zip entries: %s\n", ErrorCodeString(return_value)); in GetEntries() 88 fprintf(stderr, "StartAlignedEntry failed: %s\n", ZipWriter::ErrorCodeString(error)); in CreateAlignedZip() [all …]
|
D | ns_hidden_child_helper.cpp | 43 fprintf(stderr, "usage: %s NS_PATH\n", argv[0]); in main() 44 fprintf(stderr, "NS_PATH path to the ns_hidden_child_app directory\n"); in main() 57 fprintf(stderr, "android_create_namespace failed: %s\n", dlerror()); in main() 63 fprintf(stderr, "android_link_namespaces failed: %s\n", dlerror()); in main() 73 fprintf(stderr, "android_dlopen_ext failed: %s\n", dlerror()); in main() 79 fprintf(stderr, "dlsym failed to find app_function: %s\n", dlerror()); in main()
|
/bionic/tools/versioner/src/ |
D | versioner.cpp | 300 fprintf(stderr, "versioner: conflicting inline definitions for symbol %s:\n", in checkSymbol() 302 fprintf(stderr, " declarations visible in: %s\n", Join(intersection, ", ").c_str()); in checkSymbol() 303 decl->dump(cwd, stderr, 4); in checkSymbol() 304 inline_def_it.first->dump(cwd, stderr, 4); in checkSymbol() 314 fprintf(stderr, "versioner: failed to calculate availability for declaration:\n"); in checkSymbol() 315 decl->dump(cwd, stderr, 2); in checkSymbol() 320 fprintf(stderr, "versioner: inline definition has non-empty versioning information:\n"); in checkSymbol() 321 decl->dump(cwd, stderr, 2); in checkSymbol() 328 fprintf(stderr, "versioner: inconsistent availability for symbol '%s'\n", symbol.name.c_str()); in checkSymbol() 456 fprintf(stderr, "Usage: versioner [OPTION]... [HEADER_PATH] [DEPS_PATH]\n"); in usage() [all …]
|
D | Preprocessor.cpp | 70 fprintf(stderr, "versioner: failed to calculate availability while preprocessing:\n"); in calculateRequiredGuard() 71 declaration.dump("", stderr, 2); in calculateRequiredGuard() 170 fprintf(stderr, "warning: attempted to generate guard with empty availability: %s\n", in generateGuardCondition()
|
/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/tests/ |
D | atexit_test.cpp | 64 …fprintf(stderr, "\nerror: static d-tor called with incorrect this pointer: %p, expected: %p\n", th… in ~TestMainStaticDtorClass() 66 fprintf(stderr, "6"); in ~TestMainStaticDtorClass() 76 fprintf(stderr, "5"); in atexit_func5() 80 fprintf(stderr, "4"); in atexit_func4() 84 fprintf(stderr, "3"); in atexit_func3() 89 fprintf(stderr, "2"); in atexit_func2() 93 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 | fdtrack_test.cpp | 49 fprintf(stderr, " event %zu: fd %d created by %s\n", index, event.fd, in DumpEvent() 52 fprintf(stderr, " event %zu: fd %d closed\n", index, event.fd); in DumpEvent() 93 fprintf(stderr, "error: multiple create events for the same fd:\n"); in FdtrackRun() 185 fprintf(stderr, "too many events received: expected %zu, got %zu:\n", expected_fds.size(), \
|
D | net_if_test.cpp | 49 fprintf(stderr, "\t%d\t%s\n", it->if_index, it->if_name); in TEST()
|
/bionic/libc/tzcode/ |
D | bionic.cpp | 78 fprintf(stderr, "%s: %s not set!\n", __FUNCTION__, path_prefix_variable); in make_path() 83 fprintf(stderr, "%s: couldn't allocate \"%s/%s\"\n", __FUNCTION__, path_prefix, path_suffix); in make_path() 125 fprintf(stderr, "%s: could not read header of \"%s\": %s\n", in __bionic_open_tzdata_path() 132 … fprintf(stderr, "%s: bad magic in \"%s\": \"%.6s\"\n", __FUNCTION__, path, header.tzdata_version); in __bionic_open_tzdata_path() 138 …fprintf(stderr, "%s: couldn't seek to index in \"%s\": %s\n", __FUNCTION__, path, strerror(errno)); in __bionic_open_tzdata_path() 144 fprintf(stderr, "%s: invalid data and index offsets in \"%s\": %u %u\n", in __bionic_open_tzdata_path() 151 fprintf(stderr, "%s: invalid index size in \"%s\": %zd\n", __FUNCTION__, path, index_size); in __bionic_open_tzdata_path() 158 …fprintf(stderr, "%s: couldn't allocate %zd-byte index for \"%s\"\n", __FUNCTION__, index_size, pat… in __bionic_open_tzdata_path() 163 fprintf(stderr, "%s: could not read index of \"%s\": %s\n", in __bionic_open_tzdata_path() 197 fprintf(stderr, "%s: could not seek to %ld in \"%s\": %s\n", in __bionic_open_tzdata_path() [all …]
|
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/upstream-openbsd/lib/libc/gen/ |
D | vwarn.c | 44 (void)fprintf(stderr, "%s: ", __progname); in vwarn() 46 (void)vfprintf(stderr, fmt, ap); in vwarn() 47 (void)fprintf(stderr, ": "); in vwarn() 49 (void)fprintf(stderr, "%s\n", strerror(sverrno)); in vwarn()
|
D | verr.c | 44 (void)fprintf(stderr, "%s: ", __progname); in verr() 46 (void)vfprintf(stderr, fmt, ap); in verr() 47 (void)fprintf(stderr, ": "); in verr() 49 (void)fprintf(stderr, "%s\n", strerror(sverrno)); in verr()
|
D | vwarnx.c | 39 (void)fprintf(stderr, "%s: ", __progname); in vwarnx() 41 (void)vfprintf(stderr, fmt, ap); in vwarnx() 42 (void)fprintf(stderr, "\n"); in vwarnx()
|
D | verrx.c | 39 (void)fprintf(stderr, "%s: ", __progname); in verrx() 41 (void)vfprintf(stderr, fmt, ap); in verrx() 42 (void)fprintf(stderr, "\n"); in verrx()
|
/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 | ndk_missing_symbols.py | 27 stdout=devnull, stderr=devnull)
|
/bionic/libc/dns/resolv/ |
D | res_send.c | 814 Perror(statp, stderr, "socket(vc)", errno); in send_vc() 818 Perror(statp, stderr, "socket(vc)", errno); in send_vc() 827 Perror(statp, stderr, "setsockopt", errno); in send_vc() 834 Aerror(statp, stderr, "bind/vc", errno, nsap, in send_vc() 842 Aerror(statp, stderr, "connect/vc", errno, nsap, in send_vc() 868 Perror(statp, stderr, "write failed", errno); in send_vc() 885 Perror(statp, stderr, "read failed", errno); in send_vc() 930 Perror(statp, stderr, "read(vc)", errno); in send_vc() 1098 Perror(statp, stderr, "socket(dg)", errno); in send_dg() 1102 Perror(statp, stderr, "socket(dg)", errno); in send_dg() [all …]
|
/bionic/tests/headers/posix/ |
D | stdio_h.c | 64 #if !defined(stderr) in stdio_h() 65 #error stderr in stdio_h() 74 fp = stderr; in stdio_h()
|
/bionic/libc/include/ |
D | stdio.h | 64 extern FILE* stderr __INTRODUCED_IN(23); 69 #define stderr stderr macro 76 #define stderr (&__sF[2]) macro
|
/bionic/libc/kernel/tools/ |
D | clean_header.py | 79 sys.stderr.write("warning: " + msg) 152 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)
|
/bionic/libc/arch-arm/bionic/ |
D | atexit_legacy.c | 57 fprintf(stderr, warning); in atexit()
|
/bionic/tools/versioner/ |
D | run_tests.py | 24 ["/bin/sh", "run.sh"], stdout=subprocess.PIPE, stderr=subprocess.STDOUT)
|