Searched defs:Post (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
|
A D | getXXent_r.c | 52 #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
|
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