Home
last modified time | relevance | path

Searched refs:CONCAT2_2 (Results 1 – 4 of 4) sorted by relevance

/glibc-2.36/nss/
DgetXXent_r.c50 #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
DXXX-lookup.c41 #define CONCAT2_1(Pre, Name) CONCAT2_2 (Pre, Name)
42 #define CONCAT2_2(Pre, Name) Pre##Name macro
DgetXXbyYY_r.c84 # define CONCAT2(arg1, arg2) CONCAT2_2 (arg1, arg2)
85 # define CONCAT2_2(arg1, arg2) arg1##arg2 macro
/glibc-2.36/ChangeLog.old/
DChangeLog.2329706 (CONCAT2_2): New.