Home
last modified time | relevance | path

Searched defs:Pre (Results 1 – 3 of 3) sorted by relevance

/glibc-2.36/nss/
DXXX-lookup.c37 #define CONCAT3_1(Pre, Name, Post) CONCAT3_2 (Pre, Name, Post) argument
38 #define CONCAT3_2(Pre, Name, Post) Pre##Name##Post argument
41 #define CONCAT2_1(Pre, Name) CONCAT2_2 (Pre, Name) argument
42 #define CONCAT2_2(Pre, Name) Pre##Name argument
DgetXXent_r.c52 #define CONCAT2_1(Pre, Post) CONCAT2_2 (Pre, Post) argument
53 #define CONCAT2_2(Pre, Post) Pre##Post argument
66 # define CONCAT3_1(Pre, Name, Post) CONCAT3_2 (Pre, Name, Post) argument
67 # define CONCAT3_2(Pre, Name, Post) Pre##Name##Post argument
DgetXXbyYY_r.c101 # define CONCAT3_1(Pre, Name, Post) CONCAT3_2 (Pre, Name, Post) argument
102 # define CONCAT3_2(Pre, Name, Post) Pre##Name##Post argument