Searched refs:CONCAT1 (Results 1 – 5 of 5) sorted by relevance
/glibc-2.36/elf/ |
D | tst-tlsmod17a.c | 6 #define CONCAT1(s, n) s##n macro 7 #define CONCAT(s, n) CONCAT1(s, n)
|
/glibc-2.36/nss/nss_files/ |
D | files-parse.c | 49 #define CONCAT(a,b) CONCAT1(a,b) 50 #define CONCAT1(a,b) a##b macro
|
/glibc-2.36/string/ |
D | strcoll_l.c | 38 #define CONCAT(a,b) CONCAT1(a,b) 39 #define CONCAT1(a,b) a##b macro
|
D | strxfrm_l.c | 38 #define CONCAT(a,b) CONCAT1(a,b) 39 #define CONCAT1(a,b) a##b macro
|
/glibc-2.36/locale/programs/ |
D | 3level.h | 43 #define CONCAT(a,b) CONCAT1(a,b) 44 #define CONCAT1(a,b) a##b macro
|