Searched refs:Name (Results 1 – 3 of 3) sorted by relevance
/nss/ |
A D | XXX-lookup.c | 36 #define CONCAT3_1(Pre, Name, Post) CONCAT3_2 (Pre, Name, Post) argument 37 #define CONCAT3_2(Pre, Name, Post) Pre##Name##Post argument 40 #define CONCAT2_1(Pre, Name) CONCAT2_2 (Pre, Name) argument 41 #define CONCAT2_2(Pre, Name) Pre##Name argument 45 #define STRINGIFY1(Name) STRINGIFY2 (Name) argument 46 #define STRINGIFY2(Name) #Name argument
|
A D | getXXent_r.c | 50 #define APPEND_R(Name) CONCAT2_2 (Name, _r) argument 51 #define INTERNAL(Name) CONCAT2_2 (__, Name) argument 61 #define STRINGIZE(Name) STRINGIZE1 (Name) argument 62 #define STRINGIZE1(Name) #Name 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
|
A D | getXXbyYY_r.c | 101 # define CONCAT3_1(Pre, Name, Post) CONCAT3_2 (Pre, Name, Post) argument 102 # define CONCAT3_2(Pre, Name, Post) Pre##Name##Post argument
|
Completed in 8 milliseconds