Searched refs:exp2 (Results 1 – 4 of 4) sorted by relevance
/stdlib/ |
A D | tst-strtoll.c | 340 char exp1[5], exp2[5]; in do_test() local 342 expand (exp2, lt->left); in do_test() 343 printf (" leaves '%s', expected '%s'\n", exp1, exp2); in do_test() 372 char exp1[5], exp2[5]; in do_test() local 374 expand (exp2, lt->left); in do_test() 375 printf (" leaves '%s', expected '%s'\n", exp1, exp2); in do_test()
|
A D | tst-strtol.c | 565 char exp1[5], exp2[5]; in do_test() local 567 expand (exp2, lt->left); in do_test() 568 printf (" leaves '%s', expected '%s'\n", exp1, exp2); in do_test() 597 char exp1[5], exp2[5]; in do_test() local 599 expand (exp2, lt->left); in do_test() 600 printf (" leaves '%s', expected '%s'\n", exp1, exp2); in do_test()
|
A D | tst-strtod.c | 111 char exp1[5], exp2[5]; in do_test() local 113 expand (exp2, lt->left); in do_test() 114 printf (" leaves '%s', expected '%s'\n", exp1, exp2); in do_test()
|
A D | tst-strfrom.h | 69 #define HTEST(fmt, exp1, exp2, exp3, exp4, val) \ argument 71 fmt, exp1, exp2, exp3, exp4, { GEN_TEST_STRTOD_FOREACH (ENTRY, val) } \
|
Completed in 8 milliseconds