Home
last modified time | relevance | path

Searched refs:CONCAT1 (Results 1 – 5 of 5) sorted by relevance

/glibc-2.36/elf/
Dtst-tlsmod17a.c6 #define CONCAT1(s, n) s##n macro
7 #define CONCAT(s, n) CONCAT1(s, n)
/glibc-2.36/nss/nss_files/
Dfiles-parse.c49 #define CONCAT(a,b) CONCAT1(a,b)
50 #define CONCAT1(a,b) a##b macro
/glibc-2.36/string/
Dstrcoll_l.c38 #define CONCAT(a,b) CONCAT1(a,b)
39 #define CONCAT1(a,b) a##b macro
Dstrxfrm_l.c38 #define CONCAT(a,b) CONCAT1(a,b)
39 #define CONCAT1(a,b) a##b macro
/glibc-2.36/locale/programs/
D3level.h43 #define CONCAT(a,b) CONCAT1(a,b)
44 #define CONCAT1(a,b) a##b macro