Searched refs:out (Results 1 – 8 of 8) sorted by relevance
/stdlib/ |
A D | test-canon.c | 53 const char * in, * out, * resolved; member 168 if (!check_path (result, tests[i].out)) in do_test() 171 argv[0], i, tests[i].out ? tests[i].out : "NULL", in do_test() 177 if (!check_path (buf, tests[i].out ? tests[i].out : tests[i].resolved)) in do_test() 180 argv[0], i, tests[i].out ? tests[i].out : tests[i].resolved, in do_test() 186 if (!tests[i].out && errno != tests[i].error) in do_test()
|
A D | tst-strtod3.c | 9 const char *out; member 36 if (strcmp (ep, tests[i].out) != 0) in do_test() 39 i, ep, tests[i].out); in do_test()
|
A D | tst-strtod4.c | 11 const char *out; member 37 if (strcmp (ep, tests[i].out) != 0) in do_test() 40 i, ep, tests[i].out); in do_test()
|
A D | tst-setcontext3.sh | 30 out=${objpfx}tst-setcontext3.out
|
A D | Makefile | 167 tests-special += $(objpfx)isomac.out 170 tests-special += $(objpfx)tst-fmtmsg.out 181 $(objpfx)bug-strtod2.out: $(gen-locales) 182 $(objpfx)testmb2.out: $(gen-locales) 183 $(objpfx)tst-strtod.out: $(gen-locales) 184 $(objpfx)tst-strtod1i.out: $(gen-locales) 185 $(objpfx)tst-strtod3.out: $(gen-locales) 186 $(objpfx)tst-strtod4.out: $(gen-locales) 187 $(objpfx)tst-strtod5.out: $(gen-locales) 192 $(objpfx)tst-strfrom.out: $(gen-locales) [all …]
|
A D | strtod_nan_main.c | 45 goto out; in STRTOD_NAN() 57 out: in STRTOD_NAN()
|
A D | tst-system.c | 131 TEST_COMPARE_STRING (result.out.buffer, "...\n"); in do_test()
|
A D | tst-fmtmsg.sh | 30 out=${objpfx}tst-fmtmsg.out 63 $test_pre MSGVERB=tag:action:text:severity:label $test || exit 1;) 2> $out 65 cmp $out <<EOF
|
Completed in 13 milliseconds