Searched refs:CONCAT2_2 (Results 1 – 3 of 3) sorted by relevance
/nss/ |
A D | XXX-lookup.c | 40 #define CONCAT2_1(Pre, Name) CONCAT2_2 (Pre, Name) 41 #define CONCAT2_2(Pre, Name) Pre##Name macro
|
A 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
|
A D | getXXbyYY_r.c | 84 # define CONCAT2(arg1, arg2) CONCAT2_2 (arg1, arg2) 85 # define CONCAT2_2(arg1, arg2) arg1##arg2 macro
|
Completed in 9 milliseconds