Searched refs:CONCAT (Results 1 – 5 of 5) sorted by relevance
/stdlib/ |
A D | tst-strtod-nan-sign-main.c | 27 #define CONCAT(X, Y) CONCAT_ (X, Y) macro 28 #define FNX(FN) CONCAT (FNPFX, FN)
|
A D | tst-strtod-nan-locale-main.c | 32 #define CONCAT(X, Y) CONCAT_ (X, Y) macro 33 #define FNX(FN) CONCAT (FNPFX, FN)
|
A D | tst-strtol-locale-main.c | 29 #define CONCAT(X, Y) CONCAT_ (X, Y) macro 30 #define FNX(FN) CONCAT (FNPFX, FN)
|
A D | tst-strfrom.h | 29 #define CONCAT(a, b) _CONCAT (a, b) macro 39 CONCAT (__VA_ARGS__, LSUF),
|
A D | tst-strtod-round-skeleton.c | 48 #define CONCAT(a, b) _CONCAT (a, b) macro 50 #define STRTO(x) CONCAT (CONCAT (FNPFX, to), x) 120 CONCAT (CHOOSE_ ## FSUF (__VA_ARGS__), LSUF),
|
Completed in 10 milliseconds