/glibc-2.36/stdlib/ |
D | tst-system.c | 84 struct support_capture_subprocess result; in do_test() 85 result = support_capture_subprocess (call_system, in do_test() 103 struct support_capture_subprocess result; in do_test() 104 result = support_capture_subprocess (call_system, in do_test() 118 struct support_capture_subprocess result; in do_test() 119 result = support_capture_subprocess (call_system, in do_test() 127 struct support_capture_subprocess result; in do_test() 128 result = support_capture_subprocess (call_system, in do_test() 135 struct support_capture_subprocess result; in do_test() 136 result = support_capture_subprocess (call_system, in do_test() [all …]
|
D | tst-bz20544.c | 82 struct support_capture_subprocess result; in test_one_fn() 83 result = support_capture_subprocess (test_fn, NULL); in test_one_fn()
|
/glibc-2.36/misc/ |
D | tst-select.c | 94 struct support_capture_subprocess result; in do_test() 95 result = support_capture_subprocess (do_test_child, &args); in do_test() 104 struct support_capture_subprocess result; in do_test() 105 result = support_capture_subprocess (do_test_child, &args); in do_test() 113 struct support_capture_subprocess result; in do_test() 114 result = support_capture_subprocess (do_test_child, &args); in do_test() 124 struct support_capture_subprocess result; in do_test() 125 result = support_capture_subprocess (do_test_child_alarm, &args); in do_test() 133 struct support_capture_subprocess result; in do_test() 134 result = support_capture_subprocess (do_test_child_alarm, &args); in do_test()
|
D | tst-ldbl-error.c | 81 struct support_capture_subprocess result; in do_one_test() 86 result = support_capture_subprocess (callback, NULL); in do_one_test()
|
/glibc-2.36/support/ |
D | capture_subprocess.h | 24 struct support_capture_subprocess struct 35 struct support_capture_subprocess support_capture_subprocess argument 41 struct support_capture_subprocess support_capture_subprogram 52 void support_capture_subprocess_free (struct support_capture_subprocess *); 71 void support_capture_subprocess_check (struct support_capture_subprocess *,
|
D | support_capture_subprocess.c | 59 support_capture_poll (struct support_capture_subprocess *result, in support_capture_poll() 82 struct support_capture_subprocess 83 support_capture_subprocess (void (*callback) (void *), void *closure) in support_capture_subprocess() function 85 struct support_capture_subprocess result; in support_capture_subprocess() 95 struct support_capture_subprocess 98 struct support_capture_subprocess result; in support_capture_subprogram() 233 support_capture_subprocess_free (struct support_capture_subprocess *p) in support_capture_subprocess_free()
|
D | tst-support_descriptors.c | 80 struct support_capture_subprocess *proc) in report_subprocess_output() 95 struct support_capture_subprocess proc = support_capture_subprocess in test_run() 106 proc = support_capture_subprocess (&subprocess_closed_descriptor, NULL); in test_run() 121 proc = support_capture_subprocess (&subprocess_opened_descriptor, NULL); in test_run() 137 proc = support_capture_subprocess (&subprocess_changed_descriptor, NULL); in test_run()
|
D | tst-support_capture_subprocess.c | 203 static struct support_capture_subprocess 206 return support_capture_subprocess (callback, test); in do_subprocess() 209 static struct support_capture_subprocess 284 struct support_capture_subprocess result in do_multiple_tests()
|
D | tst-test_compare_string.c | 51 struct support_capture_subprocess proc = support_capture_subprocess in do_test()
|
D | tst-test_compare_blob.c | 61 struct support_capture_subprocess proc = support_capture_subprocess in do_test()
|
D | tst-test_compare_string_wide.c | 51 struct support_capture_subprocess proc = support_capture_subprocess in do_test()
|
D | tst-test_compare.c | 87 struct support_capture_subprocess proc = support_capture_subprocess in do_test()
|
/glibc-2.36/localedata/ |
D | tst-localedef-hardlinks.c | 106 struct support_capture_subprocess result; in do_test() 110 result = support_capture_subprocess (run_localedef, (void *) &step[0]); in do_test() 116 result = support_capture_subprocess (run_localedef, (void *) &step[1]); in do_test() 121 result = support_capture_subprocess (run_localedef, (void *) &step[2]); in do_test() 126 result = support_capture_subprocess (run_localedef, (void *) &step[3]); in do_test()
|
/glibc-2.36/elf/ |
D | tst-initfinilazyfail.c | 52 struct support_capture_subprocess proc in do_test() 53 = support_capture_subprocess (test_constructor, NULL); in do_test() 67 struct support_capture_subprocess proc in do_test() 68 = support_capture_subprocess (test_destructor, NULL); in do_test()
|
D | tst-ldconfig-bad-aux-cache.c | 83 struct support_capture_subprocess result; in do_test() 84 result = support_capture_subprocess (execv_wrapper, args); in do_test() 102 struct support_capture_subprocess result; in do_test() 103 result = support_capture_subprocess (execv_wrapper, args); in do_test()
|
D | tst-ldconfig-ld_so_conf-update.c | 65 struct support_capture_subprocess result; in do_test() 91 result = support_capture_subprocess (run_ldconfig, NULL); in do_test() 107 result = support_capture_subprocess (run_ldconfig, NULL); in do_test()
|
D | tst-rtld-run-static.c | 32 struct support_capture_subprocess cap in do_test() 48 struct support_capture_subprocess cap in do_test()
|
D | tst-audit25b.c | 75 struct support_capture_subprocess result in do_test() 97 struct support_capture_subprocess result in do_test()
|
D | tst-audit25a.c | 77 struct support_capture_subprocess result in do_test() 98 struct support_capture_subprocess result in do_test()
|
/glibc-2.36/io/ |
D | tst-lockf.c | 109 struct support_capture_subprocess result; in do_test() 110 result = support_capture_subprocess (do_test_child_lockf, NULL); in do_test() 129 struct support_capture_subprocess result; in do_test() 130 result = support_capture_subprocess (do_test_child_lockf64, NULL); in do_test()
|
D | tst-ftw-bz26353.c | 63 struct support_capture_subprocess result; in do_test() 64 result = support_capture_subprocess (do_ftw, NULL); in do_test()
|
/glibc-2.36/sysdeps/ieee754/ldbl-128ibm-compat/ |
D | test-syslog-ldbl-compat-template.c | 53 struct support_capture_subprocess result; in do_test() 54 result = support_capture_subprocess ((void *) &do_test_call, NULL); in do_test()
|
/glibc-2.36/argp/ |
D | tst-ldbl-argp.c | 73 struct support_capture_subprocess result; in do_one_test() 74 result = support_capture_subprocess ((void *) &do_test_call, NULL); in do_one_test()
|
/glibc-2.36/sysdeps/pthread/ |
D | tst-atfork3.c | 83 struct support_capture_subprocess proc in do_test_generic() 84 = support_capture_subprocess (proc_func, NULL); in do_test_generic()
|
/glibc-2.36/resolv/ |
D | tst-resolv-res_init-skeleton.c | 757 struct support_capture_subprocess proc in test_file_contents() 758 = support_capture_subprocess (func, &ctx); in test_file_contents() 947 struct support_capture_subprocess proc in special_test() 948 = support_capture_subprocess (func, &test_index); in special_test() 1050 struct support_capture_subprocess proc in do_test() 1051 = support_capture_subprocess (check_chroot_working, NULL); in do_test()
|