/glibc-2.36/support/ |
D | support_quote_blob_main.c | 25 struct xmemstream out; in SUPPORT_QUOTE_BLOB() local 26 xopen_memstream (&out); in SUPPORT_QUOTE_BLOB() 38 putc_unlocked ('\\', out.out); in SUPPORT_QUOTE_BLOB() 39 putc_unlocked ('a', out.out); in SUPPORT_QUOTE_BLOB() 42 putc_unlocked ('\\', out.out); in SUPPORT_QUOTE_BLOB() 43 putc_unlocked ('b', out.out); in SUPPORT_QUOTE_BLOB() 46 putc_unlocked ('\\', out.out); in SUPPORT_QUOTE_BLOB() 47 putc_unlocked ('f', out.out); in SUPPORT_QUOTE_BLOB() 50 putc_unlocked ('\\', out.out); in SUPPORT_QUOTE_BLOB() 51 putc_unlocked ('n', out.out); in SUPPORT_QUOTE_BLOB() [all …]
|
D | support_format_addrinfo.c | 43 format_ai_flags_1 (FILE *out, struct addrinfo *ai, int flag, const char *name, in format_ai_flags_1() argument 47 fprintf (out, " %s", name); in format_ai_flags_1() 52 format_ai_flags (FILE *out, struct addrinfo *ai) in format_ai_flags() argument 59 fprintf (out, "flags:"); in format_ai_flags() 61 #define FLAG(flag) format_ai_flags_1 (out, ai, flag, #flag, &flags_printed) in format_ai_flags() 74 fprintf (out, " %08x", remaining); in format_ai_flags() 75 fprintf (out, "\n"); in format_ai_flags() 85 fprintf (out, "error: flags at %d: 0x%x expected, 0x%x actual\n", in format_ai_flags() 93 format_ai_canonname (FILE *out, struct addrinfo *ai) in format_ai_canonname() argument 98 fprintf (out, "canonname: %s\n", ai->ai_canonname); in format_ai_canonname() [all …]
|
D | support_format_dns_packet.c | 95 const struct dname *owner, const char *typename, FILE *out) in extract_name_data() argument 99 fprintf (out, "data: %s %s %s\n", owner->name, typename, name.name); in extract_name_data() 101 fprintf (out, "error: malformed CNAME/PTR record\n"); in extract_name_data() 125 fprintf (mem.out, "error: could not parse DNS header\n"); in support_format_dns_packet() 126 goto out; in support_format_dns_packet() 130 fprintf (mem.out, "error: question count is %d, not 1\n", qdcount); in support_format_dns_packet() 131 goto out; in support_format_dns_packet() 136 fprintf (mem.out, "error: malformed QNAME\n"); in support_format_dns_packet() 137 goto out; in support_format_dns_packet() 144 fprintf (mem.out, "error: malformed question\n"); in support_format_dns_packet() [all …]
|
/glibc-2.36/iconvdata/ |
D | tst-table-from.c | 62 try (iconv_t cd, unsigned char buf[], unsigned int buflen, unsigned char *out) in try() argument 66 char *outbuf = (char *) out; in try() 110 utf8_decode (const unsigned char *out, unsigned int outlen) in utf8_decode() argument 120 if (out[0] < 0x80) in utf8_decode() 122 sprintf (p, "0x%04X", out[0]); in utf8_decode() 123 out += 1; outlen -= 1; in utf8_decode() 125 else if (out[0] >= 0xc0 && out[0] < 0xe0 && outlen >= 2) in utf8_decode() 127 sprintf (p, "0x%04X", ((out[0] & 0x1f) << 6) + (out[1] & 0x3f)); in utf8_decode() 128 out += 2; outlen -= 2; in utf8_decode() 130 else if (out[0] >= 0xe0 && out[0] < 0xf0 && outlen >= 3) in utf8_decode() [all …]
|
D | bug-iconv14.c | 34 char out[3]; /* Space for one output character. */ in with_escape_sequence() local 38 outbuf = out; in with_escape_sequence() 39 outleft = sizeof (out); in with_escape_sequence() 44 TEST_COMPARE (outleft, sizeof (out) - 2); in with_escape_sequence() 45 TEST_COMPARE (outbuf - out, 2); in with_escape_sequence() 46 TEST_COMPARE (out[0] & 0xff, 0xc3); in with_escape_sequence() 47 TEST_COMPARE (out[1] & 0xff, 0xa6); in with_escape_sequence() 51 outbuf = out; in with_escape_sequence() 52 outleft = sizeof (out); in with_escape_sequence() 56 TEST_COMPARE (outleft, sizeof (out) - 2); in with_escape_sequence() [all …]
|
D | bug-iconv15.c | 30 char out[1]; in do_test() local 31 char *outbuf = out; in do_test() 32 size_t outleft = sizeof (out); in do_test() 45 TEST_VERIFY (outbuf == out); in do_test() 46 TEST_VERIFY (outleft == sizeof (out)); in do_test() 52 TEST_VERIFY (outbuf == out); in do_test() 53 TEST_VERIFY (outleft == sizeof (out)); in do_test()
|
/glibc-2.36/dlfcn/ |
D | modstatic2.c | 9 int test (FILE *out, int a); 12 test (FILE *out, int a) in test() argument 14 fputs ("in modstatic2.c (test)\n", out); in test() 18 fprintf (out, "nonexistent: %s\n", dlerror ()); in test() 25 fprintf (out, "%s\n", dlerror ()); in test() 33 fprintf (out, "%s\n", dlerror ()); in test() 38 fprintf (out, "test %p != test2 %p\n", test, test2); in test() 46 fputs ("dladdr returned 0\n", out); in test() 54 fprintf (out, "fname %s sname %s\n", info.dli_fname, info.dli_sname); in test() 59 fprintf (out, "saddr %p != test %p\n", info.dli_saddr, test2); in test() [all …]
|
D | Makefile | 99 $(objpfx)glrefmain.out: $(objpfx)glrefmain \ 102 $(objpfx)failtest.out: $(objpfx)failtestmod.so 104 $(objpfx)tst-dladdr.out: $(objpfx)glreflib1.so 106 $(objpfx)tst-dlinfo.out: $(objpfx)glreflib3.so 113 $(objpfx)errmsg1.out: $(objpfx)errmsg1 $(objpfx)errmsg1mod.so 115 $(objpfx)tstatexit.out: $(objpfx)tstatexit $(objpfx)modatexit.so 117 $(objpfx)tstcxaatexit.out: $(objpfx)tstcxaatexit $(objpfx)modcxaatexit.so 119 $(objpfx)tststatic.out: $(objpfx)tststatic $(objpfx)modstatic.so 121 $(objpfx)tststatic2.out: $(objpfx)tststatic2 $(objpfx)modstatic.so \ 124 $(objpfx)tststatic3.out: $(objpfx)tststatic3 $(objpfx)modstatic3.so [all …]
|
/glibc-2.36/intl/ |
D | Makefile | 41 generated += msgs.h mtrace-tst-gettext.out tst-gettext.mtrace plural.c 53 tests-special += $(objpfx)tst-translit.out $(objpfx)tst-gettext.out \ 54 $(objpfx)tst-gettext2.out $(objpfx)tst-codeset.out \ 55 $(objpfx)tst-gettext3.out 57 tests-special += $(objpfx)tst-gettext4.out $(objpfx)tst-gettext5.out \ 58 $(objpfx)tst-gettext6.out 61 tests-special += $(objpfx)mtrace-tst-gettext.out 80 $(objpfx)mtrace-tst-gettext.out: $(objpfx)tst-gettext.out 83 $(objpfx)tst-gettext.out: tst-gettext.sh $(objpfx)tst-gettext 88 $(objpfx)tst-translit.out: tst-translit.sh $(objpfx)tst-translit [all …]
|
/glibc-2.36/posix/ |
D | Makefile | 148 annexc annexc.out wordexp-tst.out bug-regex2-mem.out \ 149 bug-regex2.mtrace bug-regex14-mem.out bug-regex14.mtrace \ 150 bug-regex21-mem.out bug-regex21.mtrace \ 151 bug-regex31-mem.out bug-regex31.mtrace \ 152 tst-rxspencer-no-utf8-mem.out tst-rxspencer-no-utf8.mtrace \ 153 tst-getconf.out \ 154 tst-pcre-mem.out tst-pcre.mtrace tst-boost-mem.out \ 155 tst-boost.mtrace bug-ga2.mtrace bug-ga2-mem.out \ 156 bug-glob2.mtrace bug-glob2-mem.out tst-vfork3-mem.out \ 157 tst-vfork3.mtrace getconf.speclist tst-fnmatch-mem.out \ [all …]
|
/glibc-2.36/sysdeps/pthread/ |
D | tst-cond25.c | 68 goto out; in signaller() 80 goto out; in signaller() 85 out: in signaller() 91 goto out; in signaller() 107 goto out; in waiter() 122 goto out; in waiter() 127 out: in waiter() 134 goto out; in waiter() 152 goto out; in timed_waiter() 160 goto out; in timed_waiter() [all …]
|
/glibc-2.36/localedata/ |
D | Makefile | 128 test-output := $(foreach s, .out .xout, \ 139 generated += $(test-input) $(test-output) sort-test.out tst-locale.out \ 140 tst-leaks.mtrace mtrace-tst-leaks.out 189 tests-special += $(objpfx)mtrace-tst-leaks.out 214 tests-special += $(objpfx)sort-test.out $(objpfx)tst-fmon.out \ 215 $(objpfx)tst-locale.out $(objpfx)tst-rpmatch.out \ 216 $(objpfx)tst-trans.out $(objpfx)tst-ctype.out \ 217 $(objpfx)tst-langinfo-newlocale.out \ 218 $(objpfx)tst-langinfo-setlocale.out \ 219 $(objpfx)tst-langinfo-newlocale-static.out \ [all …]
|
/glibc-2.36/wcsmbs/ |
D | tst-mbsrtowcs.c | 27 wchar_t out[sizeof (buf)]; in do_test() local 28 memset (out, '\xff', sizeof (out)); in do_test() 34 size_t n = mbsrtowcs (out, &in, sizeof (out) / sizeof (wchar_t), &state); in do_test() 47 if (out[0] != L'a') in do_test() 49 printf ("out[0] = L'%lc', expected L'a'\n", (wint_t) out[0]); in do_test() 52 if (out[1] != L'b') in do_test() 54 printf ("out[1] = L'%lc', expected L'b'\n", (wint_t) out[1]); in do_test() 57 if (out[2] != L'\0') in do_test() 59 printf ("out[2] = L'%lc', expected L'\\0'\n", (wint_t) out[2]); in do_test()
|
/glibc-2.36/stdio-common/ |
D | Makefile | 228 $(objpfx)tst-printf-bz18872-mem.out \ 229 $(objpfx)tst-printf-bz25691-mem.out \ 230 $(objpfx)tst-printf-fp-free-mem.out \ 231 $(objpfx)tst-printf-fp-leak-mem.out \ 232 $(objpfx)tst-printf.out \ 233 $(objpfx)tst-printfsz-islongdouble.out \ 234 $(objpfx)tst-setvbuf1-cmp.out \ 235 $(objpfx)tst-unbputc.out \ 236 $(objpfx)tst-vfprintf-width-prec-mem.out \ 240 tst-printf-bz18872-mem.out \ [all …]
|
D | tstscanf.c | 33 FILE *in = stdin, *out = stdout; in main() local 65 out = popen ("/bin/cat", "w"); in main() 66 if (out == NULL) in main() 85 fprintf (out, in main() 96 fputs ("Testing scanf (vfscanf)\n", out); in main() 98 fputs ("Test 1:\n", out); in main() 104 fprintf (out, "n = %d, i = %d, x = %f, name = \"%.50s\"\n", in main() 112 fprintf (out, "Residual: \"%s\"\n", fgets (buf, sizeof (buf), in)); in main() 118 fputs ("Test 2:\n", out); in main() 124 fprintf (out, "i = %d, x = %f, name = \"%.50s\"\n", i, x, name); in main() [all …]
|
/glibc-2.36/nss/ |
D | tst-nss-files-hosts-getent.c | 113 fputs (host1_expected, expected.out); in subprocess_getent() 116 fputs (host2_expected, expected.out); in subprocess_getent() 119 fputs ("name: host0.example.com\n", expected.out); in subprocess_getent() 121 fprintf (expected.out, "alias: host%d.example.com\n", j); in subprocess_getent() 122 fputs ("address: 192.0.2.1\n", expected.out); in subprocess_getent() 125 fputs (host4_expected, expected.out); in subprocess_getent() 128 fputs (host5_expected, expected.out); in subprocess_getent() 131 fputs (host6_expected, expected.out); in subprocess_getent() 134 fprintf (expected.out, "*** unexpected host %d ***\n", i); in subprocess_getent() 201 fputs ("name: host2.example.com\n", expected.out); in subprocess_gethost() [all …]
|
D | tst-nss-files-hosts-multi.c | 95 fprintf (expected.out, "name: %s\n", params->name); in expected_ghbn() 102 fprintf (expected.out, "alias: v%c-%d.example.com\n", af, i); in expected_ghbn() 106 fputs ("address: 192.0.2.1\n", expected.out); in expected_ghbn() 108 fputs ("address: 2001:db8::1\n", expected.out); in expected_ghbn() 118 fprintf (expected.out, "name: %s\n", params->name); in expected_ghbn() 121 fprintf (expected.out, "address: 10.%s.%d.%d\n", in expected_ghbn() 125 fprintf (expected.out, "address: 2001:db8::%s:%x\n", in expected_ghbn() 129 fputs ("error: HOST_NOT_FOUND\n", expected.out); in expected_ghbn() 153 fprintf (expected.out, in expected_gai() 160 fputs ("address: STREAM/TCP 192.0.2.1 80\n", expected.out); in expected_gai() [all …]
|
/glibc-2.36/hurd/ |
D | fcntl-internal.h | 39 int out = 0; in sock_to_o_flags() local 42 out |= O_NONBLOCK; in sock_to_o_flags() 44 out |= in & ~(SOCK_NONBLOCK); in sock_to_o_flags() 46 return out; in sock_to_o_flags() 54 int out = 0; in o_to_sock_flags() local 57 out |= SOCK_NONBLOCK; in o_to_sock_flags() 59 out |= in & ~(O_NONBLOCK); in o_to_sock_flags() 61 return out; in o_to_sock_flags()
|
D | lookup-retry.c | 112 goto out; in __hurd_file_name_lookup_retry() 120 goto out; in __hurd_file_name_lookup_retry() 195 goto out; in __hurd_file_name_lookup_retry() 212 goto out; in __hurd_file_name_lookup_retry() 233 goto out; in __hurd_file_name_lookup_retry() 251 goto out; in __hurd_file_name_lookup_retry() 255 goto out; in __hurd_file_name_lookup_retry() 283 goto out; in __hurd_file_name_lookup_retry() 287 goto out; in __hurd_file_name_lookup_retry() 325 goto out; in __hurd_file_name_lookup_retry() [all …]
|
/glibc-2.36/misc/ |
D | getpass.c | 48 FILE *in, *out; in getpass() local 62 out = stderr; in getpass() 69 out = in; in getpass() 74 __libc_cleanup_push (call_fclose, in == out ? in : NULL); in getpass() 76 flockfile (out); in getpass() 92 __fxprintf (out, "%s", prompt); in getpass() 93 __fflush_unlocked (out); in getpass() 107 __fxprintf (out, "\n"); in getpass() 115 funlockfile (out); in getpass()
|
/glibc-2.36/gmon/ |
D | Makefile | 56 tests-special += $(objpfx)tst-gmon-gprof.out 64 tests-special += $(objpfx)tst-gmon-static-gprof.out 71 tests-special += $(objpfx)tst-gmon-pie-gprof.out 79 tests-special += $(objpfx)tst-gmon-static-pie-gprof.out 102 $(objpfx)tst-gmon.out: clean-tst-gmon-data 106 $(objpfx)tst-gmon-gprof.out: tst-gmon-gprof.sh $(objpfx)tst-gmon.out 110 $(objpfx)tst-gmon-static.out: clean-tst-gmon-static-data 114 $(objpfx)tst-gmon-static-gprof.out: tst-gmon-static-gprof.sh \ 115 $(objpfx)tst-gmon-static.out 120 $(objpfx)tst-gmon-pie.out: clean-tst-gmon-pie-data [all …]
|
/glibc-2.36/ |
D | Rules | 87 tests-special += $(objpfx)check-installed-headers-c.out 89 $(objpfx)check-installed-headers-c.out: \ 92 "$(CC) $(filter-out -std=%,$(CFLAGS)) -D_ISOMAC $(+includes)" \ 99 tests-special += $(objpfx)check-installed-headers-cxx.out 101 $(objpfx)check-installed-headers-cxx.out: \ 104 "$(CXX) $(filter-out -std=%,$(CXXFLAGS)) -D_ISOMAC $(+includes)" \ 111 tests-special += $(objpfx)check-wrapper-headers.out 112 $(objpfx)check-wrapper-headers.out: \ 120 tests-special += $(objpfx)check-obsolete-constructs.out 122 $(objpfx)check-obsolete-constructs.out: \ [all …]
|
/glibc-2.36/stdlib/ |
D | Makefile | 358 isomac.out \ 387 tests-special += $(objpfx)isomac.out 390 tests-special += $(objpfx)tst-fmtmsg.out 409 $(objpfx)bug-strtod2.out: $(gen-locales) 410 $(objpfx)testmb2.out: $(gen-locales) 411 $(objpfx)tst-strtod.out: $(gen-locales) 412 $(objpfx)tst-strtod1i.out: $(gen-locales) 413 $(objpfx)tst-strtod3.out: $(gen-locales) 414 $(objpfx)tst-strtod4.out: $(gen-locales) 415 $(objpfx)tst-strtod5.out: $(gen-locales) [all …]
|
/glibc-2.36/resolv/ |
D | Makefile | 78 generate := mtrace-tst-leaks.out tst-leaks.mtrace tst-leaks2.mtrace 194 libnss_dns-inhibit-o = $(filter-out .os,$(object-suffixes)) 203 tests-special += $(objpfx)mtrace-tst-leaks.out $(objpfx)mtrace-tst-leaks2.out \ 204 $(objpfx)mtrace-tst-resolv-res_ninit.out 208 generated += mtrace-tst-leaks.out tst-leaks.mtrace \ 209 mtrace-tst-leaks2.out tst-leaks2.mtrace \ 210 mtrace-tst-resolv-res_ninit.out tst-resolv-res_ninit.mtrace \ 231 $(objpfx)mtrace-tst-leaks.out: $(objpfx)tst-leaks.out 237 $(objpfx)mtrace-tst-leaks2.out: $(objpfx)tst-leaks2.out 245 $(objpfx)mtrace-tst-resolv-res_ninit.out: $(objpfx)tst-resolv-res_ninit.out [all …]
|
/glibc-2.36/iconv/ |
D | iconv_charmap.c | 44 struct charseq *out; member 246 add_bytes (struct convtable *tbl, const struct charseq *in, struct charseq *out) in add_bytes() argument 275 tbl->val[byte].out = out; in add_bytes() 381 struct charseq *out = data; in use_to_charmap() local 382 struct charseq *newp = convert_charseq (cd, out); in use_to_charmap() 385 add_bytes (rettbl, newp, out); in use_to_charmap() 413 struct charseq *out = charmap_find_value (to_charmap, key, keylen); in use_both_charmaps() local 415 if (out != NULL) in use_both_charmaps() 416 add_bytes (rettbl, in, out); in use_both_charmaps() 434 struct charseq *out; in process_block() local [all …]
|