/bionic/tests/ |
D | stdio_ext_test.cpp | 222 flockfile(stdout); in LockingByCallerHelper() 223 funlockfile(stdout); in LockingByCallerHelper() 228 int old_state = __fsetlocking(stdout, FSETLOCKING_BYCALLER); in TEST() 229 flockfile(stdout); in TEST() 235 funlockfile(stdout); in TEST() 238 __fsetlocking(stdout, old_state); in TEST()
|
D | clang_fortify_tests.cpp | 531 EXPECT_NO_DEATH(fwrite(small_buffer, 2, (size_t)-1, stdout)); in FORTIFY_TEST() 533 EXPECT_FORTIFY_DEATH(fwrite(small_buffer, 1, sizeof(small_buffer) + 1, stdout)); in FORTIFY_TEST()
|
D | ifaddrs_test.cpp | 249 fflush(stdout); in TEST()
|
/bionic/libc/dns/resolv/ |
D | res_send.c | 363 (stdout, ";; res_send()\n"), buf, buflen); in res_nsend() 538 (stdout, ";; Querying server (# %d) address = %s\n", in res_nsend() 608 (stdout, ";; got answer:\n")); in res_nsend() 612 (stdout, "%s", ""), in res_nsend() 907 (stdout, ";; response truncated\n") in send_vc() 918 (stdout, ";; undersized: %d\n", len)); in send_vc() 962 (stdout, ";; old answer (unexpected):\n"), in send_vc() 1141 (stdout, ";; new DG socket\n")) in send_dg() 1171 Dprint(statp->options & RES_DEBUG, (stdout, ";; timeout\n")); in send_dg() 1195 (stdout, ";; undersized: %d\n", in send_dg() [all …]
|
D | res_debug.h | 32 res_pquery(statp, query, size, stdout);\
|
D | res_data.c | 152 fp_query(msg, stdout); in p_query()
|
/bionic/tests/headers/posix/ |
D | stdio_h.c | 70 #if !defined(stdout) in stdio_h() 71 #error stdout in stdio_h() 76 fp = stdout; in stdio_h()
|
/bionic/tools/versioner/src/ |
D | DeclarationDatabase.h | 138 void dump(const std::string& base_path = "", FILE* out = stdout, unsigned indent = 0) const { 181 void dump(const std::string& base_path = "", FILE* out = stdout) const { 206 void dump(const std::string& base_path = "", FILE* out = stdout) const {
|
/bionic/libc/include/ |
D | stdio.h | 63 extern FILE* stdout __INTRODUCED_IN(23); 68 #define stdout stdout macro 75 #define stdout (&__sF[1]) macro
|
/bionic/libc/stdio/ |
D | stdio.cpp | 104 FILE* stdout = &__sF[1]; variable 113 if (fp == stdin || fp == stderr || fp == stdout) { in __get_file_tag() 896 PRINTF_IMPL(vfprintf(stdout, fmt, ap)); in printf() 919 return putc(c, stdout); in putchar() 923 return putc_unlocked(c, stdout); in putchar_unlocked() 928 ScopedFileLock sfl(stdout); in puts() 929 return (fwrite_unlocked(s, 1, length, stdout) == length && in puts() 930 putc_unlocked('\n', stdout) != EOF) ? 0 : EOF; in puts() 939 return fputwc(wc, stdout); in putwchar() 1015 return vfprintf(stdout, fmt, ap); in vprintf() [all …]
|
/bionic/libc/tools/ |
D | ndk_missing_symbols.py | 27 stdout=devnull, stderr=devnull)
|
D | posix-2013.txt | 987 stdout
|
/bionic/libc/bionic/ |
D | error.cpp | 46 fflush(stdout); in __error_head()
|
D | malloc_common_dynamic.cpp | 205 fclose(stdout); in MallocFiniImpl()
|
/bionic/benchmarks/linker_relocation/regen/ |
D | dump_relocs.py | 62 out = subprocess.run(cmdline, check=True, stdout=PIPE).stdout.decode()
|
/bionic/tools/versioner/ |
D | run_tests.py | 24 ["/bin/sh", "run.sh"], stdout=subprocess.PIPE, stderr=subprocess.STDOUT)
|
/bionic/libc/kernel/tools/ |
D | clean_header.py | 190 sys.stdout.write(new_data)
|
/bionic/linker/ |
D | linker_main.cpp | 492 fflush(stdout); in linker_main()
|
/bionic/libc/upstream-netbsd/lib/libc/regex/ |
D | engine.c | 160 #define SP(t, s, c) print(m, t, s, c, stdout)
|
/bionic/benchmarks/linker_relocation/gen/ |
D | liblinker_reloc_bench_159.S | 1167 GOT_RELOC(stdout)
|
D | liblinker_reloc_bench_003.S | 1282 GOT_RELOC(stdout)
|
D | liblinker_reloc_bench_063.S | 11391 GOT_RELOC(stdout)
|
D | liblinker_reloc_bench_087.S | 37859 GOT_RELOC(stdout)
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 994 stdout; # var introduced=23
|
/bionic/libc/ |
D | libc.map.txt | 994 stdout; # var introduced=23
|