Searched refs:NAME (Results 1 – 2 of 2) sorted by relevance
/misc/ |
A D | stab.h | 7 #define __define_stab(NAME, CODE, STRING) NAME=CODE, argument
|
A D | tst-efgcvt-template.c | 48 #define NAME(x) NAMEX(x) macro 196 output_error (NAME (ECVT), NAN, 10, "nan", 0, 0, p, decpt, sign); in special() 200 output_error (NAME (ECVT), INFINITY, 10, "inf", 0, 0, p, decpt, sign); in special() 211 printf (NAME (ECVT_R) " with a too small buffer was succesful.\n"); in special() 217 printf (NAME (FCVT_R) " with a too small buffer was succesful.\n"); in special() 226 test (ecvt_tests, ECVT, NAME (ECVT)); in do_test() 227 test (fcvt_tests, FCVT, NAME (FCVT)); in do_test() 228 test_r (ecvt_tests, ECVT_R, NAME (ECVT_R)); in do_test() 229 test_r (fcvt_tests, FCVT_R, NAME (FCVT_R)); in do_test()
|
Completed in 6 milliseconds