Home
last modified time | relevance | path

Searched refs:support_capture_subprocess (Results 1 – 25 of 49) sorted by relevance

12

/glibc-2.36/stdlib/
Dtst-system.c84 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 …]
Dtst-bz20544.c82 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/
Dtst-select.c94 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()
Dtst-ldbl-error.c81 struct support_capture_subprocess result; in do_one_test()
86 result = support_capture_subprocess (callback, NULL); in do_one_test()
/glibc-2.36/support/
Dcapture_subprocess.h24 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 *,
Dsupport_capture_subprocess.c59 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()
Dtst-support_descriptors.c80 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()
Dtst-support_capture_subprocess.c203 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()
Dtst-test_compare_string.c51 struct support_capture_subprocess proc = support_capture_subprocess in do_test()
Dtst-test_compare_blob.c61 struct support_capture_subprocess proc = support_capture_subprocess in do_test()
Dtst-test_compare_string_wide.c51 struct support_capture_subprocess proc = support_capture_subprocess in do_test()
Dtst-test_compare.c87 struct support_capture_subprocess proc = support_capture_subprocess in do_test()
/glibc-2.36/localedata/
Dtst-localedef-hardlinks.c106 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/
Dtst-initfinilazyfail.c52 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()
Dtst-ldconfig-bad-aux-cache.c83 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()
Dtst-ldconfig-ld_so_conf-update.c65 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()
Dtst-rtld-run-static.c32 struct support_capture_subprocess cap in do_test()
48 struct support_capture_subprocess cap in do_test()
Dtst-audit25b.c75 struct support_capture_subprocess result in do_test()
97 struct support_capture_subprocess result in do_test()
Dtst-audit25a.c77 struct support_capture_subprocess result in do_test()
98 struct support_capture_subprocess result in do_test()
/glibc-2.36/io/
Dtst-lockf.c109 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()
Dtst-ftw-bz26353.c63 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/
Dtest-syslog-ldbl-compat-template.c53 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/
Dtst-ldbl-argp.c73 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/
Dtst-atfork3.c83 struct support_capture_subprocess proc in do_test_generic()
84 = support_capture_subprocess (proc_func, NULL); in do_test_generic()
/glibc-2.36/resolv/
Dtst-resolv-res_init-skeleton.c757 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()

12