Searched refs:CONCAT2_2 (Results 1 – 4 of 4) sorted by relevance
/glibc-2.36/nss/ |
D | getXXent_r.c | 50 #define APPEND_R(Name) CONCAT2_2 (Name, _r) 51 #define INTERNAL(Name) CONCAT2_2 (__, Name) 52 #define CONCAT2_1(Pre, Post) CONCAT2_2 (Pre, Post) 53 #define CONCAT2_2(Pre, Post) Pre##Post macro
|
D | XXX-lookup.c | 41 #define CONCAT2_1(Pre, Name) CONCAT2_2 (Pre, Name) 42 #define CONCAT2_2(Pre, Name) Pre##Name macro
|
D | getXXbyYY_r.c | 84 # define CONCAT2(arg1, arg2) CONCAT2_2 (arg1, arg2) 85 # define CONCAT2_2(arg1, arg2) arg1##arg2 macro
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.23 | 29706 (CONCAT2_2): New.
|