/bionic/tests/ |
D | stdio_ext_test.cpp | 240 flockfile(stdout); in LockingByCallerHelper() 241 funlockfile(stdout); in LockingByCallerHelper() 246 int old_state = __fsetlocking(stdout, FSETLOCKING_BYCALLER); in TEST() 247 flockfile(stdout); in TEST() 253 funlockfile(stdout); in TEST() 256 __fsetlocking(stdout, old_state); in TEST()
|
D | clang_fortify_tests.cpp | 508 EXPECT_NO_DEATH(fwrite(small_buffer, 2, (size_t)-1, stdout)); in FORTIFY_TEST() 510 EXPECT_FORTIFY_DEATH(fwrite(small_buffer, 1, sizeof(small_buffer) + 1, stdout)); in FORTIFY_TEST()
|
D | ifaddrs_test.cpp | 248 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() 904 (stdout, ";; response truncated\n") in send_vc() 915 (stdout, ";; undersized: %d\n", len)); in send_vc() 961 (stdout, ";; old answer (unexpected):\n"), in send_vc() 1140 (stdout, ";; new DG socket\n")) in send_dg() 1170 Dprint(statp->options & RES_DEBUG, (stdout, ";; timeout\n")); in send_dg() 1194 (stdout, ";; undersized: %d\n", in send_dg() [all …]
|
D | res_debug.h | 32 res_pquery(statp, query, size, stdout);\
|
D | res_data.cpp | 90 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/stdio/ |
D | stdio.cpp | 104 FILE* stdout = &__sF[1]; variable 113 if (fp == stdin || fp == stderr || fp == stdout) { in __get_file_tag() 891 PRINTF_IMPL(vfprintf(stdout, fmt, ap)); in printf() 914 return putc(c, stdout); in putchar() 918 return putc_unlocked(c, stdout); in putchar_unlocked() 923 ScopedFileLock sfl(stdout); in puts() 924 return (fwrite_unlocked(s, 1, length, stdout) == length && in puts() 925 putc_unlocked('\n', stdout) != EOF) ? 0 : EOF; in puts() 934 return fputwc(wc, stdout); in putwchar() 1010 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/include/ |
D | stdio.h | 63 extern FILE* _Nonnull stdout __INTRODUCED_IN(23); 68 #define stdout stdout macro 75 #define stdout (&__sF[1]) macro
|
/bionic/libc/bionic/ |
D | error.cpp | 46 fflush(stdout); in __error_head()
|
D | malloc_common_dynamic.cpp | 207 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 | 194 sys.stdout.write(new_data)
|
/bionic/linker/ |
D | linker_main.cpp | 521 fflush(stdout); in linker_main()
|
/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/libc/upstream-netbsd/lib/libc/regex/ |
D | engine.c | 148 #define SP(t, s, c) print(m, t, s, c, 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
|